PDA

View Full Version : Default Desktop


betamax
August 3rd, 2005, 05:30 AM
Hello,

AS part of setting up ububtu as a possible replacement desktop I need to figure out a way of creating default desktop settings which can be set for each user.

Is there a way I can alter the default theme & desktop which Ubuntu uses when a new user is created ?

Thanks for any help.

Darren

lol
August 3rd, 2005, 06:29 AM
I am not sure if this can help a little bit http://www.gnome.org/learn/admin-guide/2.6/
You will soon discover that setting system wide preferences for gnome is a real pain. Basically, they just reinvented the wonderful M$ registry database...

When you create a new user, files from /etc/skel are also copied in the home directory. For KDE or other window managers, I really don't know how it works.

betamax
August 4th, 2005, 04:32 AM
Thanks I'll have a look into that.

Darren

npaladin2000
August 4th, 2005, 04:36 AM
When you create a new user, files from /etc/skel are also copied in the home directory. For KDE or other window managers, I really don't know how it works.

Pretty much the same way. There's a bunch of hidden "dot" directories under each user from which come a lot of the user-specific GNOME settings, from what I understand. Unfortunately, I'm away from my PC right this second, so I can't double-check it until I get off work.

kiddo
August 4th, 2005, 04:39 AM
what about Sabayon (http://gnome.org/projects/sabayon/) guys?

betamax
August 4th, 2005, 05:43 AM
Ummm think I've found myself a semi-solution using the /etc/skel/ folder...
I configured up a user desktop with the specific wallpaper/icons/themes and folders.

I then did "sudo nautilus" and dropped the following folders from the users folder into the /etc/skel/ folder

.gnome
.nautilus
.gedit
.themes
.icons

Its still has a few issues, it takes ages to start the account, and I've just discovered it gives the new user full root access (umm not so good....)

Ahh well onwards.....

betamax
August 4th, 2005, 05:48 AM
Think Ill give Sabayon a look.

Thanks for the link