/usr/share/glib-2.0/schemas/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml is in mate-settings-daemon-pulse 1.8.2-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema path="/org/mate/settings-daemon/plugins/xrandr/" id="org.mate.SettingsDaemon.plugins.xrandr" gettext-domain="mate-settings-daemon">
<key type="b" name="active">
<default>true</default>
<summary>Activation of this plugin</summary>
<description>Whether this plugin would be activated by mate-settings-daemon or not</description>
</key>
<key type="i" name="priority">
<default>1</default>
<summary>Priority to use for this plugin</summary>
<description>Priority to use for this plugin in mate-settings-daemon startup queue</description>
</key>
<key type="b" name="show-notification-icon">
<default>false</default>
<summary>Show Displays in Notification Area</summary>
<description>Whether a notification icon with display-related things should be shown in the panel.</description>
</key>
<key type="b" name="use-xorg-monitor-settings">
<default>true</default>
<summary>Do not touch monitor configuration</summary>
<description>Usually, mate-settings-daemon configures internal and external monitors according to the turn_on_external_monitors_at_startup and turn_on_laptop_monitor_at_startup settings and determines an appropriate cloning/side-by-side mode. Setting this key to True disables this, and the monitor settings are not touched at all (unless there is an explicit user configuration).</description>
</key>
<key type="b" name="turn-on-external-monitors-at-startup">
<default>false</default>
<summary>Turn on external monitor after system boot</summary>
<description>Turn on external monitor after system boot if user plugs in external monitor on system boot.</description>
</key>
<key type="b" name="turn-on-laptop-monitor-at-startup">
<default>true</default>
<summary>Turn on laptop monitor after system boot</summary>
<description>Turn on laptop monitor after system boot if user plugs in external monitor on system boot.</description>
</key>
<key type="s" name="default-configuration-file">
<default>'/etc/mate-settings-daemon/xrandr/monitors.xml'</default>
<summary>File for default configuration for RandR</summary>
<description>The XRandR plugin will look for a default configuration in the file specified by this key. This is similar to the ~/.config/monitors.xml that normally gets stored in users' home directories. If a user does not have such a file, or has one that does not match the user's setup of monitors, then the file specified by this key will be used instead.</description>
</key>
</schema>
</schemalist>
|