-
-
Notifications
You must be signed in to change notification settings - Fork 28
/
org.budgie.welcome.policy
22 lines (21 loc) · 1.07 KB
/
org.budgie.welcome.policy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?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/policyconfig.dtd">
<policyconfig>
<vendor>budgie-remix</vendor>
<vendor_url>http://hal.freedesktop.org/docs/PolicyKit/</vendor_url>
<action id="org.budgie.welcome">
<description>budgie-remix privileged actions utility</description>
<message>Helper utility that will allow budgie-welcome to perform privileged actions</message>
<icon_name>system-run</icon_name>
<defaults>
<allow_any>no</allow_any>
<allow_inactive>no</allow_inactive>
<allow_active>yes</allow_active>
</defaults>
<annotate key="org.freedesktop.policykit.exec.path">/usr/lib/budgie-welcome/budgie-welcome-privileged-actions</annotate>
<!--development - change path to be absolute location where the actions path resides-->
<!--<annotate key="org.freedesktop.policykit.exec.path">/home/niyasc/Coding/budgie-welcome/budgie-welcome-privileged-actions</annotate>-->
</action>
</policyconfig>