diff --git a/pkg/vpn/launcher_linux.go b/pkg/vpn/launcher_linux.go
index b91bb3e59ab62311c331e8c18c7294cebac780dd..3e872cd458ef954454e0add066184043995b127c 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",