M7350v1_en_gpl

This commit is contained in:
T
2024-09-09 08:52:07 +00:00
commit f9cc65cfda
65988 changed files with 26357421 additions and 0 deletions
@@ -0,0 +1,15 @@
Upstream-Status: Inappropriate [configuration]
Index: matchbox-window-manager/configure.ac
===================================================================
--- matchbox-window-manager.orig/configure.ac 2007-11-14 12:02:28.000000000 +0000
+++ matchbox-window-manager/configure.ac 2007-11-14 12:18:55.000000000 +0000
@@ -283,7 +283,7 @@
yes)
case "$expat" in
- yes)
+ yes|"")
EXPAT_LIBS="-lexpat"
;;
*)
@@ -0,0 +1,20 @@
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