diff options
Diffstat (limited to 'capplets/display/org.mate.randr.policy.in')
-rw-r--r-- | capplets/display/org.mate.randr.policy.in | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/capplets/display/org.mate.randr.policy.in b/capplets/display/org.mate.randr.policy.in new file mode 100644 index 00000000..6e9f65d2 --- /dev/null +++ b/capplets/display/org.mate.randr.policy.in @@ -0,0 +1,29 @@ +<?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://live.gnome.org/RandR</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> + |