mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2026-02-06 11:27:19 +00:00
9 lines
138 B
Bash
Executable File
9 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;
|