From: Koen Kooi Date: Fri, 19 Jan 2007 20:00:41 +0000 (+0000) Subject: gpe-session-scripts: add custom matchbox session for angstrom that keeps the panel... X-Git-Tag: Release-2010-05/1~9354^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62fad5af15d884485211528bc22c3ba3d3be2cad;p=openembedded.git gpe-session-scripts: add custom matchbox session for angstrom that keeps the panel always at the bottom --- diff --git a/packages/gpe-session-scripts/files/angstrom/.mtn2git_empty b/packages/gpe-session-scripts/files/angstrom/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/gpe-session-scripts/files/angstrom/matchbox-session b/packages/gpe-session-scripts/files/angstrom/matchbox-session new file mode 100644 index 0000000000..ad2d9b6a78 --- /dev/null +++ b/packages/gpe-session-scripts/files/angstrom/matchbox-session @@ -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 $@ + diff --git a/packages/gpe-session-scripts/gpe-session-scripts_0.67.bb b/packages/gpe-session-scripts/gpe-session-scripts_0.67.bb index 2cf63737bd..85c6a2575a 100644 --- a/packages/gpe-session-scripts/gpe-session-scripts_0.67.bb +++ b/packages/gpe-session-scripts/gpe-session-scripts_0.67.bb @@ -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"