From 5684aa80d83dd384564bd430c88a22445d27ea05 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 9 Jul 2025 20:30:16 -0400 Subject: [PATCH] Make sure to run polkit-gnome after migrating to it --- migrations/1752104271.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/migrations/1752104271.sh b/migrations/1752104271.sh index ace1ef9..64c6186 100644 --- a/migrations/1752104271.sh +++ b/migrations/1752104271.sh @@ -2,3 +2,4 @@ yay -S --noconfirm --needed polkit-gnome systemctl --user stop hyprpolkitagent systemctl --user disable hyprpolkitagent yay -Rns --noconfirm hyprpolkitagent +setsid /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &