Setting XFCE_DISABLE_USER_CONFIG for a isngle user on my pc

Roldán roldanlg at yahoo.es
Thu Apr 22 17:11:03 CEST 2004


hello again
i do the changes in the /tec/xfce4/xinitrc, well in
fact in the /tec/xfce4/xinitrc.xfce4-sesion this is
the file content:

#!/bin/sh

xsetroot -solid black -cursor_name watch

# Those are my settings, change them as appropriate...
# Xft DPI: 96
# Xft.hintstyle:
hintnone/hintslight/hintmedium/hintfull
# Xft hinting: 1/0

xrdb -merge - << EOF
Xft.dpi: 96
Xft.hinting: 1
Xft.hintstyle: hintmedium
EOF

# Launch xscreensaver (if available), but only as
non-root user
test $UID -gt 0 && xscreensaver -no-splash &

if test -f $HOME/.Xmodmap; then
	xmodmap $HOME/.Xmodmap
fi

case $USER in
    test ) export XFCE_DISABLE_USER_CONFIG=1 ;;
        *                             ) export
XFCE_DISABLE_USER_CONFIG=0 ;;
esac
fi
done

# launch the session manager
xfce4-session

xsetroot -solid black -cursor_name watch

i don't understand wy the "fi" i'm not very ususal to
the scripting programming but i thin that migth bi
fine, any way this solution don't work for me, maybe
is the wrong file but in that directory i found this
files:
default.session
shutdown.allow
xfce4rc
xfce4rc.az
xfce4rc.ca
xfce4rc.hu
xfce4rc.nl
xfce4rc.vi
and the xinitrc.xfce4rc-session
so i modify the last, i'm wrong?

=====
Roldán LG....


		
______________________________________________________________________
Correo Yahoo! - 6MB, más protección contra el spam ¡Gratis!
http://correo.yahoo.es



More information about the Xfce4-dev mailing list