diff options
author | Ross Burton <ross.burton@intel.com> | 2013-02-01 12:46:19 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-04 13:14:00 +0000 |
commit | f9491f2ed276d591b7a2c6eff2a7241f627db50c (patch) | |
tree | 0e2d9d8c502ae722707c2e48c664c0d9ea325dd0 /meta/recipes-sato/matchbox-stroke/files/single-instance.patch | |
parent | 9eec14d658c12525cb81d0ef3227b55e65d1c69b (diff) | |
download | openembedded-core-f9491f2ed276d591b7a2c6eff2a7241f627db50c.tar.gz openembedded-core-f9491f2ed276d591b7a2c6eff2a7241f627db50c.tar.bz2 openembedded-core-f9491f2ed276d591b7a2c6eff2a7241f627db50c.zip |
matchbox-stroke: remove
matchbox-stroke was never more than a proof of concept, so remove it.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-sato/matchbox-stroke/files/single-instance.patch')
-rw-r--r-- | meta/recipes-sato/matchbox-stroke/files/single-instance.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta/recipes-sato/matchbox-stroke/files/single-instance.patch b/meta/recipes-sato/matchbox-stroke/files/single-instance.patch deleted file mode 100644 index 239aadba58..0000000000 --- a/meta/recipes-sato/matchbox-stroke/files/single-instance.patch +++ /dev/null @@ -1,20 +0,0 @@ -Multiple matchbox-stroke instances would occupy whole screen and cause end user -confusing. Making matchbox-stroke singleton is one work around. - -This patch allow only one instance of matchbox-stroke based on some mechanism -in matchbox-desktop. - -Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> - -Upstream-Status: Inappropriate [configuration] - -Index: matchbox-stroke/matchbox-stroke.desktop -=================================================================== ---- matchbox-stroke.orig/matchbox-stroke.desktop 2010-07-10 10:23:26.000000000 +0800 -+++ matchbox-stroke/matchbox-stroke.desktop 2010-12-22 20:59:26.000000000 +0800 -@@ -6,3 +6,5 @@ - Icon=matchbox-stroke.png - Categories=Panel;Utility;MB - X-MB-INPUT-MECHANSIM=True -+X-MB-SingleInstance=true -+StartupNotify=true |