From fac16ace0ca819ab781105fd4afb1c9c06b620aa Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 9 Oct 2017 13:49:26 +0200 Subject: [feat] support pantheon polkit agent Apparently, this would allow us to run in Elementary OS. -Resolves: #9076 --- src/leap/bitmask/vpn/helpers/linux/polkit_agent.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/leap/bitmask/vpn/helpers/linux/polkit_agent.py b/src/leap/bitmask/vpn/helpers/linux/polkit_agent.py index 983983dd..3cae144c 100644 --- a/src/leap/bitmask/vpn/helpers/linux/polkit_agent.py +++ b/src/leap/bitmask/vpn/helpers/linux/polkit_agent.py @@ -34,6 +34,7 @@ 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', + '/usr/libexec/policykit-1-pantheon/pantheon-agent-polkit', ) -- cgit v1.2.3