Hi
I am new in mageia
I have one $HOME/.xsession script but it do not run
It run in arch and debian, but not is invoked for Mageia what ignore the script
I try chmod +x but nothing
ideas?
Thanks
have the desired output when run by itself in your terminal?cefer wrote:echo "Testing..." >~/xsession.log
if [ -n "$DESKTOP" ]; then
case $DESKTOP in
failsafe)
xsetroot -cursor_name left_ptr
type -p rxvt > /dev/null >& 2 && exec rxvt -geometry 80x24-0-0
type -p xterm > /dev/null >& 2 && exec xterm -geometry 80x24-0-0
type -p xvt > /dev/null >& 2 && exec xvt
type -p twm > /dev/null >& 2 && exec twm
;;
default)
;;
*)
if type -p "$DESKTOP" > /dev/null; then
. ~/.xsession & # <<<<<<~~~~~~~~~~~~~~~~~~~~ LINE 129 ADDED
exec /bin/sh -c "$DESKTOP"
elif
Users browsing this forum: No registered users and 1 guest