mirror of
https://git.yoctoproject.org/poky
synced 2026-05-06 16:48:25 +00:00
fix cursor visibility with sledgehammer that is -use_cursor no
git-svn-id: https://svn.o-hand.com/repos/poky@101 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -15,4 +15,7 @@ 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 &
|
||||||
|
|
||||||
exec matchbox-window-manager -theme Clearlooks $@
|
## eek ugly no cursor hack - transparent theme should do this
|
||||||
|
exec matchbox-window-manager -theme Clearlooks -use_cursor no $@
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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 = "r5"
|
PR = "r6"
|
||||||
|
|
||||||
SRC_URI = "file://etc"
|
SRC_URI = "file://etc"
|
||||||
S = ${WORKDIR}
|
S = ${WORKDIR}
|
||||||
|
|||||||
Reference in New Issue
Block a user