Setting XFCE_DISABLE_USER_CONFIG for a isngle user on my pc

Jesse Wagner lists at 24th.mine.nu
Thu Apr 22 00:52:18 CEST 2004


perhaps you could add something like this to /etc/xfce4/xinitrc

case $USER in
    user1 | user2 | user3 ) export XFCE_DISABLE_USER_CONFIG=1 ;;
    *                             ) export XFCE_DISABLE_USER_CONFIG=0 ;;
esac


    fi
done

> i wanna set the enviroment variable
> XFCE_DISABLE_USER_CONFIG to make a special user o my
> pc in order that the settings can't be hacked, but i
> don't wanna make this variable a global setting for
> all users on my pc, couse i use xfce and i set my
> desktop every time i like; then how i can do this and
> where i should place this setting?



More information about the Xfce4-dev mailing list