summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pkg/vpn/launcher_linux.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/vpn/launcher_linux.go b/pkg/vpn/launcher_linux.go
index b91bb3e..3e872cd 100644
--- a/pkg/vpn/launcher_linux.go
+++ b/pkg/vpn/launcher_linux.go
@@ -100,9 +100,10 @@ func isPolkitRunning() (bool, error) {
// TODO shouldn't we also check for polkitd running?
var polkitProcNames = [...]string{
"polkit-gnome-authentication-agent-1",
- "polkit-kde-authentication-agent-1",
+ "polkit-kde-auth",
"polkit-mate-authentication-agent-1",
"lxpolkit",
+ "lxqt-policykit-agent",
"lxsession",
"gnome-shell",
"gnome-flashback",