Results 1 to 7 of 7
in runlevel 5, its easy to choose, KDE/GNOME Desktop, simply at the login manager, just choose KDE/GNOME.
But how to change the Desktop Environment(KDE/GNOME), in runlevel 3, because I found ...
- 03-07-2007 #1Linux Newbie
- Join Date
- Feb 2007
- Posts
- 248
any "switchdesk" equivalent utility in suse ?
in runlevel 5, its easy to choose, KDE/GNOME Desktop, simply at the login manager, just choose KDE/GNOME.
But how to change the Desktop Environment(KDE/GNOME), in runlevel 3, because I found no "switchdesk " command, as in redhat system.
Plz help
Regards
- 03-07-2007 #2
I don't think Suse has anything similar to switchdesk (slackware has something similar called xwmconfig). You ca however edit your .xinitrc file and insert the session you want to be default.
- 03-13-2007 #3Linux Newbie
- Join Date
- Feb 2007
- Posts
- 248
I found no file like ".xinitrc".
Anyway thanks for reply.
- 03-13-2007 #4
If you don't have it in your home directory, you create it yourself and put the commands that start your DE or WM e.g. for KDE its
Code:exec startkde
- 03-14-2007 #5Linux Newbie
- Join Date
- Feb 2007
- Posts
- 248
many thanks for help
it done
Ok, the code to start kde is "exec startkde"... plz also write the code for gnome.
by the way, in ~/.xinitrc, simply 'kde' for KDE, and 'gnome' for GNOME, is also working fine.
So plz let me know the diff b/w the two i.e "startkde" and "kde", in .xinitrc... becuase both working same.
Thanks
Regards
- 03-14-2007 #6
I really don't know the difference. What I do know is that "startkde" and "gnome-session" are the commands used to start KDE and GNOME. Maybe your distro has symlinks to those two commands and thats why just putting kde or gnome in .xinitrc works for you.
- 03-15-2007 #7Linux Newbie
- Join Date
- Feb 2007
- Posts
- 248
Thanks for such a nice help


Reply With Quote