diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-13 09:35:56 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-13 09:35:56 +0200 |
commit | 7b110fc4aee889bd5cbec9ed74f83bcde8a50c5b (patch) | |
tree | 702bd2bc84523c6949042d98de7413261af87455 /data/org.ayatana.indicator.display.gschema.xml | |
parent | 30f951b9ff276a53f8b0d9a79fcb6a074c909393 (diff) | |
download | ayatana-indicator-display-7b110fc4aee889bd5cbec9ed74f83bcde8a50c5b.tar.gz ayatana-indicator-display-7b110fc4aee889bd5cbec9ed74f83bcde8a50c5b.tar.bz2 ayatana-indicator-display-7b110fc4aee889bd5cbec9ed74f83bcde8a50c5b.zip |
Revert "Fix schema path"
This reverts commit fb3029c0a3121b83f1bca05006e5f95512c709e2.
Diffstat (limited to 'data/org.ayatana.indicator.display.gschema.xml')
-rw-r--r-- | data/org.ayatana.indicator.display.gschema.xml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/data/org.ayatana.indicator.display.gschema.xml b/data/org.ayatana.indicator.display.gschema.xml deleted file mode 100644 index 9afa253..0000000 --- a/data/org.ayatana.indicator.display.gschema.xml +++ /dev/null @@ -1,24 +0,0 @@ -<schemalist gettext-domain="ayatana-indicator-display"> - <enum id="org.ayatana.indicator.display.ScreenOrientation"> - <value value="0" nick="none"/> - <value value="1" nick="PrimaryOrientation"/> - <value value="2" nick="LandscapeOrientation"/> - <value value="3" nick="PortraitOrientation"/> - <value value="4" nick="InvertedLandscapeOrientation"/> - <value value="5" nick="InvertedPortraitOrientation"/> - </enum> - <schema id="org.ayatana.indicator.display" path="/org/ayatana/indicator/display/"> - <key name="rotation-lock" type="b"> - <default>false</default> - <summary>Lock rotation</summary> - <description> - Lock automatic display rotation. - </description> - </key> - <key name="orientation-lock" enum="org.ayatana.indicator.display.ScreenOrientation"> - <default>"none"</default> - <summary>Orientation lock</summary> - <description>Locks orientation to a specific value.</description> - </key> - </schema> -</schemalist> |