[00:15] network manager is having issues with kwallet [00:17] noah: yes, but I'm not sure what the issue is [00:17] I searched the bug reports to find a workaround: http://bugs.kde.org [00:18] valorie: sometimes i cannot connect and it sits there. [00:20] valorie: what bug is it? [00:30] oh, can't recall [00:30] didn't take long to find though [00:32] the workaround for me was to edit the connection, and select both automatically connect when available AND all users can connect to this network [00:32] the latter is not good because it cuts kwallet out of the loop [00:32] but since kwallet wasn't/isn't working for me [00:32] unavoidable [00:32] until the problem with kwallet is fixed [01:16] valorie: this just started happening, even though it had been working before [01:16] im getting a No agents were available for this request. error === kubuntu is now known as TrivialGravitas [01:20] I just upgraded to 14.04, boot tells me file not found and gives me grub rescue [01:20] installed fresh, same thing [01:21] When I installed I told it to put the bootloader on sda1, I suspect that's the problem, is there a way to fix that that's faster than reinstalling again? [02:10] TrivialGravitas: sounds like a borked ISO [02:10] did you do an md5sum? [02:10] !md5sum [02:10] To verify your Ubuntu ISO image (or other files for which an MD5 checksum is provided), see http://help.ubuntu.com/community/HowToMD5SUM or http://www.linuxquestions.org/linux/answers/LQ_ISO/Checking_the_md5sum_in_Windows [02:10] hmm, no, that's possible [02:10] will go run that, thanks [02:10] also, grub repair [02:11] !grub [02:11] GRUB2 is the default Ubuntu boot manager. Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub2 [02:11] I had a thing where the bootloader got installed on the thumbdrive [02:11] THAT was fun [02:12] old bugreports, I wasn't the first === moondog is now known as Guest62902 === poorani_ is now known as poorani === Guest83972 is now known as thelionroars === thelionroars is now known as Guest13313 [04:53] Who can help a guy with integration of Gstreamer into an app in the ubuntu SDK? [04:53] I cant figure out why it can't find the qtgstreamer, or or gstreamer libraries [05:10] <_zxq9_> cpyarger: Never used the ubuntu SDK or gstreamer. Is it just your build environment can't find the headers? [05:11] It may be, though the headers are located in /usr/local/include/QtGStreamer [05:11] <_zxq9_> Try building a stub app from the command line with the includes you think should work. [05:12] ok [05:12] <_zxq9_> Just to check if your environment is screwy, or if its a problem occurring after you've handed off to gcc. [05:13] gstreamer.cpp:1:21: fatal error: QGst/Init: No such file or directory [05:14] <_zxq9_> ooc, which qt? [05:16] 5.3.0 [05:16] <_zxq9_> You have libqtgstreamer-dev installed? [05:16] yes [05:16] <_zxq9_> That's what apt-file search QGst/Init shows me... [05:17] <_zxq9_> paste your stub code somewhere [05:17] http://paste.ubuntu.com/9765520/ [05:18] <_zxq9_> That's your whole stub? [05:18] yea [05:19] Figured, That less is better in this case. === Guest13313 is now known as thelionroars === thelionroars is now known as Guest60400 [05:21] http://paste.ubuntu.com/9765538/ [05:22] if I switch it to #include [05:22] That is my output [05:30] _zxq9_: https://github.com/cpyarger/kast is the latest code I am working on, prepending QtGStreamer/ seemed to have partially worked [05:39] <_zxq9_> cpyarger: Its just missing lib includes. This is some of what qmake will generate from a .pro file that includes QtGstreamer: [05:39] <_zxq9_> cpyarger: g++ -Wall -fPIC -I/usr/include/QtGStreamer -I/usr/include/qt5 gstreamtest.cpp [05:41] Thanks [05:41] <_zxq9_> But your question is with the Ubuntu SDK... and I don't have an answser for that, since the only IDE I ever mess with is QtCreator (and only with Qt/C++, which I rarely use). [05:41] umm, The ubuntu-sdk is essentially qt-creator [05:42] <_zxq9_> Oh, didn't know that. [05:42] <_zxq9_> I'm not exactly familiar with ubuntu, either (just overwhelmingly prefer KDE, so its Kubuntu and Gentoo instead of Windows or Mac for me) [05:43] I recently switched to kubuntu over ubuntu, I tend to find it a less frusterating experience all around [05:44] I never was much of a fan of unity [05:46] <_zxq9_> Same here. I'm not particularly fond of a lot of the other things going on within Ubuntu, either, but in the end this is a tool, and kubuntu is the easiest match of solid desktop and generally hassle-less maintenance for non-geeks. [05:46] Agreed [05:46] <_zxq9_> At least for now. We'll see how long that lasts. [05:46] sad, but true [05:47] <_zxq9_> I still prefer Gentoo, but for building a stable roll to fit some particular purpose. It is just more annoying to make radical adjustments to it frequently than in a fully prepackaged distro like this. [05:48] <_zxq9_> And, Ubuntu LTS is the sweet spot of sorta-new-libs-but-doesn't-eat-babies-like-Fedora [05:48] *blinks* Agreed [05:50] <_zxq9_> Anyway, hopefully you find a slick way to get your IDE to do conjure up the right include paths for you. :-) This sort of stuff can be a real annoyance (I know what I want to do, how to do it, already typed it, but it just can't find anything on this one stupid platform!! AHH!). [05:51] <_zxq9_> That's how I feel every time I port something to, say, OS X [05:53] lol, Thanks, at least I am not dealing with any / vs \ errors [05:55] <_zxq9_> Or that friggin \r\n vs \r vs \n thing or... This is part of why I prefer to isolate myself in a magical land of convenient make-believe like the Erlang runtime, and pretend it is the OS instead! [05:56] now my brain is hurting... lol..... always remember that to understand recursion, one must first understand recursion [05:56] <_zxq9_> But Windows deployment can suck there unless you want to write a pointy-clicky installer just for it. Its always something. [05:57] <_zxq9_> hahaha [05:57] <_zxq9_> Like the busy idiot cards "continued on other side" [05:57] yes or GNU [05:58] <_zxq9_> But fortunately that language itself is braindead simple. [05:59] <_zxq9_> otoh, single assignment and recursion are probably easier to come to grips with before you learn 10 flavors of Algol. === Yukinotteru is now known as Yukitteru [06:52] hey, can anyone tell me if there are two versions of kubuntu now? I just installed 14.04 with unetbootin and I get some kind of touch pad desktop instead of the one with the kickoff launcher\ [07:14] why ask if you won't stick around for the answer? === Guest60400 is now known as thelionroars === thelionroars is now known as Guest11134 === max is now known as Guest56453 [08:39] <_zxq9_> valorie: The fleeting scourge of IRC. Even more fun when you have entry/exit messages muted... [09:04] can anyone help me with a dual monitor issue? [09:11] hi === serverhamster is now known as alvin [09:42] Good morning. [12:20] 'Morning all === pvoigt_ is now known as pvoigt === andre__ is now known as Guest52416 [15:50] Hi Pals [15:52] hi Vimar! [15:53] o/ [15:56] Hi Riddell [15:56] Has anybody solve a problem with adding aditional input method...? I wanted add additional language next to English, but when I choose desired Language and try to ADD IT, the language appears for miniseconds in Input methods ind IBus preferences and dissapers not listed in my input methods.The only option for changing keyboard is "setxkbmap" in console. [16:00] Vimar: はい :) [16:00] I had to add a few variables before applications would accept Ibus input. [16:02] Has anybody solve a problem with adding aditional input method...? I wanted add additional language next to English, but when I choose desired Language and try to ADD IT, the language appears for miniseconds in Input methods ind IBus preferences and dissapers not listed in my input methods.The only option for changing keyboard is "setxkbmap" in console. [16:02] I mean in XFCE :-) [16:03] vimar: This is Kubuntu, for XFCE question you should be in #xubuntu. [16:05] lordievader: I use Kubuntu with XFCE also :-) [16:05] vimar: Using XFCE makes it Xubuntu, effectively. [16:05] But thanks, I will go there, sorry for hurting your feelings LOL [16:05] vimar: You didn't. [16:06] no it makes it KXubuntu precisely :-) [16:07] anyway some people here could meet the problem too, lets not be so hyperactive :-) [16:08] vimar: I'm not... Never had any problems here adding other languages though. [16:13] lordievader: so it seems like isolated bug. [16:15] vimar: I'm not entirely sure what the bug is, your explanation is a bit vague. === Don is now known as Guest9186 === soee_ is now known as soee === agaida_ is now known as agaida === max is now known as Guest25367 [19:34] Hi! I was trying to build kholidays on kde 4.14 when this happened: http://pastebin.com/RGXtpkXa . I was sugggested to install kitemviews for kf5 as a distro. Can someone help out on how to do it ? :) [20:49] A framework for bash scripting -- http://git.io/DV5eow [21:14] hello I got two errors in a kubuntu 14.04 install: the first one is because I installed AWN for saucy and after removing it something is still making the system to look for it:http://www.pasteall.org/pic/show.php?id=82502 and the second one is about a graphic element wich started to behave buggy after adding printer tasks manager to system tray would anybody know how to fix these errors? [21:14] http://www.pasteall.org/pic/show.php?id=82503 [21:16] yowza [21:17] not sure anybody is still working on old plasma, but you can ask in #plasma [21:38] valorie old plasma? [21:38] whats hot then?= [21:39] plasma 5 [21:39] which I've been running for a few months [21:39] it's almost there [21:39] still some missing widgets and stuff though [21:39] it must be cool [21:40] I love the new look [21:40] 15.04 will be plasma 5 [21:40] although I'm still running 14.10 [21:40] oh I jump from lts to lts [21:41] thats why I am still using the old [21:41] 14.04 [21:41] I like it [21:41] I find it more comfortable to use than gnome or unity [21:41] JunkHunk: 5.2beta https://plus.google.com/110954078302330754910/posts/UDVK6jUhhLX :) [21:42] though I am trying to get rid of panels [21:42] I like the mac look I get with docky [21:50] I cant find anything related to AWN in session manager...I myself removed it from the system...but any time I login it warns me it is gone [22:10] hey fix them I fix them by re-ticking the device manager box I think the warning was due to the repositories still on the sources list I ll check on boot [22:10] thanks bye === toto is now known as Guest45857