summaryrefslogtreecommitdiff
path: root/tests
diff options
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2014-04-08 04:57:37 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2014-04-08 04:57:37 +0200
commit59b76bf78a2a931f7480bf1f9885cd2141d6492e (patch)
treeca5be537b030beaa98b87e8c45e337a31a937445 /tests
parent271b927b1ef91242db22c2eca5cfdbfa67e08e37 (diff)
LockScreenSettings: add use_fallback option, that is on if OSK is active
This is to workaround on screen keyboard issues (bzr r3736.1.14)
Diffstat (limited to 'tests')
-rw-r--r--tests/data/external.gschema.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/data/external.gschema.xml b/tests/data/external.gschema.xml
index 132b78a81..ebcfcc7a4 100644
--- a/tests/data/external.gschema.xml
+++ b/tests/data/external.gschema.xml
@@ -106,4 +106,10 @@
<default>true</default>
</key>
</schema>
+
+ <schema path="/org/gnome/desktop/a11y/applications/" id="org.gnome.desktop.a11y.applications">
+ <key type="b" name="screen-keyboard-enabled">
+ <default>false</default>
+ </key>
+ </schema>
</schemalist>