Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions content/install-guides/vnc.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,10 @@ Create a file at `$HOME/.vnc/xstartup` with the following contents:

```console
#!/bin/sh
unset SESSION_MANAGER
unset DBUS_SESSION_BUS_ADDRESS
exec startxfce4
# select your favorite windows manager here
/bin/bash -l <<EOF
exec /etc/X11/Xsession startxfce4
EOF
```
Make sure the `xstartup` file has executable permissions:

Expand Down
Loading