Results 1 to 5 of 5
hi guys,
this is probably a stupid question, but how do it tell linux to boot the kde gui rather than the default gnome gui. i know both guis are ...
- 03-29-2008 #1Just Joined!
- Join Date
- Feb 2008
- Location
- Nimbin Australia
- Posts
- 3
how to switch from gnome to kde
hi guys,
this is probably a stupid question, but how do it tell linux to boot the kde gui rather than the default gnome gui. i know both guis are installed, as i managed to start kde on top of gnome, which of course is not what i wanted.
cheers,
rotezecke
- 03-29-2008 #2
I just had the same question a few days ago

This thread is what helped me.Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 03-29-2008 #3Linux User
- Join Date
- Jun 2006
- Location
- Scotland
- Posts
- 267
Which distro are you using?
- 03-31-2008 #4Just Joined!
- Join Date
- Feb 2008
- Location
- Nimbin Australia
- Posts
- 3
i use debian etch. which file is actually changed when you swap the GUI? it may sound wierd, but i would like to change the GUI, using text. but i dont know where to edit. cheers
- 03-31-2008 #5Linux Guru
- Join Date
- Nov 2007
- Location
- Córdoba (Spain)
- Posts
- 1,513
How do you start your X session?
If you use a display manager ([xkg]dm), then it's up to that application what wm to start. Some of them allow you to pick one when loging into your desktop.
If you use "startx", then the file ~/.xinitrc is sourced when starting your X session. So, you can launch your wm or desktop from there. You can launch more things as well if you want, but be sure that they are launched on background using '&'. The wm or desktop must be usually the last thing on that file, and that needs to go to the foreground, for example, if I want to launch kde and conky, I'd put this into my ~/.xinitrc
conky&
startkde


Reply With Quote
