gpe-session-scripts 0.67: Cleanup matchbox-session scripts.
authorPaul Sokolovsky <pmiscml@gmail.com>
Thu, 17 Jan 2008 16:26:00 +0000 (16:26 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Thu, 17 Jan 2008 16:26:00 +0000 (16:26 +0000)
* Fix strange indentation.
* Comment out expensive computing of unused XRES variable. (But don't remove -
one sweet day we'll use it!)

packages/gpe-session-scripts/files/angstrom/matchbox-session
packages/gpe-session-scripts/files/matchbox-session
packages/gpe-session-scripts/gpe-session-scripts_0.67.bb

index b0bec8c..d48b9ed 100644 (file)
@@ -1,8 +1,6 @@
 #!/bin/sh
 
-XRES=`xdpyinfo | awk '/dimensions/ { print $2 }' | cut -dx -f1`
-
-  matchbox-desktop &
-
-matchbox-panel --no-flip  --orientation south &
+#XRES=`xdpyinfo | awk '/dimensions/ { print $2 }' | cut -dx -f1`
 
+matchbox-desktop &
+matchbox-panel --no-flip --orientation south &
index e4c0e0c..77d5db9 100644 (file)
@@ -1,8 +1,6 @@
 #!/bin/sh
 
-XRES=`xdpyinfo | awk '/dimensions/ { print $2 }' | cut -dx -f1`
-
-  matchbox-desktop &
-
-MB_MENU_PANEL_DISABLED=1 matchbox-panel  --orientation south &
+#XRES=`xdpyinfo | awk '/dimensions/ { print $2 }' | cut -dx -f1`
 
+matchbox-desktop &
+MB_MENU_PANEL_DISABLED=1 matchbox-panel --orientation south &
index b8d9153..bab26e7 100644 (file)
@@ -11,7 +11,7 @@ DEPENDS = "matchbox-wm matchbox-panel xtscal gpe-question matchbox-applet-inputm
 SRC_URI += "file://matchbox-session \
        file://disable-composite.xsettings"
 
-PR = "r10"
+PR = "r11"
 
 #apply a patch to set the fontsize for bigdpi (200+) devices to 5
 SRC_URI_append_hx4700 = " file://highdpifontfix.patch;patch=1"