[SLE] cant get back kde
Hi folks, got my self into a bind , can get kde working agien. I installed xfce , then configured it , then removed it , and have been unable to start it. statx kde and startx kdm do not wotk. I then replaced all the kde rpms from with in yast. Not the only desktop I get is fvwn2. I want to be able to swich between xfce and kde. Any ideas what I am doing wrong ? Thanks Samy -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
On Thu, 16 Mar 2000, Samy Elashmawy wrote:
Hi folks,
got my self into a bind , can get kde working agien. I installed xfce , then configured it , then removed it , and have been unable to start it. statx kde and startx kdm do not wotk. I then replaced all the kde rpms from with in yast. Not the only desktop I get is fvwn2. I want to be able to swich between xfce and kde.
Any ideas what I am doing wrong ?
Thanks
Samy
Hqve a look at your ~/.xinitrc Near the bottom, a line might read exec xfce If it does, change this line to exec $WINDOWMANAGER Hope this helps -- cll -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
Check .xinitrc in your home dir - the last line probably says "exec xfce". Change this to "exec kde". If you want to avoid this type of silliness, set this instead to "exec $WINDOWMANAGER" and set your windowmanger in a script. I start xfce with a script called xfc which goes like : #!/bin/sh declare -x WINDOWMANAGER="/usr/X11R6/bin/xfwm" startx --16bpp imilarly, I start kde with script xkde: #!/bin/sh declare -x WINDOWMANAGER="/usr/X11R6/bin/kde" startx --16bpp Just create scripts for each WM you want to run, make them executable (chmod 711) and put them in /usr/bin or into each user's home dir if you don't want public access. On Wed, 15 Mar 2000, Samy Elashmawy wrote:
Hi folks,
got my self into a bind , can get kde working agien. I installed xfce , then configured it , then removed it , and have been unable to start it. statx kde and startx kdm do not wotk. I then replaced all the kde rpms from with in yast. Not the only desktop I get is fvwn2. I want to be able to swich between xfce and kde.
-- ________________________________________________________________________________ If it isn't broken don't try to fix it. If it is, run away before anybody notices. ________________________________________________________________________________ This email brought to you by SuSE Linux and some friendly electrons. -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
participants (3)
-
muzh@ihug.co.nz
-
samelash@ix.netcom.com
-
wulfie@wulfric7.co.uk