Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Schampijer <simon@laptop.org>2012-11-06 19:49:34 (GMT)
committer Simon Schampijer <simon@laptop.org>2012-11-06 19:49:34 (GMT)
commit0a4864fa06dccd97b0907ff16a80c058b39f34db (patch)
tree8f76c2eaf709e4ff1fb886f93c91c9d0a2c7f738
parent6e747b5887c1764b864e2b40b13a63c3577418ef (diff)
Disable the OSK frame device, OLPC #12281
The manual invocation of the OSK has many unresolved corner cases, see [1]. [1] http://dev.laptop.org/ticket/12281 Signed-off-by: Simon Schampijer <simon@laptop.org> Acked-by: Manuel QuiƱones <manuq@laptop.org>
-rw-r--r--extensions/deviceicon/frame.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/extensions/deviceicon/frame.py b/extensions/deviceicon/frame.py
index 5d33f33..cfc25bf 100644
--- a/extensions/deviceicon/frame.py
+++ b/extensions/deviceicon/frame.py
@@ -66,5 +66,10 @@ class DeviceView(TrayIcon):
def setup(tray):
+ return
+ # Disable the option for now, as manual invocation
+ # of the OSK has many unresolved corner cases, see
+ # http://dev.laptop.org/ticket/12281
+
if _HAS_MALIIT:
tray.add_device(DeviceView())