edit your .xinitrc to startkde instead of exec enlightenment.
hi,
i added enlightenment recently to mandrake 8.1 and now when i do a startx after i login enlightenment starts instead
of kde. where or what file would i go to to fix this?
SD
edit your .xinitrc to startkde instead of exec enlightenment.
heres my .xinitrc :
__________________________________________________
#exec startkde #for kde
# Enlightenment inserted Execution string here
exec /usr/X11R6/bin/enlightenment
#exec gnome-session #for gnome
# Enlightenment inserted Execution string here
exec /usr/X11R6/bin/enlightenment
#exec wmaker #for windowmaker
# Enlightenment inserted Execution string here
exec /usr/X11R6/bin/enlightenment
exec enlightenment #for enlightenment
#exec blackbox #for blackbox
# Enlightenment inserted Execution string here
exec /usr/X11R6/bin/enlightenment
__________________________________________________ ___
which part would you be talking about? seems like an awful lot of enlightenment entries in there. ?
SD
Make it look like this:
Unless you want to keep all that other stuff, but it's not necessary. Just make sure every line but the above line starts with a #Code:exec startkde #for kde
sorry im kind of a tard, but i DO have that line at the top.
which line should be edited and where? thanx for the patience and for holding my hand. hehe. j/k
SD
No you don't, that line is commented (a '#' mark means 'ignore the rest of this line').sorry im kind of a tard, but i DO have that line at the top.
Make the whole file look like this, you'll be fine:
Code:exec startkde
From the looks of your file as it is now, you're starting enlightenment 4 times. I can't imagine why you'd want to do that, but I think some script edited that file for you, and screwed up a bit.
What you want to do is comment the lines that start enlightenment, and uncomment the first line that starts kde.
The easiest way to do this is to delete everything inside the file, then add what I said in my last post.
exec startkde #for kde
# Enlightenment inserted Execution string here
#exec /usr/X11R6/bin/enlightenment
#exec gnome-session #for gnome
# Enlightenment inserted Execution string here
#exec /usr/X11R6/bin/enlightenment
#exec wmaker #for windowmaker
# Enlightenment inserted Execution string here
#exec /usr/X11R6/bin/enlightenment
#exec enlightenment #for enlightenment
#exec blackbox #for blackbox
# Enlightenment inserted Execution string here
#exec /usr/X11R6/bin/enlightenment
__________________________________________________ ___
Make it look like that.
Bookmarks