We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a31be0 commit 96534c2Copy full SHA for 96534c2
content/install-guides/vnc.md
@@ -73,9 +73,10 @@ Create a file at `$HOME/.vnc/xstartup` with the following contents:
73
74
```console
75
#!/bin/sh
76
-unset SESSION_MANAGER
77
-unset DBUS_SESSION_BUS_ADDRESS
78
-exec startxfce4
+# select your favorite windows manager here
+/bin/bash -l <<EOF
+exec /etc/X11/Xsession startxfce4
79
+EOF
80
```
81
Make sure the `xstartup` file has executable permissions:
82
0 commit comments