From 1fa8714cc7dfaae55bf46bb19581c75c986ceb43 Mon Sep 17 00:00:00 2001 From: Steve Date: Fri, 12 Jan 2018 13:08:37 -0700 Subject: [PATCH] works around a repeating keystrokes bug --- image/etc/supervisor/conf.d/supervisord.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/etc/supervisor/conf.d/supervisord.conf b/image/etc/supervisor/conf.d/supervisord.conf index 0b1c026..37f54bc 100644 --- a/image/etc/supervisor/conf.d/supervisord.conf +++ b/image/etc/supervisor/conf.d/supervisord.conf @@ -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