Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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())