You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Thursday, March 2nd 2006, 11:31pm

settings change for all users

When I first installed kde I only had the root user.
I changed kde (menus, panel, desktop, themes etc) as root. Now I have a regular user added I have to go through the whole process again of getting kde to look how I want it.

Basically I want kde to look exactly the same for both root and user but cant be bothered making changes twice.

ie If I install a program and add a link to the panel as root can I get it to automtically make the change for user too? Or vice versa.
Is there a set of config files I could copy to this happen?

Hope this makes sense!

Many Thanks
Rik

bram85

Professional

Posts: 948

Location: Eindhoven

Occupation: Software Engineer

  • Send private message

2

Friday, March 3rd 2006, 7:10pm

RE: settings change for all users

You can let the root user symlink to the user. For example (as root):

Source code

1
ln -s /home/user/.kde/share/config/kickerrc /root/.kde/share/config/kickerrc

Or you link the whole ~/.kde directory instead of a couple of configuration files, but that may cause undesired side effects.
Bram Schoenmakers
KDE Netherlands (www.kde.nl)