[00:17] hello, can anyone help me figure out why my notifications look like this: http://i.imgur.com/x4DztdJ.png === elezium_ is now known as EleziumOnTheGo [01:04] how i can auto hide globel menu bar? [01:59] the thing on the top left? [01:59] chalcedny, ? [02:01] chalcedny, right click an empty spot on desktop --> desktop settings --> tweaks --> show the desktop toolbox [02:01] if that is the case [03:54] efollow_vm was removed by: efollow_vm [05:44] i am attempting to go from ubuntu to kubuntu. i used ap-get to install kubuntu-desktop. andnow its asking me to select a desktop manager.. Do urecomend lightdm or sddm? [05:44] and do i need to install anything else to get plasma? [05:46] sddm is the default choice for kubuntu, but either *should* work. the kubuntu-desktop meta-package should pull in everything needed for a plasma session you can select in sddm/lightdm === pavlushka_ is now known as pavlushka [07:20] i ran apt-get installkubuntu-desktop . and it stopped withthefollowing error" Errors were encountered while processing: /var/cache/apt/archives/kde-config-telepathy-accounts_4%3a15.12.3-0ubuntu1_amd64.deb [07:21] i then ran the following two commands.. [07:21] sudo apt-get purge account-plugin-google [07:21] sudo apt-get install -f === jayhunold is now known as jhunold [07:25] and this is the error message i get now .. https://paste.kde.org/phkunyykp [07:26] any sugestion on how to resolve this? [07:30] you said you had purged account-plugin-google, but clearly not completely or successful if it wants to overwrite a file belonging to that [07:35] Hmmm ..seemsl like this is a know kubuntu install bug [07:35] If you REALLY get stuck you can: cd /var/cache/apt/archives/ [07:35] https://bugs.launchpad.net/ubuntu/+source/kaccounts-integration/+bug/1451728 [07:35] Launchpad bug 1451728 in kaccounts-integration (Ubuntu) "[master] kde-config-telepathy-accounts package install error" [Critical,In progress] [07:36] sudo dpkg --force-all -i kde-config-telepathy-accounts_4%3a15.12.3-0ubuntu1_amd64.deb [07:37] It seems there is afix for this, in a ubuntu update .. [07:37] I should have run the update first, before attempting to install Kde [07:38] should it be safe to do an unistall of kde via apt-get .. [07:38] I vaguely recall something of the sort, but yes, you should always update before attempting something like this. [07:38] that was my big mistake [07:39] which i shall not make in the future [07:40] you can uninstall some components kde components causing the problems, yes. update. then reinstall using kubuntu/kde meta packages [07:40] may require a bit more apt-get fiddling, but it will be do-able [07:43] asu can see form thepastbin .. the conflic is with kde -config-telepath .. [07:43] and now no otehr apt-get will run ,until that telepath issue is resolved.. [07:44] form what i have read. it might be problematic to do a force overwrite of thsoe files.. because Kde handles telepath differently from Gnome [07:46] I was not suggesting leaving that force-overwrite in place. Just as a way to get the install to finish and cleaup. [07:46] acheronuk: is there a dpkg option to force the uninstall? [07:47] but thatwoudl be kde overwritting a gnome file .. and the kde versionis a different format from gnome [07:47] no, as you would then remove account-plugin-google and reinstall kde-config-telepathy-accounts [07:47] i guess i could just rename the file .. [07:48] and that way i have a copy of it right? [07:48] so you are left with just the correct kde one in place [07:48] or just make a copy .. then overwrighe it [07:48] i am curently running gnome [07:49] when i got this systemfrom y admins. they had ubuntu installed [07:49] and i was attempting to move over to kubuntu [07:49] there are several ways you could do it. as long as you do a forced reinstall of both packages once you have managed to update, to restore any overwritten files [07:51] i.e. last thing you do is 'sudo apt-get install --reinstall kde-config-telepathy-accounts account-plugin-google' [07:51] which way would you recomend? [07:53] I would do it with the forced overight, as I (a) am comfortable enough knowing how to undo that to go with it and (b) I don't care one jot about the gnome/unity version [07:53] *overwrite [07:54] as said, you can juggle it a few ways, then force reinstall the packages in question to make sure they then have all their correct files [07:58] some in one of the bug reports. sugested doing sudo apt-get purge kde-telepathy*` [07:59] do you think that would work, now that my currentt apt-get is in an incomplete state? [08:00] could work, but it might refuse because of the configured packages [08:00] *unconfigured [08:00] hmmm [08:00] does apt have a "rollback" feature? [08:01] or should i jstu bite thebullet and do the force install with dpkg [08:01] hmmm ..could i do a forced unistall with dpkg? [08:02] perhaps [08:03] There are a number of ways you could break the deadlock apt has got itself into. I said how *I* would do it, but that isn't necessarily the right or best answer. [08:07] i see two claimed solutions in the last comments of this bug report https://bugs.launchpad.net/ubuntu/+source/kaccounts-integration/+bug/1451728 [08:07] Launchpad bug 1451728 in kaccounts-integration (Ubuntu) "[master] kde-config-telepathy-accounts package install error" [Critical,In progress] [08:08] 1 sugestion was. to use :sudo apt remove account-plugin-google unity-scope-gdrive kde-telepathy-minimal kde-telepathy [08:09] the other was "sudo dpkg -r unity-scope-gdrive [08:09] sudo dpkg -r account-plugin-google [08:09] sudo apt-get -f install " [08:09] Those are pretty muchdoingthesamething right? [08:10] ooops.. sorry .. i am still getting used to this new keyboard [08:10] I only suggested my way, as it would not need me to 'remove' anything [08:10] alternate ways exist. I can't tell you which is best [08:11] hmm.. u make a good point ..and i think iwill go with your way .. [08:11] but i will backup the file .. before it is overwritten .. [08:11] Thanks for your assistance .. Now lets see how this goes [08:13] so i run this right? sudo dpkg --force-all -i kde-config-telepathy-accounts_4%3a15.12.3-0ubuntu1_amd64.deb [08:14] on the package in /var/cache/apt/archives/ yes [08:14] you may have to cd into that directory [08:17] with a bit of luck, dpkg should then carry on and configure what was left over undone from your upgrade [08:18] and maybe do an 'apt-get install -f' and 'apt-get dist-upgrade' after to just make sure everything is done [08:20] so i have to run this from var/cache/apt/archives ? [08:22] probably. I think dpkg will not like it if you give it a path you are not on. or copy the file to your current terminal working directory 1st [08:23] thanks [08:23] don't thank me until it's fixed :P [08:24] i amthankign you for your assistance [08:24] which is greatly appreciated [08:28] hmmm .. i just found an unistall option .. which supposedly will force the uninstall of a package that did not completely install . using dpkg --purge --force-all [08:29] there is that [08:29] pick a way. whichever you choose will require some additional apt/dpkg cleanup [08:33] since this is a fresh install of Ubuntu .. whichone do uthink will require theleast amount of tinkering? [08:43] uare a genius [08:43] not quite [08:43] acheronuk: that command was sucessfull [08:44] good :) [08:45] so now run apt-get -f install right? [08:45] so now run apt-get -f install right?/ [08:45] yes, then 'apt-get dist-upgrade' [08:46] just to make sure nothing is left [08:46] k [08:46] also make sure the 'kubuntu-desktop' package did actually manage to install [08:47] how do i verify that it installed? [08:48] apt-cache policy kubuntu-desktop [08:49] should list a version next to installed: if it did [08:49] make sure your system is FULLY updated [08:49] yes it does.. 1.338 [08:49] the updates are installing right now .. [08:50] achreonuk: i cant thank you enough [08:51] then once done you can try to reinstall whatever package had it's files overwirtten, just to doubly make sure they are restored ok [08:51] and the updates let them now co-exist [08:51] ok .. [08:52] i will as soon as the updates finish [08:52] ok. if that bug was fixed, it should be fine [08:54] they claim the bug was fixed .. but there are also others who were saying it was not .. [08:56] I have KDE/kubuntu, xfce4 and lxqt desktops installed, but not gnome or unity, so I can't say whether it really was or not. plus I'm on yakkety, so likely not the same anyway [08:57] I have to go for now. hope that works out :D [08:58] thanks .. i think it should .. just watint for the updates to complete === JonathanD is now known as Guest24417 === JonathanD is now known as Guest79627 [10:25] @valorie I just edited the startx script for now, it appears neither xinitrc nor Xsession have anything to say about the default "client' or in this case the default client parameters to Xsession/xinitrc. Apparently they are passed to xinit which executes Xsession in the end but it may be xinit that also executes startkde, I don't know. [10:26] If that's the case then I don't know how the default "window manager" (desktop client) for xinit is normally getting decided. [10:26] startx just has a default parameter in its script that you can fill in and then startx will start kde. [10:27] I'm just unhappy I cannot revert the thing to what it was before I installed Cinnamon. === daniel is now known as daniel_ === steveen is now known as nateMR === max__ is now known as Guest30408 [13:05] What happened to WUBI? I just went to install a copy of 16.04 and can't find WUBI [13:08] Hiyas all [13:10] Quantos: AFAIR, wubi died as an option when Win8 and UEFI made unsupported/broken/dangerous [13:10] *made it [13:11] Ah, thanks, I just found an article on it acheronuk [13:11] wubi was hopeless anyway [13:14] hi everybody, file search from within dolphin does not seem to work. I have Kubuntu 16.04 LTS 64 bit. everyhting up to date. File search active. [13:17] I search and it does always return 0 files, even if I search for file names tht I know are there. [13:25] yocs0000, if you're on a laptop, plug in the power cord [13:37] Korganizer doesn't work after I added the kubuntu-backports-landing ppa and upgraded [13:37] BluesKaj: why? [13:38] it says "the akonadi personal information management service is not operational." [13:38] running akonadictl start from terminal [13:38] spits out this: [13:38] https://paste.kde.org/pu38bdav0 [13:38] j wxwidgets [13:39] Driminicus: 'sudo mkdir /var/lib/mysql-files' [13:44] that helped, for for some reason mysql spits out a lot of these types of errors [13:44] Error : Can't find file: './akonadi/pimitemtable.frm' (errno: 13 - Permission denied) [13:44] these files do exist, and have 660 permissions [14:03] BluesKaj: power cord is plugged and battery is 100%? [14:03] Driminicus: not sure. in few cases I've seen, creating that missing directory has been enough to solve it [14:03] I see [14:05] I don't personally use PIM, or at least any of it that requires akonadi to actually work! [14:09] ah [14:09] I figured it out [14:09] somehow the ./akonadi/ dir itself had it permissions messed up [14:10] thanks for the help [14:11] hi everybody, file search from within dolphin does not seem to work. I have Kubuntu 16.04 LTS 64 bit. everyhting up to date. File search active. [14:11] I search and it does always return 0 files, even if I search for file names tht I know are there. [14:29] yocs0000, are you using the find option in dolphin? [14:29] I have to ask [14:54] **A wild Momoe appears!!** [14:55] Hiii everyone, I was wondering if anyone has any preferred image manager apps they can reccomend? I'm looking for something that can sort by image dimensions, and has a bookmark feature [14:59] momoe imagemagick has a lot of options , not sure about the sorting part tho [15:01] I've dabbled with image magic just a little bit, Gwenview has a lot of potential and a clean UI, but the plugins are broken atm [15:01] All it says is "KXML Hellow world tools..." [15:04] heh, i installed imagemagick a while back , now when I launch it just crashes ..not exactly a good recommendation :-/ [15:05] c.c [15:05] ɔ.ɔ [15:05] (。◠‿◠。) [15:06] think the cli tools probly work ok tho [15:06] Are you familliar with the "KXML Hello World tools..." is with Gwenview? I was hoping to see about getting those working and seeing what plugins are offered [15:06] I also see it in Kubuntu's screenshot utility, so I guess it's not just localized there [15:08] Specctacle>Export To...>Online Services>KXML Hello World Tools... [15:08] momoe, never heard of KXML Hello World tools [15:09] hmmm... google tells me it's related to "kipiplugin"? [15:11] oh well, I'll give image magic an indepth go === Guest79627 is now known as JonathanD [15:13] Oh, XnViewMP is also another option, although it's mostly tuned towards the Windows crowd [15:13] it does come in a linux-ish flavor [15:17] gwenview has improved their list of options in the last few kf/qt upgrades [15:17] kipi-plugins have been too outdated to work properly gwenview for a while now [15:18] kde/now fixed that I think, so should get sorted somtime soon I hope [15:24] @acheronuk, I hope so. I would like a simpler solution to upload my screenshots than the manual way. [15:25] momoe: They have. Just can't find a link. [15:27] Oh, ty for helping [16:13] hello. I have issue with the checksums of the ISOs. [16:14] I get 79f46b96ae3b3fa858cccfd214478e2f for the 16.04.1 immage [16:14] what issues? they either pass or fail [16:15] amd64? [16:15] downloaded directly and via bitorrent. [16:15] yes amd64 [16:16] ok. can you link to where you are finding the iso links and checksums please. [16:17] of course: checksums: http://kubuntu.org/alternative-downloads at the bottom [16:18] downloads: Bittorrent from this side [16:18] direct download from the main side: http://kubuntu.org/getkubuntu/ [16:20] direct link: http://cdimage.ubuntu.com/kubuntu/releases/16.04.1/release/kubuntu-16.04.1-desktop-amd64.iso [16:21] checksum generated via: md5sum "kubuntu-16.04.1-desktop-amd64(1).iso" [16:24] could be those have not been updated and are still the 16.04.0 ones? [16:24] If I use unetboot in or start-medium-creator these images do also not boot (error message: "boot error" ; tested on one Laptop and on PC) [16:24] http://cdimage.ubuntu.com/kubuntu/releases/16.04.1/release/MD5SUMS will be correct [16:25] ahoneybun: ^^^ iso checksums on the kubuntu site? [16:26] Thanks. [16:26] The description text was updated. on the side I posted. [16:26] BluesKaj: yes, of course ..... [16:28] However maybe another hash command was used to generate the ones on the side. The descriptions also mentions a HowTo, which is not linked properly. [16:28] yocs0000, and you have file search enabled in system settings>search ? [16:30] viewer|20281: I just the guy who doe most on the site, so hopefully he can take a look [16:30] Ah, thanks. I just looked how to report it best. [16:32] for ref, the cdimage page md5sums are always correct, unless some catastrophe happens on the ubuntu infrastructure. [16:32] viewer|20281, the only problem I had with those images wasn't the sums, but the downloads finishing completely be thay torrent or htmal download , the zsync downloads worked best for me [16:33] torrent or html [16:34] if I want to update, I zsync [16:34] the sums never failed [16:34] thanks, I will keep that in mind [16:35] the torrent downloads failed to finish at times as did the html , aaamof the html had to be restarted in order to finish [16:46] acheronuk: the sha256sum matches the website, so I guess the only think to improve is a link to https://help.ubuntu.com/community/HowToSHA256SUM and maybe a short sentence that these are not MD5s. [16:46] acheronuk: sorry for wasting your time === kspencer is now known as No_One [16:55] BluesKaj: yes [17:36] I lost administrative privilege how can i restore them === eprbata_ is now known as eprbata [17:49] owwwww! Baloo is SO FRUSTRATING .... [17:50] odd yocs0000 , the find oprion in dolphin works here, have you checked the logs for errors ? [17:51] option [17:52] BluesKaj: where does it log the errors [17:53] look in /var/log/syslog [17:55] BluesKaj: nothing .... it is behaving erratically. I now stop testng it, calm down have some fun, and come back .... I need a clear mind. [17:56] BluesKaj: thanks for help anyway. [18:00] How to change Dolphin File to double click to open files/folders? [18:00] It's in your mouse settings [18:01] Thanks! [18:01] acheronuk, that link uses MD5SUMs [18:01] but ours has SHA256 [18:01] Btw, is there an easy way to launch a service/application at startup? [18:02] I want my RealVNC to start automatically when rebooting the machine. [18:04] GrantD, system settings> startup&shtdown>autostart>add program [18:04] nice!...thanks :) [18:05] KDE... lovely. 8) [20:25] hi I'm trying to compile kde partition manager 2 alpha version and I get an error when running cmake [20:25] I think it is a missing package but I can't figure out which one. [20:32] chaene, what's wrong with the default kde partition manager ? [20:32] It has a bug. No OK button in the edit mount point dialog. Has been reported to be fixed in the current alpha [20:33] that's the error I have https://paste.kde.org/pkznzwtqf [20:33] that's odd I'm on Xenial and the version I have works fine [20:34] which version do you have. [20:34] 1.1 does not have the bug and 1.2 does [20:44] when i had problems with the kde partitioner , i just switched to gparted. At the time it was superior to the kde version..I still use it [21:15] hello [21:16] wich are requeriments to install kubuntu 16.04, can't found them in the website [21:41] You can get away with a 1GB Netbook, if you do some web browsing and light document editing, but there are probably better distros. === fego is now known as codemaniac === ruben-ikmaak is now known as ikmaak