LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   booting gnome from the command line... (https://www.linuxquestions.org/questions/linux-software-2/booting-gnome-from-the-command-line-91767/)

pdmackenzie 09-11-2003 05:03 PM

booting gnome from the command line...
 
Hello!
I have suddenly started experiencing X issues, and I was hoping to narrow down the reason. Since, when I type 'startx' from the command line, KDE automatically starts, I was wondering how I would go about starting GNOME from the command line! If tux racer starts in GNOME but not KDE, I think I would have narrowed down my possibilities.

regards,
doug

david_ross 09-11-2003 05:12 PM

Try:
gnome-session

ANU 09-11-2003 06:42 PM

you can also edit a .xinitrc file in your home dir like this

vim /home/your_user/.xinitrc

#!/bin/bash
exec gnome-session

now you can startx and gnome will start :>


All times are GMT -5. The time now is 11:23 PM.