1
0
mirror of https://github.com/fcwu/docker-ubuntu-vnc-desktop synced 2026-08-05 16:12:41 +02:00

works around a repeating keystrokes bug

This commit is contained in:
Steve
2018-01-12 13:08:37 -07:00
parent 04e6d2c0f2
commit 1fa8714cc7
+1 -1
View File
@@ -48,7 +48,7 @@ stdout_logfile=/var/log/pcmanfm.log
[program:x11vnc]
priority=20
directory=/
command=x11vnc -display :1 -xkb -forever -shared
command=x11vnc -display :1 -xkb -forever -shared -repeat
user=root
autostart=true
autorestart=true