diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-09-30 22:19:45 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-09-30 22:19:45 +0000 |
commit | 7e03ade4e4d06bc1207f784b84d39ac9aa008a35 (patch) | |
tree | 26f1cd5ff6ce8bda9f5cd6972f431671f900333c /matchbox-panel-hacks | |
parent | 4c22d14514b869abd36509bb8a8756f1db6a070d (diff) |
apply patches improving the gpe experience on c7x0. patches courtesy Tim Dodge - thanks.
BKrev: 415c8681gtjoglGRYkDk3-4wilMhOg
Diffstat (limited to 'matchbox-panel-hacks')
-rw-r--r-- | matchbox-panel-hacks/matchbox-panel-hacks-0.3-1/xrandr-panelapp.sh | 4 | ||||
-rw-r--r-- | matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.oe | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/matchbox-panel-hacks/matchbox-panel-hacks-0.3-1/xrandr-panelapp.sh b/matchbox-panel-hacks/matchbox-panel-hacks-0.3-1/xrandr-panelapp.sh index 906e39e613..491db4ca38 100644 --- a/matchbox-panel-hacks/matchbox-panel-hacks-0.3-1/xrandr-panelapp.sh +++ b/matchbox-panel-hacks/matchbox-panel-hacks-0.3-1/xrandr-panelapp.sh @@ -1,9 +1,9 @@ #!/bin/sh -if [ -n "$(xrandr | grep rotation | grep right)" ] +if [ -n "$(xrandr | grep rotation | grep left)" ] then xrandr -o normal xmodmap /etc/X11/xmodmap-portrait else -xrandr -o right +xrandr -o left xmodmap /etc/X11/xmodmap-right fi diff --git a/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.oe b/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.oe index c74e9d43fb..6935684319 100644 --- a/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.oe +++ b/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.oe @@ -5,6 +5,7 @@ SRC_URI = "file://xrandr-panelapp.sh \ file://xrandr.png" SECTION = "x11/wm" PRIORITY = "optional" +PR = "r1" do_install() { install -d ${D}/${bindir} |