=== modified file 'home/xsession-setup' --- old/home/xsession-setup 2022-10-12 17:32:08 +0000 +++ new/home/xsession-setup 2022-08-22 20:59:45 +0000 @@ -7,11 +7,7 @@ # make files that can't be easily version-controlled setup-special() { - local fifo=/run/user/$UID/plumber_fifo.X$DISPLAYNUM - if ! [[ -L $fifo ]]; then - mkfifo $fifo || exit $? - fi - ln -f $fifo $DSTROOT/run/plumber_fifo || exit $? + mkfifo $DSTROOT/run/plumber_fifo || exit $? } copy-skel() { === removed directory 'xsession-skel/run/service/check-x11-connection' === removed file 'xsession-skel/run/service/check-x11-connection/run' --- old/xsession-skel/run/service/check-x11-connection/run 2022-10-12 17:32:08 +0000 +++ new/xsession-skel/run/service/check-x11-connection/run 1970-01-01 00:00:00 +0000 @@ -1,7 +0,0 @@ -#!/bin/zsh -setopt no_unset extended_glob -if ! zsocket -v -d 0 /tmp/.X11-unix/X${DISPLAY#:}; then - printf >&2 '%s\n' "FATAL: could not connect to X11 socket, terminating." - s6-svscanctl -q /run/service -fi -exec cat >/dev/null