LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   new users start in xterm rather then gnome? (https://www.linuxquestions.org/questions/linux-software-2/new-users-start-in-xterm-rather-then-gnome-466822/)

dansawyer 07-23-2006 12:28 PM

new users start in xterm rather then gnome?
 
All,

I hope this is a simple issue. The system is a new FC5 install. The first new user configured works successfully. Inittab is set to start at level 3. When that first user executes startx it comes up in Gnome.

However when a second new user was configured and logged on when it executes starts it does not come up in Gnome, it comes up in an xterm. How can this changed so startx causes the user to start in Gnome?

Thanks,
Dan

slackhack 07-23-2006 12:58 PM

one way would be to set the runlevel to 5 and run the gdm (gnome display manager) service. that would provide a graphical login for all users.

if you want to keep runlevel 3, add exec gnome-session (i think it is) to .xinitrc in the user's home directory (or copy .xinitrc from first user's home, etc.)

Tinkster 07-23-2006 01:25 PM

Quote:

Originally Posted by dansawyer
All,

I hope this is a simple issue. The system is a new FC5 install. The first new user configured works successfully. Inittab is set to start at level 3. When that first user executes startx it comes up in Gnome.

However when a second new user was configured and logged on when it executes starts it does not come up in Gnome, it comes up in an xterm. How can this changed so startx causes the user to start in Gnome?

Thanks,
Dan

That'll be because the first user has a file ~/.xinitrc and the
second doesn't (most likely, anyway). Just put one into /etc.skel
and all users will have the same desktop environment by default.


Cheers,
Tink

dansawyer 07-23-2006 01:59 PM

Thank you. Those were the clues that I needed. In FC5 the file is .Xclient, that was close enough to find it.

Thanks - Dan


All times are GMT -5. The time now is 03:44 PM.