added gnome xstartup example
This commit is contained in:
@@ -60,9 +60,16 @@ sudo addgroup $USER ssl-cert
|
|||||||
# Create ~/.vnc directory and corresponding files.
|
# Create ~/.vnc directory and corresponding files.
|
||||||
kasmvncserver-easy-start -d && kasmvncserver-easy-start -kill
|
kasmvncserver-easy-start -d && kasmvncserver-easy-start -kill
|
||||||
|
|
||||||
# Modify vncstartup to launch your environment of choice, in this example LXDE
|
# Modify vncstartup to launch your environment of choice
|
||||||
# This may be optional depending on your system configuration
|
# This may be optional depending on your system configuration
|
||||||
|
# Example: LXDE
|
||||||
echo '/usr/bin/lxsession -s LXDE &' >> ~/.vnc/xstartup
|
echo '/usr/bin/lxsession -s LXDE &' >> ~/.vnc/xstartup
|
||||||
|
|
||||||
|
# Example: GNOME
|
||||||
|
# Add the folowing to ~/.vnc/xstartup
|
||||||
|
#!/bin/sh
|
||||||
|
dbus-launch --exit-with-session gnome-session
|
||||||
|
|
||||||
|
|
||||||
# Start KasmVNC with debug logging:
|
# Start KasmVNC with debug logging:
|
||||||
kasmvncserver-easy-start -d
|
kasmvncserver-easy-start -d
|
||||||
|
|||||||
Reference in New Issue
Block a user