LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How to set default Desktop environment while creating user accounts?? (https://www.linuxquestions.org/questions/linux-software-2/how-to-set-default-desktop-environment-while-creating-user-accounts-369271/)

mayank_a 10-03-2005 02:49 AM

How to set default Desktop environment while creating user accounts??
 
How to set default Desktop environment while creating user accounts??
so that we need to keep changing for every user before logging in??

jayakrishnan 10-03-2005 03:20 AM

create a .xinitrc file and put it in the skeleton dir, this file will get placed into the home directory of the new user

mayank_a 10-03-2005 04:06 AM

how to specify KDE as default environment in .xinitrc??
I am using Fedora Core 4.

Regards
Mayank

reddazz 10-03-2005 09:57 AM

Put the line below in the .xinitrc
Code:

exec startkde
For GNOME
Code:

exec gnome-session

nopnop 10-05-2005 03:25 AM

With fedora core 4

just edit /etc/sysconfig/desktop
Replace DESKTOP=...
by DESKTOP="KDE"
or DESKTOP="GNOME"

reddazz 10-05-2005 06:26 AM

Quote:

Originally posted by nopnop
With fedora core 4

just edit /etc/sysconfig/desktop
Replace DESKTOP=...
by DESKTOP="KDE"
or DESKTOP="GNOME"

That changes the default desktop system wide and is no good if you just want to change it for individual users who may want to run different DEs.


All times are GMT -5. The time now is 08:05 PM.