Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 2901

Beginners Questions • Re: [Software] How to run KDE polkit agent?

$
0
0
I'm not familiar with Bitwarden, but Polkit requires a policy for each application to run and I guess Bitwarden doesn't have one. A quick search found this in a loosely related topic at - https://community.bitwarden.com/t/linux ... /53?page=3
To use polkit, with bitwarden, you need to create a policy:

Code:

<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE policyconfig PUBLIC "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN" "http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd"><policyconfig>    <action id="com.bitwarden.Bitwarden.unlock">      <description>Unlock Bitwarden</description>      <message>Authenticate to unlock Bitwarden</message>      <defaults>        <allow_any>auth_self</allow_any>        <allow_inactive>auth_self</allow_inactive>        <allow_active>auth_self</allow_active>      </defaults>    </action></policyconfig>

Statistics: Posted by sunrat — 2024-06-07 02:54



Viewing all articles
Browse latest Browse all 2901

Trending Articles