summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pkg/vpn/launcher_linux.go2
1 files changed, 2 insertions, 0 deletions
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()