if I run gconftool-2 it works with my own profile. but I'd like to tweak the other users.
is it possible to use it for other users profiles?
should I "su " and only then run gconftool-2?
May there is another way?
if I run gconftool-2 it works with my own profile. but I'd like to tweak the other users.
is it possible to use it for other users profiles?
should I "su " and only then run gconftool-2?
May there is another way?
Well, you will obviously need write access to their
.gconf/
folder. But if you have that, I thinkgconftool-2 --config-source=$THEIRHOME/.gconf/
might work. (Untested since I'm the only user on this computer.)