summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2020-03-06 03:03:59 +0200
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2020-03-27 23:50:52 +0200
commitaab0e5f7c390f2ba5c95498e5d28a88467b7f5f1 (patch)
treeaea167291638f6603170b59212b83987312bce88 /data
parent7e9767a7060070cabf79e6717ee523ccd3bb8dbb (diff)
downloadmetacity-aab0e5f7c390f2ba5c95498e5d28a88467b7f5f1.tar.gz
remove reduced-resources setting
Reduced resources setting was used to disable minimize effect and to show wireframe when moving or resizing windows. Minimize effect still can be disabled by using enable-animations setting from org.gnome.desktop.interface schema. And if you are really trying to reduce resource usage you probably already have animations disabled. Wireframe mode has not been updated/fixed to work with CSD windows and/or to exclude shadow/resize area from SSD windows. Also quickly testing with and without compositor wireframe sometimes leaves parts of frame on screen. Considering that there has not been any bug report about broken wireframe mode I think it is time to remove it instead of wasting time trying to fix something that nobody is using.
Diffstat (limited to 'data')
-rw-r--r--data/schemas/org.gnome.metacity.gschema.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/data/schemas/org.gnome.metacity.gschema.xml b/data/schemas/org.gnome.metacity.gschema.xml
index 1fc08f4d..7357f7c7 100644
--- a/data/schemas/org.gnome.metacity.gschema.xml
+++ b/data/schemas/org.gnome.metacity.gschema.xml
@@ -52,20 +52,6 @@
</description>
</key>
- <key name="reduced-resources" type="b">
- <default>false</default>
- <summary>If true, trade off usability for less resource usage</summary>
- <description>
- If true, Metacity will give the user less feedback by using wireframes,
- avoiding animations, or other means. This is a significant reduction
- in usability for many users, but may allow legacy applications to
- continue working, and may also be a useful tradeoff
- for terminal servers.
-
- However, the wireframe feature is disabled when accessibility is on.
- </description>
- </key>
-
<child schema="org.gnome.metacity.keybindings" name="keybindings" />
<child schema="org.gnome.metacity.theme" name="theme" />