LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Add GUI to Boot List? (https://www.linuxquestions.org/questions/linux-newbie-8/add-gui-to-boot-list-44290/)

Leben 02-06-2003 02:42 AM

Add GUI to Boot List?
 
Hi, I'm testing various other GUI's in place of KDE and I was wondering how I could add them to the login list, instead of using the .xinitrc file to auto-start a specific one. This way I could easily change between them and not worry about getting stuck.

If anyone here knows, please respond. :)

peter72 02-06-2003 11:05 AM

Mandrake by default uses kde's login manager. So yours should be under kcontrol. I did it once under mandrake 8.1. You have to be specific about the name (case sensitive). I was trying to add gnome to the list ( did not initially include on first load), and found out through much trial and pain that there is a difference between "gnome" and "GNOME".

Hope it helps

Texicle 02-06-2003 07:04 PM

Instead of using the .xinitrc file in your user's directory, try using it in your /etc/xinit directory. Open it using your favorite text editor and input the proper command to bring it up. Some examples:

startkde
startxfce
exec gnome-session (I think--don't use gnome too often)

There are as many different commands to call up the different desktop environments and window managers as there are DE's and WM's. Do some searching to determine the correct ones. Put them all in your /etc/xinit/xinitrc directory and then comment out all but one at a time:

#startkde
#startxfce
exec gnome-session

Then, go back to CLI and type in "startx". You'll bring up that X session. If you don't like it, logout of it and go back to your file and comment that one out, then uncomment the next one. Find the one you like the best and you can stick with it. BTW, the file name might be different for you as I don't run Mandrake, but Slackware. That file will boot ALL users into that specific window manager/desktop environment. If you don't want that, then edit your individual user accounts to reflect the WM/DE you want them to have. I hope this helps.


All times are GMT -5. The time now is 06:29 PM.