From 0a4864fa06dccd97b0907ff16a80c058b39f34db Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Tue, 06 Nov 2012 19:49:34 +0000 Subject: 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 Acked-by: Manuel QuiƱones --- 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()) -- cgit v0.9.1