From f015be313125e9448f122bec06d3df326707f795 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Wed, 3 Apr 2024 07:49:22 +0100 Subject: Fixed polkit section --- .config/river/autostart.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/river') diff --git a/.config/river/autostart.sh b/.config/river/autostart.sh index b994690..43e4462 100755 --- a/.config/river/autostart.sh +++ b/.config/river/autostart.sh @@ -2,8 +2,8 @@ # Authentication dialog -pkill -f /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 -/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & +pkill -f /usr/libexec/polkit-gnome-authentication-agent-1 +/usr/libexec/polkit-gnome-authentication-agent-1 & # Kill any existing pipewire / wireplumber daemons and only then try to start a new set. -- cgit v1.2.3