[gsettings-desktop-schemas/wip/carlosg/peripheral-outputs] schemas: Update touchscreen/tablet mapped output key



commit c7eee129c6edbc1a5b121fa3327d83049325becb
Author: Carlos Garnacho <carlosg gnome org>
Date:   Mon Jul 30 21:00:22 2018 +0200

    schemas: Update touchscreen/tablet mapped output key
    
    Even though the setting doesn't change in essence, it has different
    semantics wrt its "default" value as it will no longer be maintained
    by g-s-d and honored by mutter, but handled entirely by mutter.
    
    This means the key won't hold the results from g-s-d mapping heuristics
    but is expected to be NULL if heuristics from mutter should apply.
    Generally, only opaque tablets will require this value to be overwritten,
    but the key will be honored on all devices in case heuristics go wrong.

 schemas/org.gnome.desktop.peripherals.gschema.xml.in | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/schemas/org.gnome.desktop.peripherals.gschema.xml.in 
b/schemas/org.gnome.desktop.peripherals.gschema.xml.in
index 0f96982..e21e88c 100644
--- a/schemas/org.gnome.desktop.peripherals.gschema.xml.in
+++ b/schemas/org.gnome.desktop.peripherals.gschema.xml.in
@@ -102,10 +102,10 @@
     </key>
   </schema>
   <schema id="org.gnome.desktop.peripherals.tablet">
-    <key name="display" type="as">
+    <key name="output" type="as">
       <default>["", "", ""]</default>
       <summary>Drawing tablet mapping</summary>
-      <description>EDID information of the monitor the tablet is mapped to. Must be in the format [vendor, 
product, serial]. ["","",""] disables mapping.</description>
+      <description>EDID information of the output the tablet is mapped to. Must be in the format [vendor, 
product, serial]. ["","",""] relies on automatic mapping.</description>
     </key>
     <key name="mapping" enum="org.gnome.desktop.GDesktopTabletMapping">
       <default>'absolute'</default>
@@ -168,10 +168,10 @@
     </key>
   </schema>
   <schema id="org.gnome.desktop.peripherals.touchscreen">
-    <key name="display" type="as">
+    <key name="output" type="as">
       <default>["", "", ""]</default>
-      <summary>Touchscreen display mapping</summary>
-      <description>EDID information of the monitor the touchscreen is mapped to. Must be in the format 
[vendor, product, serial]. ["","",""] disables mapping.</description>
+      <summary>Touchscreen output mapping</summary>
+      <description>EDID information of the output the touchscreen is mapped to. Must be in the format 
[vendor, product, serial]. ["","",""] relies on automatic mapping.</description>
     </key>
   </schema>
   <schema id="org.gnome.desktop.peripherals.trackball" path="/org/gnome/desktop/peripherals/trackball/">


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]