[00:08] ciao [00:08] !aiuto === gilbert is now known as transformerbot === transformerbot is now known as goodtime === me is now known as Guest79631 [03:13] He. I'm trying to build kde on kubunutu 13.10 using the kdesrc-build script and cannot get to compile nepomuk-core for it seems cmake cannot find soprano 2.9.3. I have libsoprano-dev 2.9.4 installed as well as libsoprano4. Can anyone tell me if I'm missing something or how could I explicitly pass the proper path for soprano to the kdesrc-build script? [03:43] Strav: this seems like a #kde-devel question [03:43] and have you checked out #project-neon ? [03:45] valorie: Unfortunately I asked juste now and weeks ago on kde-devel without ever getting a response. As for project-neon, I'm only trying to build the latest stable kde version. [03:46] valorie: reading on project neon just now, sorry I thought this was related to kde frameworks 5. [03:46] "only related to..." [03:47] yes, it's possible that folks in #kde-devel are already thinking of nepomuk as the past.... [03:48] valorie: and that would be a good thing. Haven't tried baloo yet but it looks promising. [03:50] Btw, thanks, project neon might very well be the thing I need. However, I'm so close to have built every components, would be a shame to stop now. [03:51] perhaps it is time to write to the KDE-devel list, Strav [03:53] I'll see to it. Kinda embarrassing to want to write some code for the project and not being able to simply build the damn thing. [03:54] I agree [03:54] when you figure out the problem, please add a note to the wiki page! [03:55] If it's general enough, I will. === Espeon is now known as Guest22561 === Guest22561 is now known as EspeMew === emma_ is now known as emma === claydoh_ is now known as claydoh === ValicekB_ is now known as ValicekB [06:46] Good mroning [06:46] morning (i meant) [06:46] anyone here to help with a upgrade "bug" on kde PIM to 4.12.3 [06:47] https://bugs.kde.org/show_bug.cgi?id=331867 [06:47] KDE bug 331867 in Migration "Column in embedded mysqld can not be null" [Grave,Unconfirmed] [06:56] ANyone there who could tell me how to DOWNGRADE trusty to KDE 4.12.2? === roby is now known as Guest49510 === christopher is now known as Guest87828 [08:33] ok [08:34] anybody in nz [09:09] hey [09:09] everyone sleeping or [09:10] Hey christopher_ [09:11] hey [09:13] just hanging [09:13] im about to go to sleep === calin is now known as crucerucalin === claudiu is now known as Guest94344 [09:52] Greetings [09:52] Hey joe_______ [09:52] I'm hoping you might be able to help me [09:53] joe_______: That depends, what seems to be the problem? [09:56] I just recently upgraded my distribution to the early release of Kubuntu 14.01 and now when I attempt to login my system hangs just after the light DM window begins to load [09:57] joe_______: Trusty support is actually in #ubuntu+1. But does lightdm show you the login fields? [09:57] oh, I'm sorry [09:58] and no n lol [09:58] Hmm, can you get to a tty? [09:59] (ctrl+alt+f1) [09:59] yes. I apologize for my slowness, but I'm doing this on an android and it's incredibly difficult [10:00] joe_______: No worries. Allright do you have an internet connection in the tty? [10:01] ifconfig says Easter net is up and I'm receiving an IP address [10:03] joe_______: Ok great. Can you run: sudo apt-get update&&sudo apt-get install pastebinit&&lspci -k|grep -A2 VGA|pastebinit [10:04] And give me the link that comes out of that command. [10:04] one moment [10:04] Take your time. [10:07] http://paste.ubuntu.com/7060766/ [10:09] Hmm the graphics card/driver shouldn't be a problem. What happens when you run "startx"? [10:11] the screen goes black , the processor works for a moment, and then nothing [10:13] Hmm, wel something is not right. You could try making a new account and loggin in to that one (with lightdm) to see if the kde profile has to do with it. [10:14] good morning [10:14] joe_______: when it stops ? after or before login screen ? [10:15] I was just able to get back to TTY the blank screen and I can see the initialization Trail Forex, the last thing that says is suspending aiglx clients for VT switch [10:19] if you can walk me through setting up a new account and logging in light DM on the command line I'll give it a shotbut I have no idea how to do that lol [10:20] joe_______: Go back to the tty and run: sudo useradd testuser [10:21] Fill in what it asks, go back to lightdm (tty7 -> ctrl+alt+F7) and login with the testuser. [10:23] alright, I am now logged in as the test user [10:27] There everything works? [10:27] I'm sorry, no. Its the same situation [10:29] Hmm, so it ain't the .kde folder. Is this a fresh install? [10:30] It is not, it's an upgrade from saucy [10:36] Hmm, do you happen to have /home on a separate partition? [10:36] hmmmm possibbly === yofel_ is now known as yofel [10:39] joe_______: You can tell with: mount|grep home [10:40] that returned nothing [10:41] Then /home is not on a separate partion. [10:42] Oh well perhaps it is a good idea to test Trusty first with a live-usb. [10:44] joy! That sounds like quite a feat [10:45] joe_______: Do you have access to a working pc? [10:46] sadly no lol [10:48] is there a way I can capture the log from the failed X server attempt? [10:50] They are usually put in ~/.xsession-errors [10:50] Or in /var/log/Xorg.0.log [10:52] one second I'll transcribethe last part [10:53] libgl error: failed to open DRM device : permission denied [10:54] and then... [10:54] llibgl error: failed to load driver i915 [10:56] gnome-session-is-acceleerated: llvmpipe detected === Golden_Dawn is now known as Dr_No [10:57] hi guys, I need some help... I've created a folder "zeuthen" in /media/username using sudo. But now it says I have no permissions on it whatsoever: d?????????? ? ? ? ? ? zeuthen/ [10:57] joe_______: Brr: failed to load driver i915 [10:57] how do I modify the permissions so that I have write/read privileges in that folder as a normal user [10:57] joe_______: What does "sudo lsmod|grep i915" return? [10:58] already tried doing sudo chmod +rwx zeuthen, but it says: chmod: cannot access ‘home’: Transport endpoint is not connected [10:58] kaddii: You probably want: sudo chown : -R /media/username/zeuthen [10:59] what does -R do? [10:59] sudo is not in the sudoers file this incident will be reported [10:59] kaddii: Makes it recursive. See the manpage of chown: man chown [10:59] lordievader: i get the same error: chown: cannot access ‘/media/myrti/zeuthen’: Transport endpoint is not connected [11:00] joe_______: Are you still logged in as the test user? [11:00] kaddii: Err is /media/myrthi/zeuthen on a mount? [11:00] yes I am should I log back in as me? [11:01] joe_______: Yes and then try the command again. [11:01] lordievader: i wanted to mount something in that folder, but I only created the folder so far [11:02] lordievader: but you're right.. just did a fusermount -u on the folder, now the commands work [11:02] kaddii: Usually such an error refers to something with NFS going wrong. [11:03] lordievader: thanks, now everything is working as it should... Don't understand what happened, but as long as it is resolved :D [11:04] okay it has returned 5 lines... [11:05] joe_______: Could you pastebin those? sudo lsmod |grep i915|pastebinit [11:06] http://paste.ubuntu.com/7060988/ [11:08] Now that is strange, xorg complaining that i915 failed to load while lsmod says it is loaded... :( [11:08] I really don't know what the problem can be :( [11:09] nonetheless, appreciate the help that you've given me and at the very least I've learned some neat stuff about pastebin [11:11] I think that I should probably go to slam my head against the wall for a few minutes and then take a nap :-) [11:12] joe_______: Try a live-cd/usb it might just be that something went wrong with the update. [11:12] I will try and do that. Thank you again for your assistance [11:12] joe_______: No problem ;) === calin is now known as crucerucalin === claudiu is now known as Guest66609 [13:01] Hiyas all [14:23] Question: if i had a sudden reboot just now, and i had a unsaved GEDIT document open.. is it saved somewhere in the system ??? [14:24] issphp: Gedit is a gnome thing, I get the feeling you'll have more luck in #ubuntu for an answer. === denysonique is now known as Guest58298 === Guest58298 is now known as denysonique_ === calin is now known as crucerucalin [15:55] issphp: some editors save half-done documents, Gedit does that only if you have specifically enabled it 'Preferences>Editor>Autosave' [15:55] issphp: if that was enabled you should have a file with the same name as the original but with "~" appended. [15:56] hello [15:56] i just need to know Kubuntu comes with what QT version? [15:56] and is it already installed? [15:57] !info libqtcore4 [15:57] libqtcore4 (source: qt4-x11): Qt 4 core module. In component main, is optional. Version 4:4.8.4+dfsg-0ubuntu18.1 (saucy), package size 2041 kB, installed size 9023 kB [15:57] qt: It is default, many KDE software is written in Qt. [15:58] is it easy to upgrade to latest which is 5.2? [15:59] qt: https://launchpad.net/~neon/+archive/kf5 [15:59] qt: Not really sure but that ^ would be a beginning I suppose. [16:00] got it thanks big help === Anonymous is now known as Guest20220 [16:26] How to install guest additions in virtualBox [16:27] sudo apt-get install build-essential [16:27] how to run kde 4.12.2 on kubuntu 14.04 beta1? [16:28] !DE [16:28] In den meisten Ubuntu-Kanälen wird nur Englisch gesprochen. Für deutschsprachige Hilfe besuche bitte #ubuntu-de, #kubuntu-de, #edubuntu-de oder #ubuntu-at. Einfach "/join #ubuntu-de" eingeben. Danke für Dein Verständnis! [16:28] oops [16:30] Hi my battery is not broken but kubuntu says it is [16:31] basketballllll: As they have already told you in #ubuntu+1, this channel is not for Trusty support. [16:32] Is there a trusty kubuntu [16:33] basketballllll: Yes, but support for it is still in #ubuntu+1, that is also true for Lubuntu, Xubuntu and other Ubuntu derivatives. [16:34] basketballllll, you're already in the the channel for trusty support, #ubuntu+1 covers all (u)buntu flavours including kubuntu === mpmc is now known as mpmc[BNC4FREE] [16:54] How do you install kde [16:55] !kde | basketballllll [16:55] basketballllll: KDE (http://kde.org) is an open community that creates and maintains software including the Plasma desktop. To install from Ubuntu: « sudo apt-get install kubuntu-desktop », or see http://help.ubuntu.com/community/InstallingKDE . See http://kubuntu.org for more information. [16:55] Sudo apt-get install what [17:13] hi , been told to come here [17:13] kopete :: Cannot load the IRC protocol plugin. , any help [17:15] http://kopete.kde.org/ :: nothing here [17:18] basketballllll: sudo apt-get install kubuntu-desktop, just as ubottu says. [17:36] How do i ininstall kubuntu plasma [17:36] hey can i change them in the new kde 5 [17:36] like plasma-shell and that ? [17:38] anyone know [17:41] anyone? [17:53] phodius, ask in #kubuntu-devel or #kde channels [18:06] i hear u just joined devel thx === kevin is now known as Guest73642 === thomas is now known as Guest40286 === Guest40286 is now known as thomas___ === Guest75360 is now known as skfin === calin is now known as crucerucalin === mpmc[BNC4FREE] is now known as mpmc === kubuntu is now known as Guest36570 [20:38] Hay Hay Hay im back [21:07] hi [21:12] hihi [21:13] hey I just find a 13.10 kubuntu error [21:14] bug report -< launchpad [21:14] -> [21:15] lock at this I use qtor and all was fine until i install ktor in pannel info shows that its just spinning no download or open with one or other tor client XD === thomas__ is now known as killerbee [21:17] ->/msg NickServ killerbee !fuffna [23:07] some kind sould to tell which are ubuntu's fastest servers? [23:08] for package downloading [23:08] depends on where you live [23:08] !chmirror [23:08] To find the fastest repo available, go to Adept - Manage Repositories and select "Other" from the drop down list, then click "Find Best Server" [23:08] dunno if those instructions are still current, but the option should be there somewhere [23:09] I already download from the nearest server but ~60 KB/s is too slow for me [23:10] What's Adept? [23:11] open up whatever Kubuntu's default package manager is these days (I have no idea, I use aptitude) and look around for the equivalent [23:12] it's muon [23:12] looking for the fastest servers now, thanks :-) [23:13] the problem is that the tests are based on ping only [23:13] although the ping is very low, the download rate is limited [23:14] on average, what's the download rate of you good people? [23:15] 4MB/s or so, from mirrors.kernel.org [23:15] that's what I need === calin is now known as crucerucalin === testi is now known as thechef === testi is now known as thechef