mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2026-07-17 16:36:49 +00:00
8 lines
138 B
Bash
Executable file
8 lines
138 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
unset SESSION_MANAGER
|
|
unset DBUS_SESSION_BUS_ADDRESS
|
|
|
|
while ( true ); do
|
|
/usr/bin/xfce4-session --display :0
|
|
done;
|