From 47b00b819ab6a88bd24e3a57a1e7bd787481d1f6 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Thu, 2 Nov 2017 16:36:41 +0100 Subject: [feature] support deepin polkit agent -Resolves: #9119 --- src/leap/bitmask/vpn/helpers/linux/polkit_agent.py | 3 +++ 1 file changed, 3 insertions(+) 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? :) ) -- cgit v1.2.3