You are not logged in.

1

Wednesday, November 24th 2004, 10:27am

How to apply the same kde configuration to a diferent users.

Can anybody explain me how can I get to apply the same configuration to a different users?
I mean that I 've have designed my desktop as root user (colors, icons, menus, ...). I want other new users, with no root privilegies, to have the same desktop design.

That's all. Thank you very much.

BYE

2

Wednesday, November 24th 2004, 11:14am

Easy ;)

Copy your skel config to new users o to /etc/skel

cp -Rp /root* /etc/skel/
cp -Rp /root/.kde/* /etc/skel/.kde/
cp -Rp /root/.kde/share/* /etc/skel/.kde/share/

or try with kiosk http://enterprise.kde.org/articles/Kiosk_customization.pdf

Lucky
Salu2 a to2

My Blog

3

Wednesday, November 24th 2004, 12:21pm

Thank you very much

4

Thursday, November 25th 2004, 7:20pm

I have try it but it doesn't work.

I have try it but it doesn't work.
Any other possibility?