Click to See Complete Forum and Search --> : How to start GNOME instead of KDE
KewlSaint
06-25-2001, 03:51 AM
Hi all,
I have both Gnome and KDE in my Linux Red hat 7.0 machine. When I give the command "startx' it runs KDE. What can I do to run Gnome instead of KDE ??
linux_guru
06-25-2001, 04:44 PM
Forget hacking config files;
There is a drop-down box to select the window manager at the KDE login screen.
pbharris
06-25-2001, 08:13 PM
hello,
switchdesk also works nicely, it is under one of the system menus.
gothic
06-26-2001, 12:19 AM
Check out your /etc/sysconfig/desktop file. In there is a line that says:
DESKTOP=""
(Or something similar)
If you put DESKTOP="kde", it will startup KDE for you.
You can also check your /etc/X11/xinit/Xclients file. You'll notice near the top is where it parses the desktop file.
an easier way to get gnome to start instead of kde is to make this file in your home directory
.xinitrc
edit it with the following command (may already exist)
exec gnome-session
if you want kde back, put this in
exec startkde
that is the easiest way to switch between desktops (from my point of view).
(i run freebsd 4.3, im assuming that this is the same for linux because its the same X Window System.)
SysOpt.com
Copyright Internet.com Inc. All Rights Reserved.