/srv/irclogs.ubuntu.com/2014/03/21/#kubuntu.txt

=== TheLordOfTime is now known as teward
cornfeedhobohello00:12
=== Steakanbake|slee is now known as Steakanbake
melrayHey anyone...I came across an article that talked about a gimp overlay called gimpshop. When I go to the website and select download it redirects to app.ubuntu.com...but it only shows gimp. Anyone know how to get the overlay to make gimp look more link photoshop?00:57
melray*like*00:58
=== Steakanbake|slee is now known as Steakanbake
=== question is now known as question__
=== christian is now known as Guest11552
=== kevin is now known as Guest32093
novakittyIs it best to create shell scripts to be POSIX compliant and to avoid using things that might be specific to one shell or another (ie: bash)?  I was making a small script, teaching myself with the help of Google as I went...and at some point I found I had to change #!/bin/sh to #!/bin/bash or things didn't work.06:53
tsimpsonnovakitty: if you want it to be properly portable across different operating systems/distributions then it's a good idea to only use POSIX specified constructs, otherwise it's easier just to use bash07:09
novakittyok so bash isn't going anywhere any time soon?07:09
tsimpsonno, it's not going anywhere07:12
novakittyYou're sure there's not some sort of purist thing out there that dictates that I'm not cool unless I can script in POSIX only terms?07:17
tsimpsonyou only need to restrict yourself to POSIX if the only thing you know about the systems where the script will run is that they will be POSIX systems07:19
tsimpsonthings like init scripts are an example07:19
novakittyAre the differences condierable?07:21
novakittyconsiderable**07:22
tsimpsondepends what you're doing, for most code it's not07:24
tsimpsonbash really just builds on and extends what POSIX specifies07:24
tsimpsonyou can use the tool "checkbashisms" to verify if your script is POSIX or not07:26
novakittywell im sure what im trying to do is pretty basic stuff but i have to start small right07:26
novakittyoh that sounds helpful thank you07:26
novakittycause right now if i change the interpreter it sort of just chokes for a second then dies and the window closes07:27
novakittyi made a script to ping a nearby PC, see if it's awake, wake it with wakeonlan if it isn't, then ping it until it's online, then connect with SSH07:28
novakittyis checkbashisms part of the devscripts package?07:30
novakittyno nvm07:34
tsimpsonyep, devscripts (though command-not-found should tell you that)07:37
novakittyyeah i did apt-cache seach and it came back with that07:39
novakittyin posix are variables defined specifically as integers, strings, etc?  The first problem seems to be a "if != 0" condition is being found true when it should not be07:44
tsimpsonvariables are untyped07:45
novakittyok07:45
novakittywait i might have read somethign earlier about how you can't do somethign like this : PRESULT=$(ping -c 1 -W 1 $2 1>/dev/null)$?07:46
tsimpsongiven x=0; [ $x = "0" ]; and [ $x -eq 0 ]; are both true07:46
tsimpsonyou can't do that, but you can just do "ping ...; PRESULT=$?"07:47
tsimpsonor even if ping ...; then ...; else ...; fi07:47
novakittyok that that makes snese I'll try that....I thought I started off tryign that but ran into some sort of trouble....using PRESULT=$? i mean07:48
novakittyyes i read somethign about that too...that if ping succeeds it evaluates to "true" basically07:48
tsimpson'if' tests the return value of the command given07:50
tsimpson[ is actually a command too, it's an alias for "test"07:50
novakitty[ is?07:51
tsimpsonwhen you write if [ $x -eq 0 ]; then ...; fi07:51
novakittyoh i see07:51
novakittyso its not unlike any other command07:52
tsimpsonright07:53
novakittythey way i wrote this, i need to test the variable twice, but prefer to only ping and set the variable once07:53
novakittyso testing to command directly both times might not be best if i can jsut set a varibale with the stderr code once07:54
novakittybut I'm new...did I mention that?07:54
tsimpsonI think you did ;)07:55
novakittyok im not new but i think after 15-20 years of trying to understand linux..im still scratchign the surcafe07:55
novakittysurface**07:56
noaXesshey all07:57
tsimpsonit's a large subject area07:57
noaXessi have my kubuntu task bar on top of the screen.. windering why maximized windows go under it, instead of fit... maximized http://i.imgur.com/lBrUUO7.png, manual fit http://i.imgur.com/cfY9niN.png07:58
noaXessany idea?07:58
noaXesssettings http://i.imgur.com/SrtgxDw.png07:59
novakittydo you have dual monitors?08:01
novakittyive noticed this using a vertical panel set between two monitors08:01
=== calin is now known as crucerucalin
novakittyhere's how mine looks http://imgur.com/vcPpJOn08:07
novakittysame issue i think08:07
novakittybut it only happens if there is a screen enabled to the left there, if im set to only one screen it fits around the panel correctly08:07
novakittyhttp://i.imgur.com/vcPpJOn.jpg08:08
donixanyone able to help on xmodmap issues08:09
novakittytsimpson: thank you for your help by the way.08:09
tsimpsonno problem08:09
lordievaderGood morning09:43
tusharHow to install kubuntu10:06
=== thor_ is now known as crok
BluesKaj'Morning folks11:02
noaXessBluesKaj: morning ?.. :).. here its afternoon.. .. but hey too ;)13:23
BluesKajnoaXess, it's morning in Canada where I live13:24
noaXessBluesKaj: nice.. so next time we visit canada.. we can visit you  ;)13:25
BluesKajyou can try :)13:25
cornfeedhobonoaXess: its a bug with window decoration... there are a few bugs about this13:32
noaXesscornfeedhobo: aha... okey.. but that bug exists long time ago13:33
cornfeedhoboyup13:33
cornfeedhobolike most kde bugs13:34
BluesKajyeah, i have no graphics problems with my nvidia gpu and kwin on my desktop pc ,but this laptop suffers when I enable desktop effects with OpenGL and raster settings13:34
BluesKajso Xrender and native settings make it stable13:35
BluesKajon 14.0413:36
jarkko__what is  baloo file?13:36
BluesKajjarkko__, baloo replaces nepomuk desktop search13:37
jarkko__BluesKaj: how to disable?13:37
BluesKajif it was enabled when you upgraded then it's difficult to disable. Maybe the ppl at #kubuntu-devel can advise how to disable, maybe kill in the cli13:39
=== soee_ is now known as soee
soeejarkko__: any problemswith baloo ?14:16
jarkko__soee: i dont have a need for it14:16
soeeah ok, i see your entries on  #kubuntu-devel14:17
soeei had problems with it when is tarted to index large file si think :)14:18
soeeprocesses take ~ 1,5gb ram and more14:18
soeebut after it finished doing the job its almost invisible in system14:18
=== calin is now known as crucerucalin
=== mike is now known as Guest86819
=== raf is now known as Guest43903
antonio_.15:04
De5c3ntOMG someone is making a Descent styled shooter for Linux!!! If you love linux, please help get this greenlight http://steamcommunity.com/sharedfiles/filedetails/?id=11107501418:39
BluesKajDe5c3nt, please no spamming!18:41
vipamon xv f18:50
vipamonhay alguien18:50
Unit193!no18:50
ubottuHvis du vil diskutere på Norsk, vennligst gå til #ubuntu-no. Takk!18:50
vipamoncomo pongo el kde de siempre?18:51
Walex!es18:52
ubottuEn la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba "/join #ubuntu-es" (sin comillas) y presione intro.18:52
=== kevin is now known as Guest93083
=== claudiu is now known as Guest98051
ScuniziLooking in the System Settings > Audio Recording > Recording it appears that "internal Audio Analog Stereo is greyed out.  I'm trying to record audio from my sound card and haven't been able to. I'm thinking this is the reason.. Any ideas?19:14
qdataScunizi: is that something new to KDE 4.13? Reason I ask is I have never seen a 'Audio Recording' in systemsettings...19:17
Scuniziqdata: not sure if it's new or not.. I haven't had a need to look at these settings or configuration panel in quite a while.  How do I verify which version of KDE I have?19:19
qdataeasy way is to just select the Help menu in any KDE app and select the About Kde menu selection at bottom19:20
ScuniziLooks like I'm on 4.12.319:20
qdatasame here19:20
lordievaderScunizi: Download pavucontrol, it gives you more options.19:21
Scunizilordievader: been there done that.. it's the same.19:21
qdatain System settings -> Multimedia -> Audio and Video Settings  first tab is Device Preferences19:23
Scuniziqdata: yep.. that's where Audio Recording > (choices.. Communicaiton: Recording: Control)  are located.19:23
qdataif your 'Built-in Audio Analog'  is greyed out my first guess would be some kernel module support for your audio hardware is missing19:24
Scuniziqdata: it is greyed out however it does play.. it just isn't accessable by Audacity or Sound Recorder19:24
qdatamake a note of what audio hardware you have and use lsmod command to look for what kinf of snd_xxxxx modules may be in use19:25
ScuniziIf I get audio through the analogue speakers and my usb headset you'd think I could monitor that stream for recording.19:25
qdatanext thing I'd look at is the second tab 'audio hardware setup'19:26
qdatasee if it is defaulting to the HDMI in a video card19:26
ScuniziHere's the output of lsmod http://paste.ubuntu.com/7132284/19:27
qdatawell most of my experience is with microphone as an input19:27
ScuniziLooking at the Audio Hardware Setup tab I can choose "Built-in Audio" in the Hardware section and in the Device Configuration set Playback as analog output.. :(19:28
Scunizirecording from a mic either on my usb headset or webcam mic is not a problem.. just a stream playing through the sound card19:29
qdataah - OK19:30
qdatanot sure on recording streams like that but I'm sure it's doable somehow via pulseaudio19:30
qdatajust no real experience here with that19:32
qdataanother idea is run CLI command alsamixer19:33
Scuniziyea.. pavucontrol is pulaudio's control and I can change the options but... nothing.. even changing the built in audio output to the usb headset then recording from that or the monitor of that device doesn't work. Very strange..19:33
qdatamake sure some channel you need isn't muted or disabled19:34
Scuniziyep19:34
qdatathat's the lowest level of audio, next layer up is pulseadio so I'm thinking you need some pulesaudio plugin19:34
ScuniziI'll check the package manager..19:36
qdataI don't know as much about these as I should, but there are padevchooser, paprefs, paman, and the like19:38
Scunizipadevchooser isn't in my package manager (running 12.04).  paprefs & paman are.. I'll check my google-fu against those packages to see what's what.19:40
qdataI'm thinking mixer, and have noted in the past kmix doesn't show what's not there, eg a slider control won't come into existance until the stream is actually present19:42
qdatathen when the stream is inactive/gone it goes away19:42
qdatabut two things strike me - the greyed out analog audio stuff is somehow not a right thing, and maybe the mixer doesn't see the streams until they are active19:44
qdataif the mixer isn't seeeing them audacity probably won't either19:44
qdatabeyond that I'm out of ideas    :-)19:45
Scuniziqdata: thanks.. you are right in that the mixer doesn't see the streams until they are active.  I have been playing the continuous loop of Pharrell Williams Happy on youtube and "recording" to active the stream in all the relevant mixers (which it does).  I'm stumpped.. thanks for the help19:50
qdataugh - flash19:52
qdataI see ALSA plugin [plugin container]; ALSA Playback but when I look at the Capture Streams tab in Kmix I see ' nothing is capturing audio'19:54
qdataas a side-step in lieu of not being able to record a flash video you might consider youtube-dl19:57
qdataI think it has an option in one of the command line switches to extract just the audio from flash19:58
qdatabeen meaning to try that out19:58
=== claudiu is now known as Guest48052
=== daveb_ is now known as croepha
nobullIs there a solution to the Unable to connect to KDED under services21:16
shadeslayernobull: run kded421:17
shadeslayerin a konsole21:18
shadeslayerwhat do you ger21:18
shadeslayer*get21:18
nobullQDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave. QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave. kded(2900) ColorD::connectToDisplay: RandR extension missing  kded(2900) ColorD::ColorD: Failed to connect to DISPLAY and get the needed resources  Xlib:  extension "RANDR" missing on display ":0". Xlib:  extension "RANDR" missing 21:18
qdatanobull: try turning Color daemon off in system settings -> Startup and shutdown -> Services Manager  and see if that helps anything21:24
nobullqdata: that is where i get the error, when i try to get into there.21:25
Roeyhi all21:28
Roeywhy don't I hear any sound output from my system?21:28
Roeyon Kubuntu 14.0421:28
Roeymake our ship go?21:28
qdatanobull: try ps ax |grep /usr/lib/colord/colord and if it returns kill that process, then try to disable in systemsettings and restart KDE if disable succeeds21:32
nobullgot it. it was the xinerama for nvidia21:47
nobullquit21:48
=== soee_ is now known as soee
yrussHi! Does anybody solved the issue with system monitor displaying closed processes? Pretty annoyed with that21:53
yruss /msg NickServ identify ckwell21:56
yrusshmmm22:02
Unit193Changed your password I hope?22:02
shadeslayer^^22:02
yruss:)) for sure)22:02
fritiAnyone else having plasma segfault in 14.04?22:38
fritiHmmm... the culprit appears to be the worldclock plasmoid. I have however used it for several weeks without any issues....22:42
fritiYup, that did the trick! However, i don;t know how to uninstall plasmoids, so i went to /usr/lib/kde4/ and renamed the lib that provides the plasmoid.22:46
=== calin is now known as crucerucalin

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!