From d3fcc57cfaa025be340849458930f103bde1a51a Mon Sep 17 00:00:00 2001 From: Matthew Allum Date: Mon, 3 Oct 2005 18:16:47 +0000 Subject: Add chkhinge86 to matchbox session for now git-svn-id: https://svn.o-hand.com/repos/poky@109 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session | 3 +++ openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) (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 02785ba5b..6e9cb8b2b 100755 --- a/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session +++ b/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session @@ -1,5 +1,8 @@ #!/bin/sh +## start up check hinge, XXX really needs to go in its own session +chkhinge26 /dev/input/event0 hinge-handler & + ## All this should be done by themeing/xsettings.. ## matchbox-desktop --icon-size 48 \ --icon-padding 64 \ diff --git a/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb b/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb index 341ed49f7..86ecc4cf7 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 = "r6" +PR = "r7" SRC_URI = "file://etc" S = ${WORKDIR} -- cgit v1.2.3