[Xfce-bugs] [Bug 1279] Regular Users cannot Change Settings in Xfce

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Wed Dec 21 01:40:21 CET 2005


Do NOT reply to this email.  To make further comments on this bug, use
the URL below:
http://bugzilla.xfce.org/show_bug.cgi?id=1279





------- Additional Comments From amtor at hotmail.com  2005-12-21 00:40 UTC -------
Thanks for the post.  I have checked the variables you suggested.

#echo $XDG_CONFIG_DIRS
/etc/xdg:/etc/xdg:/opt/xfce4/etc/xdg
#echo $XDG_CONFIG_HOME
/root/.config
#su rob
#echo $XDG_CONFIG_DIRS
/etc/xdg:/etc/xdg:/opt/xfce4/etc/xdg
#echo $XDG_CONFIG_HOME
/home/rob/.config

Hmm.  It looks like these environment variables are being set somewhere in my
login shell scripts.  I found the following in file being sourced by my
/etc/profile file:

export XDG_CONFIG_HOME=$HOME/.config
etc etc.

I understand that it is pretty normal to set these environment variables in
/etc/profile. 

Since it looks like the xfce startup scripts (such as startxfce4) are using
these environment variables, very little can be done other than making sure one
uses "su -" when switching users. If one uses "su -" then /etc/profile will be
sourced again, resetting XDG_CONFIG_HOME to the right value.

Rob


-- 
Configure bugmail: http://bugzilla.xfce.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the Xfce-bugs mailing list