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:
Kyle Gospodnetich 2024-03-28 17:05:42 -07:00
parent 867421de98
commit 3472b9bd8d

View File

@ -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