LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   use xfce only on slackware (https://www.linuxquestions.org/questions/slackware-14/use-xfce-only-on-slackware-4175539166/)

Raied_F1 04-08-2015 07:50 PM

use xfce only on slackware
 
Hi
How to remove kdem blackbox .. etc
i only need xfce..
any advice ?

frankbell 04-08-2015 08:06 PM

Why remove them? They are just lying there on the hard drive not hurting anything. With modern hard drives, the amount of space they consume is inconsequential. Also, if XFCE breaks, you might find it useful to have some backups for using X (I know that XFCE's breaking is unlikely, but I did once have XFCE break under Slackware 10.x, which led to my long-term love affair with Fluxbox).

Also, specifically regarding KDE, I doubt removing it would be a good idea, as the KDE libraries are required to run many of the programs included with Slackware, including programs whose names do not begin with "K." Removing KDE is extremely likely to have unexpected consequences on a running system.

If you must, you can remove specific packages using pkgtool as root (there are other tools, but I do like pkgtool), but be sure to back up your crucial data before doing so.

moisespedro 04-08-2015 08:11 PM

Removing KDE is usually harmless. A lot of people avoid installing it.

frankbell 04-08-2015 08:18 PM

Thanks, moisespedro. I would not be one of them, though. I do really like many of the KDE applications, though I don't like KDE as a desktop.

Raied_F1 04-08-2015 08:23 PM

thanks guys
i need to remove them becouse after change from kde to xfce the kde session still running ..
How to kill session
-----
another question .. why kde and xfce looks like windows me ?
how to make xfce beautifullike this ?
http://cdn.xfce.org/about/screenshots/4.10-4.png

hitest 04-08-2015 08:23 PM

Quote:

Originally Posted by frankbell (Post 5344682)
Thanks, moisespedro. I would not be one of them, though. I do really like many of the KDE applications, though I don't like KDE as a desktop.

Yep. There are lot of nice KDE apps that I like to run on XFCE. For example I really like the KDE burning program k3b.

cwizardone 04-08-2015 08:32 PM

Quote:

Originally Posted by Raied_F1 (Post 5344684)
thanks guys
i need to remove them becouse after change from kde to xfce the kde session still running ..
How to kill session
-----
another question .. why kde and xfce looks like windows me ?
how to make xfce beautifullike this ?
http://cdn.xfce.org/about/screenshots/4.10-4.png

If you booted up the machine and went straight into Xfce, then KDE should not be running unless you have Xfce setup to start "kde services."
Regardless, you can open the Xfce Task Manager and terminate the offending kde programs running in the background.


Quote:

Originally Posted by hitest (Post 5344686)
Yep. There are lot of nice KDE apps that I like to run on XFCE. For example I really like the KDE burning program k3b.

Agreed. K3b, Gwenview, KPat, Kwrite and dolphin or konqueror as a file manager (but I prefer Midnight Commander).
I've tried just about every graphics viewer out there, but keep going back to Gwenview. The GIMP and Gwenview are a great combination.

Diantre 04-08-2015 08:35 PM

Quote:

Originally Posted by Raied_F1 (Post 5344684)
another question .. why kde and xfce looks like windows me ?
how to make xfce beautifullike this ?
http://cdn.xfce.org/about/screenshots/4.10-4.png

Go to xfce-look, there's plenty of themes and other customizations to choose from.

Raied_F1 04-08-2015 08:39 PM

thank you guys ..

Bertman123 04-08-2015 08:54 PM

I like kde but usually don't install it when installing slack. I usually install xfce or mate.

maciuszek 04-08-2015 09:50 PM

I personally use just use xfce until I have unity in a stable state and use a bunch of sbo and some (to submit to sbo) as a substitute for what I would be missing from the lack of the KDE set and or libs installed. To remove KDE and build your way from a ground up (of missing useful things) you can always just navigate to your install medias "slackware" folder and; for i in $(ls kde/) ; do removepkg $i ;done .. If you're too "lazy" to parse the contents into a text file for a package list of course :)

maciuszek 04-08-2015 09:52 PM

There might be a better way to acknowledge the package list from slackpkg.. My expiernce will always be little with this front

ReaperX7 04-08-2015 10:17 PM

I run Xfce but keep everything installed due to dependencies and having other applications like Kate to do scriptworks because it does syntax checking.

You don't have to remove KDE to use Xfce effectively. In fact you should keep the software, and just use a DM or xwmconfig to set up the default desktop.

aaditya 04-08-2015 11:46 PM

I think one can do:

Code:

# slackpkg remove kde
to remove the packages in the kde set, and:

Code:

# slackpkg blacklist kde
to blacklist the packages so that they do not show up in upgrades.

Wiki: http://docs.slackware.com/slackware:slackpkg

Diantre 04-09-2015 02:13 AM

Quote:

Originally Posted by aaditya (Post 5344733)
I think one can do:

Code:

# slackpkg remove kde
to remove the packages in the kde set, and:

Code:

# slackpkg blacklist kde
to blacklist the packages so that they do not show up in upgrades.

Yes, you could do that. However, you'd only be removing (and blacklisting) those packages with "kde" in their names, and KDE has many packages without "kde" in the name (eg: amarok, ark, okular, k3b, kate, etc). See here for the full list of KDE packages. It's actually the minority of them that contain "kde"...

See this thread for a previous discussion about how to completely remove KDE from the system.


All times are GMT -5. The time now is 02:49 AM.