]> code.ossystems Code Review - openembedded-core.git/commitdiff
Fix broken matchbox-session
authorMatthew Allum <mallum@openedhand.com>
Mon, 3 Oct 2005 12:57:10 +0000 (12:57 +0000)
committerMatthew Allum <mallum@openedhand.com>
Mon, 3 Oct 2005 12:57:10 +0000 (12:57 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky@99 311d38ba-8fff-0310-9ca6-ca027cbcb966

openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb

index 96e0ebcda6db825f009eede5df2c9dff7dab1592..98c925fe00d7920a6e6aa030d6d6942f5ff40108 100755 (executable)
@@ -1,11 +1,10 @@
 #!/bin/sh
 
-
 ## All this should be done by themeing/xsettings.. ## 
 matchbox-desktop --icon-size 48 \
                  --icon-padding 64 \
                  --font sans-8:bold \
-                 --bg /usr/share/themes/Clearlooks/background/default.png
+                 --bg /usr/share/themes/Clearlooks/background/default.png \
                  --titlefont sans-8:bold &
 
 mb-applet-startup-monitor &                 
index d34016f04b8b579ee54a956e4f895a1f959aa87c..ab625e98f8d775da3fbc4e340809e11e7c379418 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "Custom MB session files for poky"
 LICENSE = "GPL"
 SECTION = "x11"
 RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-theme-clearlooks"
-PR = "r4"
+PR = "r5"
 
 SRC_URI = "file://etc"
 S = ${WORKDIR}