gpe-session-scripts: add custom matchbox session for angstrom that keeps the panel...
authorKoen Kooi <koen@openembedded.org>
Fri, 19 Jan 2007 20:00:41 +0000 (20:00 +0000)
committerKoen Kooi <koen@openembedded.org>
Fri, 19 Jan 2007 20:00:41 +0000 (20:00 +0000)
packages/gpe-session-scripts/files/angstrom/.mtn2git_empty [new file with mode: 0644]
packages/gpe-session-scripts/files/angstrom/matchbox-session [new file with mode: 0644]
packages/gpe-session-scripts/gpe-session-scripts_0.67.bb

diff --git a/packages/gpe-session-scripts/files/angstrom/.mtn2git_empty b/packages/gpe-session-scripts/files/angstrom/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/gpe-session-scripts/files/angstrom/matchbox-session b/packages/gpe-session-scripts/files/angstrom/matchbox-session
new file mode 100644 (file)
index 0000000..ad2d9b6
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+XRES=`xdpyinfo | awk '/dimensions/ { print $2 }' | cut -dx -f1`
+
+  matchbox-desktop &
+
+matchbox-panel --no-flip  --orientation south &
+exec matchbox-window-manager $@
+
index 2cf6373..85c6a25 100644 (file)
@@ -11,7 +11,7 @@ DEPENDS = "matchbox-wm matchbox-panel gpe-bluetooth xstroke xtscal gpe-question
 SRC_URI += "file://matchbox-session \
        file://disable-composite.xsettings"
 
-PR = "r4"
+PR = "r5"
 
 #apply a patch to set the fontsize for bigdpi (200+) devices to 5
 SRC_URI_append_hx4700 = " file://highdpifontfix.patch;patch=1"