From 3eea4014a705c45d824cfbbebfdb0c7375e10e14 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 29 Aug 2005 12:21:12 +0000 Subject: [PATCH] matchbox-panel-hacks: use 'left' modmap on rotating to the left, not the 'right' Verified on a c700 and h5550 --- .../matchbox-panel-hacks-0.3-1/xrandr-panelapp.sh | 3 +-- packages/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.bb | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/matchbox-panel-hacks/matchbox-panel-hacks-0.3-1/xrandr-panelapp.sh b/packages/matchbox-panel-hacks/matchbox-panel-hacks-0.3-1/xrandr-panelapp.sh index 491db4ca38..ea883e815c 100755 --- a/packages/matchbox-panel-hacks/matchbox-panel-hacks-0.3-1/xrandr-panelapp.sh +++ b/packages/matchbox-panel-hacks/matchbox-panel-hacks-0.3-1/xrandr-panelapp.sh @@ -5,5 +5,4 @@ xrandr -o normal xmodmap /etc/X11/xmodmap-portrait else xrandr -o left -xmodmap /etc/X11/xmodmap-right -fi +xmodmap /etc/X11/xmodmap-left diff --git a/packages/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.bb b/packages/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.bb index f51d96dd5f..c4632536eb 100644 --- a/packages/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.bb +++ b/packages/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.bb @@ -5,7 +5,7 @@ SRC_URI = "file://xrandr-panelapp.sh \ file://xrandr.png" SECTION = "x11/wm" PRIORITY = "optional" -PR = "r2" +PR = "r3" LICENSE = "MIT" do_install() { -- 2.39.5