From d39fbf0c78240e8c6b6177535e8007f170c1aed7 Mon Sep 17 00:00:00 2001 From: Matthew Allum Date: Mon, 3 Oct 2005 14:09:27 +0000 Subject: 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 --- .../packages/matchbox-poky/matchbox-poky/etc/matchbox/session | 5 ++++- openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'openembedded/packages/matchbox-poky') diff --git a/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session b/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session index 98c925fe0..02785ba5b 100755 --- a/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session +++ b/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session @@ -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 $@ + + diff --git a/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb b/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb index ab625e98f..341ed49f7 100644 --- a/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb +++ b/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb @@ -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} -- cgit v1.2.3