mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
Fix cursor hiding when running on qemu versatile board
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@679 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -12,7 +12,8 @@ case `module_id` in
|
|||||||
"Generic OMAP1510/1610/1710")
|
"Generic OMAP1510/1610/1710")
|
||||||
/usr/bin/mbinputmgr &
|
/usr/bin/mbinputmgr &
|
||||||
;;
|
;;
|
||||||
"ARM-IntegratorCP")
|
# qemu machines.. likely need better detection
|
||||||
|
"ARM-IntegratorCP" | "ARM-Versatile PB")
|
||||||
/usr/bin/mbinputmgr &
|
/usr/bin/mbinputmgr &
|
||||||
SHOWCURSOR="yes"
|
SHOWCURSOR="yes"
|
||||||
;;
|
;;
|
||||||
@@ -32,7 +33,6 @@ matchbox-panel --orientation east \
|
|||||||
--no-session \
|
--no-session \
|
||||||
--default-apps mb-applet-home,mb-applet-clock,mb-applet-battery &
|
--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 $@
|
exec matchbox-window-manager -use_cursor $SHOWCURSOR $@
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ DESCRIPTION = "Custom MB session files for poky"
|
|||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
SECTION = "x11"
|
SECTION = "x11"
|
||||||
RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-theme-clearlooks"
|
RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-theme-clearlooks"
|
||||||
PR = "r19"
|
PR = "r20"
|
||||||
|
|
||||||
SRC_URI = "file://etc"
|
SRC_URI = "file://etc"
|
||||||
S = ${WORKDIR}
|
S = ${WORKDIR}
|
||||||
|
|||||||
Reference in New Issue
Block a user