mate-control-center/capplets/display/org.mate.randr.policy.in

30 lines
1.1 KiB
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.0/policyconfig.dtd">
<policyconfig>
<!--
Policy definitions for MATE's system-wide configuration of RANDR options
Copyright (c) 2010 Novell, Inc.
-->
<vendor>MATE Monitor Preferences</vendor>
<vendor_url>http://www.mate-desktop.org</vendor_url>
<icon_name>mate-display-properties</icon_name>
<action id="org.mate.randr.install-system-wide">
<description>Install multi-monitor settings for the whole system</description>
<message>Authentication is required to install multi-monitor settings for all users</message>
<icon_name>mate-display-properties</icon_name>
<defaults>
<allow_any>no</allow_any>
<allow_inactive>no</allow_inactive>
<allow_active>auth_admin_keep</allow_active>
</defaults>
<annotate key="org.freedesktop.policykit.exec.path">/usr/sbin/mate-display-properties-install-systemwide</annotate>
</action>
</policyconfig>