Re: Switching to GNOME


Subject: Re: Switching to GNOME
From: Nathan Buck (nathb@efn.org)
Date: Tue Aug 14 2001 - 14:24:10 MDT


>
>
>>From what I've seen about KDE and GNOME, though, I prefer GNOME. However, I
>can't figure out how to tell my computer to use GNOME instead of KDE. Can
>someone give me instructions? I want GNOME to be the default, instead of
>KDE.
>
In your home directory create a text file called '.Xclients' and make it
read:

gnome-session

save it and chmod it to make it executable.

--- sample script ---
# - Make X load Gnome instead of KDE

if [ -f $HOME/.Xclients ]; then
    rm -f $HOME/.Xclients
fi

echo "gnome-session" > $HOME/.Xclients
chmod 772 $HOME/.Xclients

echo "Now X will load Gnome as your desktop software."
---- end of script ---

__nate



This archive was generated by hypermail 2a24 : Tue Aug 14 2001 - 13:30:44 MDT