mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2026-08-05 16:12:41 +02:00
fix: failed to start lxqt
This commit is contained in:
@@ -20,12 +20,12 @@ stderr_logfile_maxbytes=0
|
||||
|
||||
[group:x]
|
||||
# programs=xvfb,wm,lxpanel,pcmanfm,x11vnc,novnc
|
||||
programs=xvfb,wm,lxpanel,x11vnc,novnc
|
||||
programs=xvfb,lxpanel,x11vnc,novnc
|
||||
|
||||
[program:wm]
|
||||
priority=15
|
||||
command=/usr/bin/openbox
|
||||
environment=DISPLAY=":1",HOME="/root",USER="root"
|
||||
# [program:wm]
|
||||
# priority=15
|
||||
# command=/usr/bin/openbox
|
||||
# environment=DISPLAY=":1",HOME="/root",USER="root"
|
||||
|
||||
[program:lxpanel]
|
||||
priority=15
|
||||
@@ -42,10 +42,6 @@ environment=DISPLAY=":1",HOME="%HOME%",USER="%USER%"
|
||||
# environment=DISPLAY=":1",HOME="%HOME%",USER="%USER%"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
[program:xvfb]
|
||||
priority=10
|
||||
command=/usr/local/bin/xvfb.sh
|
||||
|
||||
Reference in New Issue
Block a user