mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
18145dd26f
AFAIR these should be made accessible within the VM (directory /exchange).
7 lines
190 B
Bash
Executable file
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
|