From ebecaf5ba32a8bd58899a050d41ef3eb7db281fc Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Tue, 21 Feb 2023 16:57:51 +0100 Subject: feat: add polkit agents As reported by Nilesh Patra. - Closes: #723 --- pkg/vpn/launcher_linux.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/vpn/launcher_linux.go b/pkg/vpn/launcher_linux.go index 64fdc00..75d9942 100644 --- a/pkg/vpn/launcher_linux.go +++ b/pkg/vpn/launcher_linux.go @@ -104,6 +104,7 @@ func isPolkitRunning() (bool, error) { "polkit-gnome-authentication-agent-1", "polkit-kde-auth", "polkit-mate-authentication-agent-1", + "polkit-ukui-authentication-agent-1", "lxpolkit", "lxqt-policykit-agent", "lxsession", @@ -111,6 +112,7 @@ func isPolkitRunning() (bool, error) { "gnome-flashback", "fingerprint-polkit-agent", "xfce-polkit", + "phosh", } processes, err := ps.Processes() -- cgit v1.2.3