fix(gnome): Restore joystickwake with another command to prevent unlock

This commit is contained in:
Kyle Gospodnetich 2024-03-28 17:05:42 -07:00
parent 0236a34661
commit 87ce229341

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