diff options
author | Kali Kaneko <kali@leap.se> | 2017-11-02 16:36:41 +0100 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-11-02 16:36:41 +0100 |
commit | 47b00b819ab6a88bd24e3a57a1e7bd787481d1f6 (patch) | |
tree | 9ad4565b80d70622f78a1edbc78bb1f7926fc685 /src/leap | |
parent | 326a37ffdd729c1d2f67ae7ee037a6a3386d9e5f (diff) |
[feature] support deepin polkit agent
-Resolves: #9119
Diffstat (limited to 'src/leap')
-rw-r--r-- | src/leap/bitmask/vpn/helpers/linux/polkit_agent.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/leap/bitmask/vpn/helpers/linux/polkit_agent.py b/src/leap/bitmask/vpn/helpers/linux/polkit_agent.py index 3cae144c..5ca1a2f0 100644 --- a/src/leap/bitmask/vpn/helpers/linux/polkit_agent.py +++ b/src/leap/bitmask/vpn/helpers/linux/polkit_agent.py @@ -34,7 +34,10 @@ POLKIT_PATHS = ( '/usr/lib/mate-polkit/polkit-mate-authentication-agent-1', '/usr/lib/x86_64-linux-gnu/libexec/polkit-kde-authentication-agent-1', '/usr/lib/kde4/libexec/polkit-kde-authentication-agent-1', + # now we get weird '/usr/libexec/policykit-1-pantheon/pantheon-agent-polkit', + '/usr/lib/polkit-1-dde/dde-polkit-agent', + # do you know some we're still missing? :) ) |