mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2026-08-05 16:12:41 +02:00
feat: support lxqt
This commit is contained in:
@@ -18,7 +18,8 @@ stderr_logfile=/dev/fd/1
|
||||
stderr_logfile_maxbytes=0
|
||||
|
||||
[group:x]
|
||||
programs=xvfb,wm,lxpanel,pcmanfm,x11vnc,novnc
|
||||
# programs=xvfb,wm,lxpanel,pcmanfm,x11vnc,novnc
|
||||
programs=xvfb,wm,lxpanel,x11vnc,novnc
|
||||
|
||||
[program:xvfb]
|
||||
priority=10
|
||||
@@ -33,16 +34,16 @@ environment=DISPLAY=":1",HOME="/root",USER="root"
|
||||
[program:lxpanel]
|
||||
priority=15
|
||||
directory=%HOME%
|
||||
command=/usr/bin/lxpanel --profile LXDE
|
||||
command=/usr/bin/startlxqt
|
||||
user=%USER%
|
||||
environment=DISPLAY=":1",HOME="%HOME%",USER="%USER%"
|
||||
|
||||
[program:pcmanfm]
|
||||
priority=15
|
||||
directory=%HOME%
|
||||
command=/usr/bin/pcmanfm --desktop --profile LXDE
|
||||
user=%USER%
|
||||
environment=DISPLAY=":1",HOME="%HOME%",USER="%USER%"
|
||||
# [program:pcmanfm]
|
||||
# priority=15
|
||||
# directory=%HOME%
|
||||
# command=/usr/bin/pcmanfm --desktop --profile LXDE
|
||||
# user=%USER%
|
||||
# environment=DISPLAY=":1",HOME="%HOME%",USER="%USER%"
|
||||
|
||||
[program:x11vnc]
|
||||
priority=20
|
||||
|
||||
Reference in New Issue
Block a user