mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2025-12-06 16:32:47 +01:00
Merge pull request #59 from Lancher/keys-stroke
Works around a repeating keystrokes bug ~
This commit is contained in:
commit
0de27e4a31
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue