guix/00-install-xsession.sh
Hartmut Goebel 18145dd26f
TEMP Add some helpers for running plasma in the VM.
AFAIR these should be made accessible within the VM (directory /exchange).
2021-01-31 16:25:49 +01:00

7 lines
190 B
Bash
Executable file

#!/bin/sh
D=$(dirname "$0")
rm -f $D/xerrors $D/.xerrors ~/xerrors ~/.xerrors
#echo > ~/.xsession "sh -x $(which startkde) >$D/xerrors 2>&1"
cp $D/startkde ~/.xsession
chmod +x ~/.xsession