/etc/X11/xenodm/Xsession file has a check for x bit startup=$HOME/.xsession [...] if [ -s "$startup" ]; then if [ -x "$startup" ]; then "$startup" else /bin/sh "$startup" fi [...]
diff /var/git/xenocara commit - 1322100d794a22f2ed024540585b4b8cbd0ebd3e path + /var/git/xenocara blob - 748a8c16624bec701895533a501ee9d54f6843a3 file + app/xenodm/man/xenodm.man --- app/xenodm/man/xenodm.man +++ app/xenodm/man/xenodm.man @@ -1118,7 +1118,6 @@ Don't forget that the file must have execute permissio The user's .Pa .xsession file might look something like this example. -Don't forget that the file must have execute permission. .Bd -literal -offset Ds #! /bin/sh xrdb -merge "$HOME/.Xresources"