diff options
author | Perberos <[email protected]> | 2011-12-01 21:51:44 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-12-01 21:51:44 -0300 |
commit | 0b0e6bc987da4fd88a7854ebb12bde705e92c428 (patch) | |
tree | 47d329edd31c67eaa36b2147780e37e197e901b5 /capplets/display/org.mate.randr.policy.in | |
download | mate-control-center-0b0e6bc987da4fd88a7854ebb12bde705e92c428.tar.bz2 mate-control-center-0b0e6bc987da4fd88a7854ebb12bde705e92c428.tar.xz |
moving from https://github.com/perberos/mate-desktop-environment
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> + |