Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | Multiple matchbox-keyboard instances would occupy whole screen and cause X |
| 2 | window segfault(Bug 509). Making matchbox-keyboard singleton is one work |
| 3 | around. |
| 4 | |
| 5 | This patch allow only one instance of matchbox-keyboard based on some mechanism |
| 6 | in matchbox-desktop. In future, an applet and GTK-IM modules in |
| 7 | matchbox-keyboard can be used to automatically map/unmap the virtual keyboard |
| 8 | on demand. |
| 9 | |
| 10 | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> |
| 11 | |
| 12 | Upstream-Status: Inappropriate [configuration] |
| 13 | |
| 14 | Index: matchbox-keyboard/matchbox-keyboard.desktop |
| 15 | =================================================================== |
| 16 | --- matchbox-keyboard.orig/matchbox-keyboard.desktop 2010-12-22 20:41:40.000000000 +0800 |
| 17 | +++ matchbox-keyboard/matchbox-keyboard.desktop 2010-12-22 20:42:12.000000000 +0800 |
| 18 | @@ -6,3 +6,5 @@ |
| 19 | Icon=matchbox-keyboard.png |
| 20 | Categories=Panel;Utility;MB |
| 21 | X-MB-INPUT-MECHANSIM=True |
| 22 | +X-MB-SingleInstance=true |
| 23 | +StartupNotify=true |