mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2025-12-09 09:55:31 +01:00
Revert "Merge pull request #13 from devindice/Fixing-service-start"
This reverts commit0e6bf445a7, reversing changes made to431aae4a12.
This commit is contained in:
parent
1a67d085bf
commit
0ea408ce01
1 changed files with 4 additions and 4 deletions
|
|
@ -18,9 +18,9 @@ stderr_logfile=/dev/fd/1
|
|||
stderr_logfile_maxbytes=0
|
||||
|
||||
[group:x]
|
||||
programs=xfce4,xvfb,x11vnc,novnc,cloud9
|
||||
programs=xvfb,lxpanel,x11vnc,novnc,cloud9
|
||||
|
||||
[program:xfce4]
|
||||
[program:lxpanel]
|
||||
priority=15
|
||||
directory=%HOME%
|
||||
command=/usr/bin/startxfce4
|
||||
|
|
@ -34,7 +34,7 @@ stopsignal=KILL
|
|||
|
||||
[program:x11vnc]
|
||||
priority=20
|
||||
command=x11vnc -ncache 10 -display :1 -xkb -forever -shared -repeat -capslock
|
||||
command=x11vnc -display :1 -xkb -forever -shared -repeat -capslock
|
||||
|
||||
[program:novnc]
|
||||
priority=25
|
||||
|
|
@ -52,4 +52,4 @@ command=bash -c 'while ps aux | grep user-install.sh | grep -v grep 2>&1> /dev/n
|
|||
priority=30
|
||||
directory=/home/%USER%/.dynamic-background/active
|
||||
user=%USER%
|
||||
command=bash /usr/share/backgrounds/dynamic.sh
|
||||
command=bash /usr/share/backgrounds/dynamic.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue