mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-26 17:05:49 +02:00
By the way, also provide a working desktop file for regular desktop users to more easily launch i7z gui. Thanks-to: Andreas Sturmlechner Closes: https://bugs.gentoo.org/947627 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
18 lines
833 B
XML
18 lines
833 B
XML
<?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>i7z</vendor>
|
|
<vendor_url>https://github.com/ajaiantilal/i7z</vendor_url>
|
|
<icon_name>i7z</icon_name>
|
|
<action id="i7z_GUI">
|
|
<description>Run i7z_GUI as root</description>
|
|
<message>Authentication is required to run i7z GUI as root</message>
|
|
<defaults>
|
|
<allow_any>auth_admin</allow_any>
|
|
<allow_inactive>auth_admin</allow_inactive>
|
|
<allow_active>auth_admin</allow_active>
|
|
</defaults>
|
|
<annotate key="org.freedesktop.policykit.exec.path">/usr/sbin/i7z_GUI</annotate>
|
|
<annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
|
|
</action>
|
|
</policyconfig>
|