Easy start script: add -select-de to README

KASM-1609_select_de_to_run
Dmitry Maksyoma 4 years ago
parent ba942e102e
commit 8deac5cfa7

@ -60,6 +60,13 @@ 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
# On the first run, kasmvncserver-easy-start will ask you to choose a desktop
# environment you want to run. It can detect Cinnamon, Mate, LXDE, KDE, Gnome,
# XFCE. You can also choose to manually edit xstartup.
# After you chose a desktop environment or to manually edit xstartup,
# kasmvncserver-easy-start won't ask you again, unless you run it as:
kasmvncserver-easy-start -select-de
# Modify vncstartup to launch your environment of choice, in this example LXDE # Modify vncstartup to launch your environment of choice, in this example LXDE
# This may be optional depending on your system configuration # This may be optional depending on your system configuration
echo '/usr/bin/lxsession -s LXDE &' >> ~/.vnc/xstartup echo '/usr/bin/lxsession -s LXDE &' >> ~/.vnc/xstartup

Loading…
Cancel
Save