File tree 3 files changed +6
-1
lines changed
3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ RUN apt-get update \
17
17
supervisor nginx sudo vim-tiny net-tools zenity xz-utils \
18
18
dbus-x11 x11-utils alsa-utils \
19
19
mesa-utils libgl1-mesa-dri \
20
- lxde xvfb x11vnc \
20
+ lxde xvfb x11vnc=0.9.16 \
21
21
gtk2-engines-murrine gnome-themes-standard gtk2-engines-pixbuf gtk2-engines-murrine arc-theme \
22
22
firefox chromium-browser \
23
23
ttf-ubuntu-font-family ttf-wqy-zenhei \
Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ Troubleshooting and FAQ
120
120
1 . boot2docker connection issue, https://github.com/fcwu/docker-ubuntu-vnc-desktop/issues/2
121
121
2 . Multi-language supports, https://github.com/fcwu/docker-ubuntu-vnc-desktop/issues/80
122
122
3 . Autostart, https://github.com/fcwu/docker-ubuntu-vnc-desktop/issues/85
123
+ 4 . x11vnc arguments(multiptr), https://github.com/fcwu/docker-ubuntu-vnc-desktop/issues/101
123
124
124
125
License
125
126
==================
Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ if [ -n "$VNC_PASSWORD" ]; then
8
8
export VNC_PASSWORD=
9
9
fi
10
10
11
+ if [ -n " $X11VNC_ARGS " ]; then
12
+ sed -i " s/^command=x11vnc.*/& ${X11VNC_ARGS} /" /etc/supervisor/conf.d/supervisord.conf
13
+ fi
14
+
11
15
if [ -n " $RESOLUTION " ]; then
12
16
sed -i " s/1024x768/$RESOLUTION /" /usr/local/bin/xvfb.sh
13
17
fi
You can’t perform that action at this time.
0 commit comments