=== modified file 'home/xsession-setup' --- old/home/xsession-setup 2022-10-12 18:48:46 +0000 +++ new/home/xsession-setup 2022-10-12 17:32:08 +0000 @@ -8,7 +8,7 @@ # make files that can't be easily version-controlled setup-special() { local fifo=/run/user/$UID/plumber_fifo.X$DISPLAYNUM - if ! [[ -p $fifo ]]; then + if ! [[ -L $fifo ]]; then mkfifo $fifo || exit $? fi ln -f $fifo $DSTROOT/run/plumber_fifo || exit $?