From 4efbda84392e00829b9619ba4d8c49bdc5128606 Mon Sep 17 00:00:00 2001 From: Zhai Edwin Date: Wed, 22 Dec 2010 20:53:50 +0800 Subject: matchbox-keyboard: Make as singleton Multiple matchbox-keyboard instances would occupy whole screen and cause X window segfault. Making matchbox-keyboard singleton is one work around. This patch allow only one instance of matchbox-keyboard based on some mechanism in matchbox-desktop. In future, an applet and GTK-IM modules in matchbox-keyboard can be used to automatically map/unmap the virtual keyboard on demand. [BUGID #509] got fixed. Signed-off-by: Zhai Edwin --- meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_svn.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_svn.bb') diff --git a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_svn.bb b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_svn.bb index 0425fec78..337738edf 100644 --- a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_svn.bb +++ b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_svn.bb @@ -15,6 +15,7 @@ PR = "r4" SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \ file://configure_fix.patch;patch=1;maxrev=1819 \ + file://single-instance.patch;patch=1 \ file://80matchboxkeyboard.shbg" S = "${WORKDIR}/${PN}" -- cgit v1.2.3