Fedora / CentOS / RHEL Linux change default desktop or display manager

by Vivek Gite on November 9, 2007 · 0 comments

Q. How do I change default desktop / display manager under CentOS or Fedora Linux? I'd like to change default GNOME to KDE as desktop manager for all users.

A. There is a configuration file called /etc/sysconfig/desktop. This file defines default display manager and desktop name.

Display manager can be any one of the following:
[a] gnome (gdm)
[b] kde (kdm)
[c] xdm (xdm)

Desktop can be any one of the following
[a] KDE
[b] GNOME
[c] XFCE

Change Desktop from Gnome to Kde

Open /etc/sysconfig/desktop file:
# vi /etc/sysconfig/desktop
Set DESKTOP variable to kde:
DESKTOP="KDE"
DISPLAYMANAGER="KDE"

Save and close the file.

Now kde will be used for all users as desktop system. You can also accomplish this on a per-user basis by using the desktop switcher application from the extra preferences menu, or just type the command:
$ switchdesk kde

See also:

=> Quick way to switch from KDE to GNOME or viceversa

Featured Articles:

Share this with other sys admins!
Facebook it - Tweet it - Print it -

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <blockquote> <pre> <a href="" title="">
What is 10 + 5 ?
Please leave these two fields as-is:
Solve the simple math so we know that you are a human and not a bot.




Previous post:

Next post: