Skip to content
Snippets Groups Projects
Unverified Commit 0157c644 authored by meskio's avatar meskio :tent:
Browse files

[bug] detect correctly polkit in kde and lubuntu

- Resolves: #374
parent 0235b6ce
Branches
Tags
1 merge request!121[bug] detect correctly polkit in kde and lubuntu
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment