LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Slackware64 KDE -- seeing bits of Xfce laying about (https://www.linuxquestions.org/questions/slackware-14/slackware64-kde-seeing-bits-of-xfce-laying-about-763346/)

koenigdavidmj 10-20-2009 10:52 PM

Slackware64 KDE -- seeing bits of Xfce laying about
 
Hello,

I've got Slackware64 13 and did an install of all packages on the disc. I'm running in KDE and most things work fairly well, but a few core bits of Xfce are running as well.

In particular, I have noticed that when I hit Meta-F2 I get the Xfce run box instead of KRunner (the shiny and awesome KDE run box). Also, I have Xfce configuration files in ~/.config/{autostart,xfce4} and these services are running:

Code:

koenig  17316  0.0  0.1 134108  5236 ?        S    20:21  0:00 /usr/bin/xfce4-settings-helper
koenig  17335  0.0  0.0  24248  1856 ?        S    20:21  0:00 /usr/libexec/xfconfd
koenig  17456  0.0  0.5 123500 16328 ?        Ss  20:22  0:00 /usr/bin/xfrun4 --daemon

How would I get this stuff not to run? Thanks!

koenigdavidmj 10-20-2009 11:47 PM

I managed to solve this one on my own by running as root:

Code:

chmod -x /etc/profile.d/xfce.*
This removes directory /etc/xfce/xdg from the autostart stuff, so only the KDE bits are seen.


All times are GMT -5. The time now is 10:01 AM.