From f0bbe7652182954a14f16187185a9e321f59e620 Mon Sep 17 00:00:00 2001 From: Kenny Parsons Date: Mon, 20 Sep 2021 10:19:07 -0500 Subject: [PATCH] added gnome xstartup example --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4356ecb..8ab395e 100644 --- a/README.md +++ b/README.md @@ -60,9 +60,16 @@ sudo addgroup $USER ssl-cert # Create ~/.vnc directory and corresponding files. 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 +# Example: LXDE 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: kasmvncserver-easy-start -d