summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorRui Matos <tiagomatos@gmail.com>2017-05-05 18:46:45 +0200
committerRui Matos <tiagomatos@gmail.com>2017-07-14 16:37:07 +0200
commitcbf313e689f5853b85c6f7c08ac233688408c8e8 (patch)
treefbf25a984c3c24ffcafa060428c3a80670a4a27f /data
parent5db4d74d87cda922ae962a6ec0f2f321e84cea62 (diff)
downloadgnome-settings-daemon-cbf313e689f5853b85c6f7c08ac233688408c8e8.tar.gz
xrandr: Remove plugin
This functionality is moving to mutter and the DBus API is no longer used. https://bugzilla.gnome.org/show_bug.cgi?id=782231
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am1
-rw-r--r--data/gnome-settings-daemon.convert3
-rw-r--r--data/gsd-enums.h8
-rw-r--r--data/org.gnome.settings-daemon.plugins.gschema.xml.in.in1
-rw-r--r--data/org.gnome.settings-daemon.plugins.xrandr.gschema.xml.in.in14
5 files changed, 0 insertions, 27 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index b2aee3d0..06fd2b38 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -15,7 +15,6 @@ gsettings_SCHEMAS = \
org.gnome.settings-daemon.plugins.sharing.gschema.xml \
org.gnome.settings-daemon.plugins.xsettings.gschema.xml \
org.gnome.settings-daemon.plugins.housekeeping.gschema.xml \
- org.gnome.settings-daemon.plugins.xrandr.gschema.xml \
org.gnome.settings-daemon.peripherals.wacom.gschema.xml
@INTLTOOL_XML_NOMERGE_RULE@
diff --git a/data/gnome-settings-daemon.convert b/data/gnome-settings-daemon.convert
index fe48e52c..8ca4630e 100644
--- a/data/gnome-settings-daemon.convert
+++ b/data/gnome-settings-daemon.convert
@@ -34,9 +34,6 @@ locate-pointer = /desktop/gnome/peripherals/mouse/locate_pointer
double-click = /desktop/gnome/peripherals/mouse/double_click
drag-threshold = /desktop/gnome/peripherals/mouse/drag_threshold
-[org.gnome.settings-daemon.plugins.xrandr]
-default-configuration-file = /apps/gnome_settings_daemon/xrandr/default_configuration_file
-
[org.gnome.settings-daemon.plugins.xsettings]
antialiasing = /desktop/gnome/font_rendering/antialiasing
hinting = /desktop/gnome/font_rendering/hinting
diff --git a/data/gsd-enums.h b/data/gsd-enums.h
index 4a0356a6..853caf34 100644
--- a/data/gsd-enums.h
+++ b/data/gsd-enums.h
@@ -77,14 +77,6 @@ typedef enum
typedef enum
{
- GSD_XRANDR_BOOT_BEHAVIOUR_DO_NOTHING,
- GSD_XRANDR_BOOT_BEHAVIOUR_CLONE,
- GSD_XRANDR_BOOT_BEHAVIOUR_DOCK,
- GSD_XRANDR_BOOT_BEHAVIOUR_FOLLOW_LID
-} GsdXrandrBootBehaviour;
-
-typedef enum
-{
GSD_WACOM_ROTATION_NONE,
GSD_WACOM_ROTATION_CW,
GSD_WACOM_ROTATION_CCW,
diff --git a/data/org.gnome.settings-daemon.plugins.gschema.xml.in.in b/data/org.gnome.settings-daemon.plugins.gschema.xml.in.in
index 978648f6..020f46eb 100644
--- a/data/org.gnome.settings-daemon.plugins.gschema.xml.in.in
+++ b/data/org.gnome.settings-daemon.plugins.gschema.xml.in.in
@@ -12,7 +12,6 @@
<child name="housekeeping" schema="org.gnome.settings-daemon.plugins.housekeeping"/>
<child name="media-keys" schema="org.gnome.settings-daemon.plugins.media-keys"/>
<child name="power" schema="org.gnome.settings-daemon.plugins.power"/>
- <child name="xrandr" schema="org.gnome.settings-daemon.plugins.xrandr"/>
<child name="xsettings" schema="org.gnome.settings-daemon.plugins.xsettings"/>
</schema>
</schemalist>
diff --git a/data/org.gnome.settings-daemon.plugins.xrandr.gschema.xml.in.in b/data/org.gnome.settings-daemon.plugins.xrandr.gschema.xml.in.in
deleted file mode 100644
index d969502f..00000000
--- a/data/org.gnome.settings-daemon.plugins.xrandr.gschema.xml.in.in
+++ /dev/null
@@ -1,14 +0,0 @@
-<schemalist>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.settings-daemon.plugins.xrandr" path="/org/gnome/settings-daemon/plugins/xrandr/">
- <key name="default-configuration-file" type="s">
- <default>'/etc/gnome-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>
- <key name="default-monitors-setup" enum="org.gnome.settings-daemon.GsdXrandrBootBehaviour">
- <default>'follow-lid'</default>
- <_summary>Whether to turn off specific monitors after boot</_summary>
- <_description>“clone” will display the same thing on all monitors, “dock” will switch off the internal monitor, “do-nothing” will use the default Xorg behaviour (extend the desktop in recent versions). The default, “follow-lid”, will choose between “do-nothing” and “dock” depending on whether the lid is (respectively) open or closed.</_description>
- </key>
- </schema>
-</schemalist>