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 a48b176 commit 041e8b5Copy full SHA for 041e8b5
etc/proot-env/vnc/xstartup
@@ -2,4 +2,8 @@
2
unset SESSION_MANAGER
3
unset DBUS_SESSION_BUS_ADDRESS
4
export PULSE_SERVER=127.0.0.1
5
-dbus-launch --exit-with-session startxfce4
+dbus-launch --exit-with-session startxfce4 &
6
+
7
+if command -v plank > /dev/null; then
8
+ plank &
9
+fi
etc/proot-env/vnc/xstartup-hdpi
@@ -5,4 +5,8 @@ export PULSE_SERVER=127.0.0.1
export GDK_SCALE=2
export XCURSOR_SIZE=48
export QT_SCALE_FACTOR=2
-dbus-lauch --exit-with-session startxfce4
+dbus-lauch --exit-with-session startxfce4 &
10
11
12
0 commit comments