blob: 5a0afe684dfbaa8b0a79bb4da92263f2cbb724ed (
plain)
1
2
3
4
5
6
7
8
9
|
#!/bin/sh
#xsetroot -solid grey
#x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
#x-window-manager &
# Fix to make GNOME work
#export XKL_XMODMAP_DISABLE=1
/etc/X11/Xsession
lxqt-session &
|