mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-16 16:20:48 +00:00
fix(gnome): Restore joystickwake with another command to prevent unlock bug (https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/7530)
This commit is contained in:
parent
867421de98
commit
3472b9bd8d
@ -11,7 +11,5 @@ fi
|
||||
if [[ ${BASE_IMAGE_NAME} =~ "kinoite" ]]; then
|
||||
/usr/bin/joystickwake --command "qdbus org.kde.Solid.PowerManagement /org/kde/Solid/PowerManagement wakeup" "$@"
|
||||
else
|
||||
# Temporarily disabled due to newly discovered screen lock issue.
|
||||
# /usr/bin/joystickwake "$@"
|
||||
exit 0
|
||||
/usr/bin/joystickwake --command "gnome-session-inhibit sleep 5" "$@"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user