Skip to content

Commit

Permalink
Edit DBus
Browse files Browse the repository at this point in the history
  • Loading branch information
ehfd authored Jul 25, 2024
1 parent b0c50e8 commit aa1a00d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ export XDG_SESSION_ID="${DISPLAY#*:}"
export QT_LOGGING_RULES='*.debug=false;qt.qpa.*=false'
if [ -n "$(nvidia-smi --query-gpu=uuid --format=csv,noheader | head -n1)" ] || [ -n "$(ls -A /dev/dri 2>/dev/null)" ]; then
export VGL_FPS="${DISPLAY_REFRESH}"
/usr/bin/vglrun -d "${VGL_DISPLAY:-egl}" +wm /usr/bin/startplasma-x11 &
/usr/bin/vglrun -d "${VGL_DISPLAY:-egl}" +wm /usr/bin/dbus-launch /usr/bin/startplasma-x11 &
else
/usr/bin/startplasma-x11 &
/usr/bin/dbus-launch /usr/bin/startplasma-x11 &
fi

# Start Fcitx input method framework
Expand Down

0 comments on commit aa1a00d

Please sign in to comment.