~kroq-gar78/ubuntu/precise/gnome-control-center/fix-885947

« back to all changes in this revision

Viewing changes to capplets/display/org.gnome.randr.policy.in

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Moya
  • Date: 2011-05-17 10:47:27 UTC
  • mfrom: (0.1.11 experimental) (1.1.45 upstream)
  • Revision ID: james.westby@ubuntu.com-20110517104727-lqel6m8vhfw5jby1
Tags: 1:3.0.1.1-1ubuntu1
* Rebase on Debian, remaining Ubuntu changes:
* debian/control:
  - Build-Depend on hardening-wrapper, dpkg-dev and dh-autoreconf
  - Add dependency on ubuntu-system-service
  - Remove dependency on gnome-icon-theme-symbolic
  - Move dependency on apg, gnome-icon-theme-symbolic and accountsservice to
    be a Recommends: until we get them in main
* debian/rules:
  - Use autoreconf
  - Add binary-post-install rule for gnome-control-center-data
  - Run dh-autoreconf
* debian/gnome-control-center.dirs:
* debian/gnome-control-center.links:
  - Add a link to the control center shell for indicators
* debian/patches/00_disable-nm.patch:
  - Temporary patch to disable building with NetworkManager until we get
    the new one in the archive
* debian/patches/01_git_remove_gettext_calls.patch:
  - Remove calls to AM_GNU_GETTEXT, IT_PROG_INTLTOOL should be enough
* debian/patches/01_git_kill_warning.patch:
  - Kill warning
* debian/patches/50_ubuntu_systemwide_prefs.patch:
  - Ubuntu specific proxy preferences
* debian/patches/51_ubuntu_system_keyboard.patch:
  - Implement the global keyboard spec at https://wiki.ubuntu.com/DefaultKeyboardSettings

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<!DOCTYPE policyconfig PUBLIC
3
 
 "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
4
 
 "http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd">
5
 
<policyconfig>
6
 
 
7
 
  <!--
8
 
    Policy definitions for GNOME's system-wide configuration of RANDR options
9
 
    Copyright (c) 2010 Novell, Inc.
10
 
  -->
11
 
 
12
 
  <vendor>GNOME Monitor Preferences</vendor>
13
 
  <vendor_url>http://live.gnome.org/RandR</vendor_url>
14
 
  <icon_name>gnome-display-properties</icon_name>
15
 
 
16
 
  <action id="org.gnome.randr.install-system-wide">
17
 
    <_description>Install multi-monitor settings for the whole system</_description>
18
 
    <_message>Authentication is required to install multi-monitor settings for all users</_message>
19
 
    <icon_name>gnome-display-properties</icon_name>
20
 
    <defaults>
21
 
      <allow_any>no</allow_any>
22
 
      <allow_inactive>no</allow_inactive>
23
 
      <allow_active>auth_admin_keep</allow_active>
24
 
    </defaults>
25
 
    <annotate key="org.freedesktop.policykit.exec.path">/usr/sbin/gnome-display-properties-install-systemwide</annotate>
26
 
  </action>
27
 
 
28
 
</policyconfig>
29