From a58612ea3b8d378db4f594c7c7b94ed80600248f Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 17 Aug 2025 09:28:37 +0200 Subject: [PATCH] systemd: replace Gnome polkit agent with XFCE one --- dotfiles/systemd/policykit-agent.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/systemd/policykit-agent.service b/dotfiles/systemd/policykit-agent.service index f1eea4e..2e10630 100644 --- a/dotfiles/systemd/policykit-agent.service +++ b/dotfiles/systemd/policykit-agent.service @@ -3,5 +3,5 @@ Description=PolicyKit authentication agent PartOf=graphical-session.target [Service] -ExecStart=/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 +ExecStart=/usr/libexec/xfce-polkit Restart=on-failure