Skip to content

Commit

Permalink
Restore previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ehfd authored Jul 25, 2024
1 parent 5949657 commit 8a68c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 &
Expand Down

0 comments on commit 8a68c76

Please sign in to comment.