]> code.ossystems Code Review - openembedded-core.git/commitdiff
Fix cursor hiding when running on qemu versatile board
authorMatthew Allum <mallum@openedhand.com>
Tue, 29 Aug 2006 22:46:04 +0000 (22:46 +0000)
committerMatthew Allum <mallum@openedhand.com>
Tue, 29 Aug 2006 22:46:04 +0000 (22:46 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@679 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
meta/packages/matchbox-poky/matchbox-poky_0.1.bb

index a3dd6e56a0490c083c61ca606484ebaaf80e366d..13160835da5fd9a262b30a7a3e93cbc7428c47b4 100755 (executable)
@@ -12,7 +12,8 @@ case `module_id` in
        "Generic OMAP1510/1610/1710")
                /usr/bin/mbinputmgr &
                ;;
-       "ARM-IntegratorCP")
+        # qemu machines.. likely need better detection 
+       "ARM-IntegratorCP" | "ARM-Versatile PB")
                /usr/bin/mbinputmgr &
                SHOWCURSOR="yes"
                ;;
@@ -32,7 +33,6 @@ matchbox-panel --orientation east \
                --no-session \
                --default-apps mb-applet-home,mb-applet-clock,mb-applet-battery &
 
-## eek ugly no cursor hack - transparent theme should do this
 exec matchbox-window-manager -use_cursor $SHOWCURSOR $@
 
 
index 7a4eb729994e0443b82395ee8cc5fa83312fb730..c1bb132d23342e3e8937587b4c378d45038488b7 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "Custom MB session files for poky"
 LICENSE = "GPL"
 SECTION = "x11"
 RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-theme-clearlooks"
-PR = "r19"
+PR = "r20"
 
 SRC_URI = "file://etc"
 S = ${WORKDIR}