About nixCraft

Topics

FreeBSD and Linux changing Desktop Environments/login manager

Posted by Vivek Gite [Last updated: December 30, 2005]

Asked by Christopher

Q. I have both FreeBSD and Red Hat Linux desktop computers. I would like to change KDE to GNOME or vice versa. Under FreeBSD X windows is working but without KDE/Gnome desktop, I am using Intel Celeron computer can I run or install kde?

A.

Changing Desktop Environments under Red Hat
Use utility called switchdesk, open terminal, and type

# switchdesk

Select desktop you would like to use, click Ok.
OR
From System Setting select > Switch desktop tool
OR
Modify /etc/sysconfig/desktop file

# vi /etc/sysconfig/desktop

Setup/modify variable DISPLAYMANAGER:

Note: Debian user can need to modify file /etc/X11/default-display-manager and need to put full path of desktop manager. Therefore, if you are using Gnome use path /usr/bin/gdm, for Kde use path /usr/bin/kdm.

FreeBSD Desktop system
Since you are using low end Celeron I recommend using xfce desktop (you can use Gnome too but it will be little bit slow). It is a desktop environment based on the GTK+ toolkit used by GNOME, but is much more lightweight and simple.

To install xfce, type following command as root user:

# pkg_add -r xfce4

Open your configuration file .xinitrc and append/add following line to it:

# cd
# vi .xinitrc

Simply add following line:

/usr/X11R6/bin/startxfce4

Save the file, exit to shell prompt. Above line, tell the X server to launch XFce the every time X is started.

E-mail this to a friend      Printable version

You may also be interested in other helpful articles:

Leave a Reply

We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

*
To prove you're a person (not a spam script), type the security word shown in the picture. Click on the picture to hear an audio file of the word.
Click to hear an audio file of the anti-spam word

Copyright © 2004-2008 nixCraft. All rights reserved - TOS/Disclaimer - Privacy policy - Sitemap - Powered by Open source software.