Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Remove KDE use Fluxbox
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
robin1990
n00b
n00b


Joined: 02 Jan 2007
Posts: 28

PostPosted: Thu Feb 01, 2007 9:36 pm    Post subject: Remove KDE use Fluxbox Reply with quote

Hello!

I'd like to switch from KDE to Fluxbox. Can I now simply unmerge alle kde packages and still run all applications without errors?

Are the applications if installed while using KDE linked against KDE or something like this?

Cheers rob
Back to top
View user's profile Send private message
iammzz
n00b
n00b


Joined: 29 Jun 2006
Posts: 49

PostPosted: Thu Feb 01, 2007 9:39 pm    Post subject: Reply with quote

It depends on the application. Something like Amarok won't run, but Firefox will. It also depends on how much of KDE you're going to remove. You need to check the dependency of the packages you want to use.
Back to top
View user's profile Send private message
widremann
Veteran
Veteran


Joined: 14 Mar 2005
Posts: 1314

PostPosted: Thu Feb 01, 2007 9:53 pm    Post subject: Reply with quote

Just leave KDE. It won't hurt anything and maybe you'll change your mind again. I have KDE, GNOME, XFCE and a variety of window managers installed. I usually use KDE, but sometimes I'll use GNOME, or Fluxbox. It would be really annoying to constantly have to reemerge things and use a different set of apps every time I changed.
Back to top
View user's profile Send private message
Veldrin
Veteran
Veteran


Joined: 27 Jul 2004
Posts: 1945
Location: Zurich, Switzerland

PostPosted: Thu Feb 01, 2007 9:55 pm    Post subject: Reply with quote

Code:
 emerge -aC kde OR emerge -aC kde-meta
to remove the top kde build (assuming that you installed the whole kde)
Code:
 emerge -a --depclean
to clean all unneeded depencies. Be sure that you check the packages, before hitting <enter>.

finally: run a revdep-rebuild to be sure, all deps are still met
Code:
 revdep-rebuild


the ugly way
Code:
 emerge -aC `grep kde /var/lib/portage/world`
Which removes all packages containing kde (and are log in the world file)..
Code:
 emerge -a depclean && revdep-rebuild
as above

cheers
V.[/b]
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum