Skip to content

Commit 08771f2

Browse files
use startplasma-x11
1 parent 88f2b4c commit 08771f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/supervisor/conf.d/plasmashell.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[program:plasmashell]
22
; /usr/bin/startplasma-x11
3-
command=bash -c "until [ -S /tmp/.X11-unix/X0 ]; do sleep 1; done; /usr/bin/plasmashell"
4-
;command=bash -c "until [ -S /tmp/.X11-unix/X0 ]; do sleep 0.3; done; /usr/bin/startplasma-x11"
3+
;command=bash -c "until [ -S /tmp/.X11-unix/X0 ]; do sleep 1; done; /usr/bin/plasmashell"
4+
command=bash -c "until [ -S /tmp/.X11-unix/X0 ]; do sleep 0.2; done; /usr/bin/startplasma-x11"
55
stdout_logfile=/var/log/desktop/plasmashell.log
66
autostart=false
77
autorestart=true

0 commit comments

Comments
 (0)