]> code.ossystems Code Review - openembedded-core.git/commitdiff
fix cursor visibility with sledgehammer that is -use_cursor no
authorMatthew Allum <mallum@openedhand.com>
Mon, 3 Oct 2005 14:09:27 +0000 (14:09 +0000)
committerMatthew Allum <mallum@openedhand.com>
Mon, 3 Oct 2005 14:09:27 +0000 (14:09 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky@101 311d38ba-8fff-0310-9ca6-ca027cbcb966

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

index 98c925fe00d7920a6e6aa030d6d6942f5ff40108..02785ba5b00e712d7b3eab589d538b29722bc451 100755 (executable)
@@ -15,4 +15,7 @@ matchbox-panel --orientation east \
                --no-session \
                --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 $@
+
+
index ab625e98f8d775da3fbc4e340809e11e7c379418..341ed49f7422f0d4f0ed13dec328373ead362d49 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 = "r5"
+PR = "r6"
 
 SRC_URI = "file://etc"
 S = ${WORKDIR}