소스 검색

Edit DBus

Seungmin Kim 1 년 전
부모
커밋
59496577cf
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/startplasma-x11 &
+/usr/bin/dbus-launch /usr/bin/startplasma-x11 &
 
 # Start Fcitx input method framework
 /usr/bin/fcitx &