Skip to content

Commit 3472b9b

Browse files
committed
fix(gnome): Restore joystickwake with another command to prevent unlock bug (https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/7530)
1 parent 867421d commit 3472b9b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

system_files/desktop/shared/usr/bin/bazzite-joystickwake

+1-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,5 @@ fi
1111
if [[ ${BASE_IMAGE_NAME} =~ "kinoite" ]]; then
1212
/usr/bin/joystickwake --command "qdbus org.kde.Solid.PowerManagement /org/kde/Solid/PowerManagement wakeup" "$@"
1313
else
14-
# Temporarily disabled due to newly discovered screen lock issue.
15-
# /usr/bin/joystickwake "$@"
16-
exit 0
14+
/usr/bin/joystickwake --command "gnome-session-inhibit sleep 5" "$@"
1715
fi

0 commit comments

Comments
 (0)