how can i switch from the KDE gui to the Gnome gui? and does Gnome have just as many little applications that Kde has? its been a while since i looked at Gnome. I believe since back in the redhat 6 days lol. thanks
Printable View
how can i switch from the KDE gui to the Gnome gui? and does Gnome have just as many little applications that Kde has? its been a while since i looked at Gnome. I believe since back in the redhat 6 days lol. thanks
log out then log back in in the other 8)
it wont work. im not at the linux box atm so i couldnt tell ya what error i get. what if i wanted to change gnome to startup when i type startx
execute the following command. and Select GNOME.
orCode:$ switchdesk
step 1:
create a file in your home directory with name .Xclients-default and its contents are
step 2:Code:exec gnome-session
create another file with name .Xclients and its contents should be
step3:Code:#!/bin/bash
exec $HOME/.Xclients-default
relogin.
thanks :D
or just type startx gnome