Seungmin Kim 1 жил өмнө
parent
commit
8a68c76110
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      entrypoint.sh

+ 1 - 1
entrypoint.sh

@@ -148,7 +148,7 @@ echo 'Waiting for X Socket' && until [ -S "/tmp/.X11-unix/X${DISPLAY#*:}" ]; do
 # Start KDE desktop environment
 export XDG_SESSION_ID="${DISPLAY#*:}"
 export QT_LOGGING_RULES='*.debug=false;qt.qpa.*=false'
-/usr/bin/dbus-launch /usr/bin/startplasma-x11 &
+/usr/bin/startplasma-x11 &
 
 # Start Fcitx input method framework
 /usr/bin/fcitx &