Skip to content

Commit 96534c2

Browse files
committed
Update VNC install guide so that Chromium can work on VNC desktop
1 parent 1a31be0 commit 96534c2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

content/install-guides/vnc.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,10 @@ Create a file at `$HOME/.vnc/xstartup` with the following contents:
7373

7474
```console
7575
#!/bin/sh
76-
unset SESSION_MANAGER
77-
unset DBUS_SESSION_BUS_ADDRESS
78-
exec startxfce4
76+
# select your favorite windows manager here
77+
/bin/bash -l <<EOF
78+
exec /etc/X11/Xsession startxfce4
79+
EOF
7980
```
8081
Make sure the `xstartup` file has executable permissions:
8182

0 commit comments

Comments
 (0)