[00:20] allo [00:36] I'm trying to figure out what is wrong with Kontact. The Kaddress book runs, kmail works but kontact fails when I start it up. If I launch it from a terminal it tells me it took a segfault. Any ideas? [00:44] DclRules: are you fully updated? what happened when is started to fail? [00:47] Yes. This was a fresh install of Kubuntu 16.04. and I just checked for updates and it claims there are none at the moment. [00:48] Additional background information is that it gives me the following two lines in the console before crashing. [00:49] cannot find .rc file "kontactsummary_part.rc" for component "kontact" [00:49] No such XML file "/home/beatty/.local/share/kontact/default-.rc" [00:50] DclRules: how did you install kontact? [00:51] dmatt: ah, it is preinstalled i suppose [00:51] lol [00:53] I installed it either through the normal kubuntu installer when they installed the OS or I did it with synaptic can't be sure which. Its been a few days before I got to try to set up Kontact. [00:54] DclRules: did you turn off any services? [00:54] Not that I'm aware of. How would I do that? [00:56] DclRules: System Settings/Startup and Shutdown/Background Services [00:56] I can get the list of services. Which one need to be running for Kontact to work? [00:59] DclRules: services - that was just guess, if you did not mess with it it should be set OK [01:00] dmatt thank found the panel. But no I didn't turn any services off nor did start any. [01:00] what files do you have in /home/beatty/.local/share/kontact/ ? [01:01] The only file there is default-kmail2.rc [01:04] DclRules: try to run akregator from internet menu [01:06] I was able to run Akregator. The panel is up now. [01:10] end akregaor from menu. do you have new file default-akregator.rc in direcotry /home/beatty/.local/share/kontact/? === mkv is now known as m4v [01:14] No I don't. The only file starting with "default- under /home/beatty/.local/share is default-kmail.rc [01:19] post output of command ls -la /home/beatty/.local/share/kontact/ [01:19] into !pastebin [01:19] !pastebin [01:19] For posting multi-line texts into the channel, please use http://paste.kde.org | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. === Roey is now known as Roeytaur [01:20] i am asking that to check if you have correct writing rights to that folder [01:21] things sometimes mess up if you run some programs with sudo rights and they stop working afterwards [01:21] Yes I do have writing rights to the folder. [01:23] Your on to something. I did run sudo kontact and it came up. [01:25] DclRules: stop it and chown that folder to your user beatty [01:27] yikes [01:27] never use sudo on gui applications [01:27] !sudo [01:27] sudo is a command to run command-line programs with superuser privileges ("root") (also see !cli). Look at https://help.ubuntu.com/community/RootSudo for more information. For graphical applications see !pkexec (for older releases: !gksu and !kdesudo). If you're unable to execute commands with sudo see: http://www.psychocats.net/ubuntu/fixsudo [01:28] Yes I know that but I wanted to see if it would run or was it broken. [01:28] chown beatty to all folders in .local [01:29] Still the same problem [01:35] DclRules: try: sudo apt-get install --reinstall kontact [01:35] OK. [01:35] dmatt: see if there is any error while it executes [01:38] Reinstalled kontact. Still has the same symptoms. [01:47] have you configured kmail for mail already? try to rename default-kmail2.rc to default-kmail2.rc.old and try to start kontact again, maybe it will be recreated correctly [01:53] Renamed the file as you suggested. ran kontact from the terminal and it still segfaults. There is no new default-kmail2.rc file just the .old (renamed file). When kontact starts up it also starts kmail which comes up correctly even though the default-kmail2.rc file was moved. [01:58] DclRules: how exactly is Kontact failing? It segfaults but at the same time also starts kmail? [02:01] Yes when it starts up kmail panel opens and operates normally. There is no kontact panel and the console messages complains about several things the last being it can find the default-.rc file. [02:04] I used pastte.kde.org to paste my console messages in case the would help. The title is "Kontact console messages" [02:06] DclRules: pls paste also image of started contact [02:12] DclRules: we need the link [02:13] one cannot search the paste site for titles [02:14] valorie: i suppose it was the last one https://paste.kde.org/pugid7s8h [02:15] I uploaded a screen shot at http://imgur.com/JTjYCmq where the konsole in light blue and the kmail that's open was launched by the kontact command from the console. [02:16] DclRules: you have fresh install of 16.04 or update drom previous release? [02:16] DclRules: and did you use existing home or created new one? [02:16] DclRules: you might chmod your entire $HOME [02:16] looks like ~/.config is unreachable too [02:17] Fresh install of 16.04 [02:18] but you ran sudo kontact, did you not? [02:18] that immediately messes with your permissions [02:20] Yes I can run sudo Kontact. I did that after I couldn't get kontact to run as from the start menu [02:21] DclRules: do as valorie suggested DclRules: you might chmod your entire $HOME [02:22] that never hurts, and might help [02:23] Working on that now. I have some nas connections I have to work around. [02:24] just as a reminder, permissions = chown -R username folder/ [02:24] DclRules: set both owner and group on your user [02:25] so chown -R /home/beatty/ [02:27] i think it should be: chown -R username:username folder/ [02:28] I did the chown plus chgrp with sudo to catch anything that super user owned. Still fails with a segfault. The files that were changed from root were .config/kontact_summaryrc , .config/akonadi/akonadiserverrc , .config/QtProject.conf , and .config/katemetainfos [02:32] DclRules: long time ago i had weird crashes when i had session automatically restored on start, because it restored some processess in wrong state [02:34] DclRules: try to set "Start with an empty session" in System Settings/Startup and Shutdown/Desktop Session and reboot. Reboot could also help with stuck Akonadi. [02:36] valorie and dmatt I want thank you for all your help. I will try to start with an empty desktop session and I'll reboot. But its getting late and work starts very early for me tomorrow. Thanks again for all the help its greatly appreciated!!! [02:37] yw [02:37] DclRules: you're welcome. hopefully you manage to fix it [02:37] dmatt: is there any reason to think that the user changed the group too? [02:38] username:username is for both as I understand it [02:38] just was reading man chown [02:38] valorie: he did not answer if it was new /home or reused /home partition [02:38] ah [02:39] you're right then, that would have been safer [02:44] Hello all... Installing a Xerox 7665 Workstation PPD file and not able to get it to except the pin [02:46] Anyone have any luch with doing this [02:47] Irish_canon: printing without pin works? [02:50] Irish_canon: you might have to define user and pin on xerox first and then match it in printing dialog. But I never tested it on linux. [02:52] if i try and remove imagemagik it wants to install foomatic-filters and paps [02:52] i don't need printer software [02:53] any help? [02:56] goddard: lots of programs have imagemagick as dependency, not only printing [02:57] dmatt: i dont use those apps [03:00] goddard: if it could not be removed then you have something installed which needs it [03:01] dmatt: it can be installed but during the removal process it installs foomatic-filters like I said about [03:01] dmatt: i could imagine exporting to pdf from libreoffice might use it [03:01] i dont use libreoffice i use calligra [03:03] it doesn't have a ton of stupid dependencies like java [03:04] calligra is pure Qt [03:04] calligra also uses imagemagick, but I do not know if it is optional or hard dependency [03:04] dmatt: for printing? [03:06] I added the pin in the PPD file [03:08] goddard: I do not know code of calligra suite, but for example krita could use imagemagick for whatever manipulation or input/output filtering [03:16] dmatt: know how to check dependency tree? [03:19] goddard: apt-cache rdepends imagemagick [03:22] dmatt: no useful information with that command [03:22] just lists itself [03:26] ok try this one: apt-cache rdepends --installed --recurse imagemagick [03:33] goddard: anyway, for normal desktop use i would not remove any supporting library/program, especially if you do not know where and how it is used, which seems to be the case here [03:34] dmatt: thise few megabytes are not worth the hassle and potential breakage [03:34] goddard: ^^^^ [03:38] goddard: I need to leave, maybe somebody else could assist you more [04:32] I'm trying to fix a broken update. The apt-get install -f process stops with the text "usermod : no changes". The console just stays there and nothing else happens until I stop the process. Why? Please help. [04:35] hmmm [04:35] r_rios: don't know why, but please try `sudo apt update && sudo apt full-upgrade` [04:35] again [04:41] valorie: Just a sec [04:45] valorie: apt update updates the sources, but then asks me to run dpkg --configure -a [04:45] apt full-upgrade asks me to run dpkg --configure -a [04:46] I run dpkg --configure -a, but now it fails in the sa-compile step [04:47] /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o: unknown relocation (0x2a) in section `.init' [04:48] But apt full-upgrade now runs anyway [04:49] But there are broken dependencies, and it asks me to run apt install -f [04:49] Looks like it is working now...? [04:52] possibly the internet burped during your first upgrade [04:52] it's happened to me like that..... [04:53] there was a gcc upgrade, but that was a few weeks back [04:54] valorie: Yeah, but the sa-compile process now keeps failing. It seems the broken dependencies have been fixed, but this issue remains [04:54] I'll see if rebooting helps [05:03] valorie: Same problem. I can now successfully boot to the desktop, though [05:04] valorie: https://paste.kde.org/pdvj1s45k [05:06] Ah, yes, that should be because I didn't really finish the installation [05:08] hmm, I wouldn't have rebooted before trying it one more time [05:08] don't forget your up-arrow [05:08] it's my constant friend === JosefFilzmaier_ is now known as JosefFilzmaier === inetpro_ is now known as inetpro [06:20] hi guys [06:20] i'm having weird bug [06:21] I can't type the letter "k" in konsole [06:25] I can't type the letter "k" in konsole any ideas? [06:30] Hi guys, any ideas on how I can turn off the flash plugin notification available for the browser? === madwizar1 is now known as madwizard [06:32] I can't type the letter "k" in konsole any ideas? [06:35] nawar: does this letter work elsewhere? [06:35] obviously it worked here [06:36] but I was thinking more about something like kate and perhaps opening the konsolepart in kate, and checking there [06:41] yep [06:41] and i can type k in capital letter [06:41] just k in small letter i can't type [06:42] yep i can't type it in kate too :( [06:58] ok, so that gives you more information [06:58] is there anything else you can't type in kate and/or konsole? [06:58] I guess I would go through your keyboard and check [07:02] i can type everything except for k [07:03] soap & water ? [07:05] its ok now [07:07] it seems by mistake i put k as shortcut for changing application language [07:07] sorry [07:29] ha! [07:30] glad you got that fixed === YuxKukMo is now known as Quetzalcoatl [08:24] morning :) [08:26] I need to mount a remote directory to my local PC. I installed sshfs and my coworker have me this: sshfs -p 24 ${remote_addr}${remote_path} /home/user/mount/$mount_dir - the coworker has left and I have no idea what are thos ${} for - I mean why a dollar and those brackets? I thought this is how we use variables in a terminal? [08:27] !remote [08:27] hmmm [08:28] perhaps in the mount link [08:28] !mount [08:28] Partitioning programs !PartitionManager or !GParted (see also "man mkfs" for formatting) - Mount partitions from System Settings -> (Advanced tab) Removable Devices. See also !fstab and !DiskMounter [08:28] konrados: are you going to be doing this regularly? [08:29] konrados: did you tried replace ${remote_addr} and ${remote_path} with the ip of the machine and the path ? [08:30] this might help for background: http://askubuntu.com/questions/412477/mount-remote-directory-using-ssh [08:30] valorie I hoped I'll this this once and it will be there forever... [08:30] Quetzalcoatl, almost... I entered the data inside the brackets and it didn't work [08:30] for example: remote_addr: 192.168.xxx.xxx and remote_path with: \\folder1\folder2 [08:31] without $ sign and brackets [08:31] sec... [08:32] sshfs -p 24 192.168.xxx.xxx [08:32] please look at the example I linked to for some background, so you understand what you are doing [08:32] * valorie goes afk [08:32] look at the link provided by valorie [08:33] sshfs maythux@192.168.xx.xx:/home/maythuxServ/Mounted ~/remoteDir [08:33] this is from the link [08:34] Quetzalcoatl valorie I'm on it [08:35] konrados: hope that will help and solve your problem [08:41] Quetzalcoatl, valorie thank you! After a few more problems I did it. But I forgot to add -ro param (readonly), can I mount it once again, or I have to unmount it and mount again? [08:42] konrados: great ! you have to unmount and mount again [08:42] Quetzalcoatl, thanks, will do that. [08:43] konrados: you welcome :) === aaron is now known as Guest64779 === claydoh is now known as Guest50929 === igitoor_ is now known as igitoor === braderhart_ is now known as braderhart === Guest20972 is now known as inf === ping is now known as ping_kuo === ping_kuo is now known as ping === ping is now known as ping_kuo === ronnoc_ is now known as ronnoc [09:28] Ugh. I've just had my 2nd hard hang in 3 days. [09:29] Kubuntu 16.04 doesn't seem stable to me. [09:30] I'm going to try to get along without my external monitor for a few days because my gut-feeling tells me it is related to plugging/unplugging the external monitor. [09:32] I think Driver manager is also borked. It doesn't appear to do anything? [09:32] tahaan: driver manager is broken yes, you can use ubuntu-drivers from a terminal tho [09:32] and as for multiple monitors... yes, that is not working very great, at all [09:33] I'm having to rearrange panels etc when I login. Sometimes. Even if I don't ever change my setup. [09:35] hateball: Yes I've once had to put my main panel back on the main display. I have other issues which are more consistent though. [09:37] I want to open a bug / enhancement request entitle "Put the freaking volume sliders back the way they were" [09:43] tahaan: that's being worked on, fwiw [09:43] tahaan: http://davidrosca.blogspot.se/2016/04/audio-volume-improvements-in-plasma-57.html [09:46] Hi again. I mounted a remote dir by sshfs as "normal" user (konrad) and I can access it as "konrad" but cannot as root? How come? [09:49] Being a root I can't chown the directory I mounted to o_O === YuxKukMo is now known as Quetzalcoatl [10:08] hateball: Awesome. Maybe setting the sliders to vertical orientation can be a user preference option. [10:51] hi i install kubuntu 16.04 select polish language in installation but now have part text in polish part in english [10:51] how i can install rest of language [10:52] example in dolphini have few text in polish few in english [10:52] in 14.04 i have everything in polish [10:57] janusz: did you have internet connection during install? [10:58] Hiyas all [10:58] hia [10:58] janusz: anyhow, if you have a working connection now, try "sudo apt update && sudo apt install language-pack-pl && sudo apt full-upgrade" === ankit_ is now known as cyberr_ [11:00] hateball: thanks [11:04] can anybody guide me about multi seat-x in kubuntu === Roeytaur is now known as Roey [11:20] The Crash Report Assistance have TWO help buttons. One doesn't work though. [11:44] does anyone know why after updating magnatune and jamendo databases amarok doesnt display anything? [11:45] i tried several times, but without success === \b is now known as benonsoftware === cyberr_ is now known as Cyber_Rock === Pici` is now known as Pici === JeZxLee_ is now known as JeZxLee === miguel is now known as Guest40513 [13:13] HI all [13:14] I am trying to change the "Look And Feel" of my freshed installed Kubuntu. There are only 2 "Breeze" options with no way to install more ... [13:14] any idea why? [13:17] ykamchi: because more havent been made, I am guessing :) [13:17] mmm .... I think that in older versions there were more.... [13:17] /25/25 [13:18] Maybe I need to install them before they are available throw the system settings GUI ? [13:18] For Desktop Theme, there is the Get New Themes button. For Cursor Themes, I sudo apt update && sudo apt install oxygen-cursor-theme -y [13:19] that is right, for the Theme there is an option to add ... but not the look and feel [13:19] I want a different login screen [13:21] in System/login settings there are no options for that as well [13:21] so, acctualy, there is no way to control the login and the splash screen .... [13:23] ykamchi: you can manually add sddm themes, there's no builtin function to do so tho [13:24] ok ... That is what I am looking for ... can you point me to good instructions and a place to download ? [13:24] hateball [13:24] hateball [13:24] hateball: ok ... That is what I am looking for ... can you point me to good instructions and a place to download ? [13:25] ykamchi: there are a couple of sddm-theme-* packaged, other than that it's just google [13:25] I dont really bother with it myself, sorry [13:25] so, apt-get install sddm-theme-* ? [13:25] no that would install all of them :D [13:25] !tab [13:25] You can use your key for autocompletion of nicknames in IRC, as well as for completion of filenames and programs on the command line. [13:26] ykamchi: apt search sddm-theme [13:26] :) thx ... let me check [13:26] but if you *want* all themes, by all means use * [13:26] otherwise just install one at a time [13:29] hateball ... thanks for the assistance ... It asks me first to run dpkg --configure -a .... did it and continue with * ... now I shall be able to choose them from the GUI ? === redcat is now known as hirotadasanjo [13:30] hh [13:30] hateball: reboot needed? I do not see them in the system settings GUI [13:32] I did the apt-get install as root (after sudo su -) ... is that a problem ? [13:41] ykamchi: I don't think a reboot should needed, altho I suppose it doesnt hurt [13:41] Might be a reload of sddm is needed, and that effectively reboots you [13:42] how do I reload sddm ? [13:42] ykamchi: no need for sudo su , sudo will suffice [13:42] reboot did not do the work :( [13:42] hmmm [13:43] The apt-get install pass ok ... but nothing in the GUI . [13:43] id there any sddm reload that reboot does not include ?> [13:43] i just noticed that the network applet from system tray doesnt display any information (e.g.: speed). also i noticed that wheni'm using iptraf it doesnt display any informations regarding speed on ether0 [13:44] ykamchi: I can see the new sddm theme right away. Where are you looking? [13:44] is that bcz canonical changed the name from eth0 into something like enp0s3xxx? [13:45] ykamchi: press alt+space to bring upp krunner, type "sddm" and you should get an entry [13:46] i dont understand why you have to change something that works for years into something that broke or can broke things in theOS [13:46] nice :) [13:46] Quetzalcoatl: blame systemd. also you can get the old behavior back if you so desire [13:47] hateball: how can i return to the old behavior ? [13:47] so it is not on the system settings gui, or it is a bug that system settings gui doesnt show it ? [13:47] Quetzalcoatl: add "net.ifnames=0 biosdevname=0" to your grub bootline [13:47] without breaking my installation :-D [13:47] beware of breakage [13:48] Quetzalcoatl: some reading https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/ [13:50] thanks hateball .... I will manage from here :) [13:50] thanks hatebal [13:50] *hateball [13:52] Hello. After uninstalling the fglrx driver from my 16.04 installation, I no longer have video. I tried reconfiguring the xserver-xorg-video-ati driver, but it didn't change anything. How do I enable the free drivers? [13:54] ykamchi: :) [13:55] r_rios|phone: You'll need to purge fglrx [13:55] And I keep getting a "ring 3 stalled for more than xmsec" message [13:55] When I switch to a tty [13:56] hateball: I've already uninstalled it without purging. What should I do? Reinstall/uninstall? [13:56] r_rios|phone: run "sudo sh /usr/share/ati/fglrx-uninstall.sh" then "sudo apt-get remove --purge fglrx*" [13:59] r_rios|phone: see this https://wiki.ubuntu.com/X/Troubleshooting/VideoDriverDetection#Problem:_Need_to_purge_-fglrx [14:00] I'm trying, but I'm getting flooded by these ring stalled messages [14:00] Really hard to type in anything [14:01] r_rios|phone: is this a regular boot, where you've switched to a tty? if so, try rebooting to just a recovery console [14:01] Good idea [14:09] hateball: the script doesn't exist. I've already removed fglrx. [14:09] I think I should install it then purge [14:10] r_rios|phone: then follow the other steps [14:10] r_rios|phone: It should be noted, I have avoided ATI/AMD for a decade+ since I switched to Linux... so my knowledge is limited to searching wikis [14:11] hateball ... sorry, but one more question ... the change fixed the login screen, but not the splash ... any way I can change the splash ? [14:12] ykamchi: Which splash is this? The one displayed after you login? [14:12] yep ... [14:12] there was time ago a nice one that icons were changed .... [14:12] sudo update-alternatives --config default.plymouth will give you a list of screens you can choose from [14:12] the setting and otheres [14:13] plymouth doesnt have much to do with the plasma login [14:13] oops [14:15] r_rios|phone: do you have xserver-xorg-video-amdgpu driver installed, if so that should work on 16.04 [14:15] BluesKaj: I do [14:16] ykamchi: well it's under system settings - workspace theme - splash screen [14:16] ykamchi: but I dont know quite how to add any... I have it disabled [14:16] I think I messed up when I didn't purge fglrx, and now I can't reinstall it to try and purge it [14:17] r_rios|phone: you may need to rinstall amdgpu [14:17] reinstall [14:17] I tried uninstalling the amdgpu, radeon and ati xserver drivers, then reinstalling the ati driver [14:18] I'm not sure what to do if this doesn't work [14:18] no reinatall the amdgpu [14:26] BluesKaj: apt install --reinstall xserver-video-video-amdgpu? [14:27] r_rios|phone: yes, with sudo [14:28] That didn't work for me - on the Inspiron 15. Had to go onto the AMD Download site, and download the Closed-source driver... [14:28] I'll now reboot to see if it worked [14:28] It seems it worked [14:29] closed source, aka proprietary [14:29] Logo appears normally now, wasn't before [14:29] :) [14:30] Smurphy: it'll work until your next kernel module/kernel upgrade [14:31] I have accelerated video :D [14:31] Thanks BluesKaj [14:31] Also, thanks hateball :) [14:32] r_rios|phone: glad to help [14:37] hateball ... sorry ... I was offline ... [14:37] hateball: so, I guess you cannot assist ;( [14:41] ykamchi: afaik there are no splash options other than the default [14:54] BluesKaj: Na - it updates these drivers all the time using dkms. [14:56] anyone got breeze-dark working with kubuntu 16.04? [15:01] dbacc: what do you mean ? What isn't working ? === ghostcube__ is now known as ghostcube [15:07] yossarianuk: go to system settings ---> workspace theme --> change to breeze dark . go to color , double check that breeze dark is selected. Then apply. However, even after a reboot the color scheme of the windows did not change, whereas most of the "outer" appearance like the panel the launcher, etc. changed to the dark scheme. Can you reproduce the problem? [15:11] Works here. [15:12] nope - i'm using breeze dark and it works ok [15:12] Is it GTK apps that look wrong ? [15:13] Or QT/KDE ones also ? [15:14] Smurphy: as long your driver registers with dkms the kernel module will rebuild the closed source driver, unless you instalkled the driver from a ppa ,if not a manual re-install is needed [15:15] hmm. OK. Is there any way I could start tracking down the? No, its basically all the apps. I can go back to "Colors" and under preview it shows me the expected ouput, but it actually still looks like the standard Breeze theme (except for the frame of the window, which is "correctly" displayed in dark. [15:22] btw I had Ubuntu installed on this machine installed kde afterwards and then upgraded form 15.10 to 16.04 if this makes any difference [15:48] dbacc: I had something that sounds fairly similar on one machine that had been upgraded through several versions [15:50] think perhaps it was some packages/libraries/config left over from previous version, as a fresh install solved it [15:52] hmm, okay. actually the problem was already there on 15.10, so it's at most the "upgrading" to KDE part. That doesn't sound very promising though. [15:53] I just posted on askubuntu. Maybe someone finally knows the answer :) [15:58] dbacc: maybe an idea to test by adding a new user - logging in with that and changing to breeze-dark to see if a fresh profile works [15:58] BluesKaj: Yes. That's what I noticed. [16:01] yossarianuk: worth a try. didn't work on my case, so had to actually be some system cruft somewhere and not userprofile. [16:25] acheron88: dbacc: try - changing to breeze-dark - restart - change back to breeze, then change to breeze-dark again... [16:35] worth a go. [16:36] If I remember the first time I choose breeze-dark it wasn't correct until I toggled... === kook is now known as Guest51967 === kubuntu is now known as Guest45485 [17:29] So I tried creating a new user and the restarting + toggle , nothing seems to work :\ [18:11] y/j #ubuntu [18:12] what? [18:12] typo:) [18:12] "/j' (join) === lethu_ is now known as lethu [18:20] he seems to have the same problem after installing kde on ubuntu [18:20] http://askubuntu.com/questions/749270/kde-color-scheme-is-not-applying?rq=1 === Guest50929 is now known as claydoh [18:30] dbacc: install kubuntu, not kde on ubuntu [18:36] dbac: can see from their screenshot that they are using a widget style other than the default breeze [18:39] gtk+ and qtcurve styles don't always take colour schemes well [18:39] I am using the dark-breeze on a new install of kubuntu, and it works with some anomalies. What I can't remember is if I did the Workspace-Theme meta choice, or not. If the meta-theme approach is not working you might try to use the Application Style, Color, and Workspace Theme -> Desktop Theme and set all three to dark-breeze and reboot [18:46] I forgot to add the Icon theme; there is a breeze-dark icon set as well [18:52] BluesKaj: that' actually not my choice. But also should work this way. acheron88: The problems look quite similar to mine, and I double, no triple checked that every theme is pointing to breeze-dark [18:53] nothing ever changed, even with a newly created user. that"s really strange. === Guest64779 is now known as ahoneybun [19:14] I'm having trouble locating data files for korganizer. when I googled the question, one answer was to look in .local/share/korganizer. Nope. Not there. Any ideas? [19:18] markslaw: I have the folder .local/share/korganizer/designer [19:20] whats your version of ubuntu and korganizer? === soul is now known as Guest81127 [19:32] andy123: it's 5.1.3. [19:35] as for kubuntu version, it's 16.04 [19:42] hi all [19:42] hiho === aektzis is now known as jimarvan === 7JTAAZB2C is now known as Radivis === kubuntu is now known as Guest84221 [20:36] I like KDE =) [20:36] :) [21:35] hi