13 lines
283 B
Bash
Executable File
13 lines
283 B
Bash
Executable File
#!/bin/sh
|
|
|
|
unset SESSION_MANAGER
|
|
unset DBUS_SESSION_BUS_ADDRESS
|
|
XDG_SESSION_TYPE=x11; export XDG_SESSION_TYPE
|
|
/usr/bin/icewm-session&
|
|
|
|
# Do NOT use 3D unity on Ubuntu 16.10
|
|
export TVNC_WM=2d
|
|
|
|
# Start the window manager under VGL so that we always get acceleration
|
|
export TVNC_VGL=0
|