You are not logged in.
Pages: 1
I have almost everything configured, except as root. How can I clone all my settings to a less priveledged account? Copying the content of /root to /home/grod doesn't quite do the trick.
Thanks!
Offline
Did you change to ownership of the file to your username using 'chown'?
What's the exact error you're coming across?
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
Not an error, but things like XFCE session settings revert to defaults.
Offline
Not a great idea to configure with root's, please forget Windozer, you're running GNU/Linux And never, ever ever ever launch X with root.
Apart of philosophy (and security) issues in your management, changing ownership and permissions on the files you've copied should do the trick. Magical words are chmod and chown, please check with the manpages.
Regards,
syntaxerrormmm - Homepage
Offline
as root:
chown -R username:users /home/username
(replace 'username' with your user's name)
But of course,
man chown
Offline
Not an error, but things like XFCE session settings revert to defaults.
Hi,
when you copied the files,did you use the -a flag ? sounds like you are missing the hidden files beginning with a .
Cheers,
Wayne.
Offline
I wish it were that simple. When I kill X there are a ton of xfce critical warnings on the screen. They all take the same patter:
(xfce4-menu-plugin:4612): libxfce4util-CRITICAL **: Unable to open file /root/.config/xfce/panel/systray-4.rc.4606.tmp for writing: Permission denied
and
(xfce4-panel:4606): libxfce4util-CRITICAL **: Unable to open file /root/.config/xfce4/panel/clock-14.rc.4606.tmp for writing: Permission denied
tons of those.
Clearly, there is a path somewhere that needs to change. I'd like to make every configuration file used by the root account for all applications the default for all less privileged users -- theme, start up apps, bash aliases, everything. But I'd settle for transferring the XFCE settings.
Any ideas?
Offline
I was going to suggest writing a script to replace the strings within the config files, however, since temporary files are created and used too, that would appear to make it more problematic.
What you are trying to do seems like quite a reasonable idea, perhaps the xfce writers might have a suggestion?
Sorry I cannot be anymore help.
Cheers,
Wayne.
Offline
yes to both
Offline
Why did you configure everything as root instead of as a regular user in the first place?
It's probably a lot simpler to create a whole new user and start from scratch there. It takes some time, but bumping your head into the wall is the best way to learn .
Last edited by B (2008-11-13 18:02:12)
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
Pages: 1