diff options
author | Matthew Allum <mallum@openedhand.com> | 2005-10-03 12:57:10 +0000 |
---|---|---|
committer | Matthew Allum <mallum@openedhand.com> | 2005-10-03 12:57:10 +0000 |
commit | 00308d47ea4f01bda263b892d2edc4fb816a485f (patch) | |
tree | 3b2c79f40288dd62f466ab6abcc7add103c6e0cc /openembedded/packages | |
parent | f852fdbff9e784d86a601e6a6a581ecfb359d5e8 (diff) | |
download | poky-00308d47ea4f01bda263b892d2edc4fb816a485f.tar.gz |
Fix broken matchbox-session
git-svn-id: https://svn.o-hand.com/repos/poky@99 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages')
-rwxr-xr-x | openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session | 3 | ||||
-rw-r--r-- | openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session b/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session index 96e0ebcda6..98c925fe00 100755 --- a/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session +++ b/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session | |||
@@ -1,11 +1,10 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | |||
4 | ## All this should be done by themeing/xsettings.. ## | 3 | ## All this should be done by themeing/xsettings.. ## |
5 | matchbox-desktop --icon-size 48 \ | 4 | matchbox-desktop --icon-size 48 \ |
6 | --icon-padding 64 \ | 5 | --icon-padding 64 \ |
7 | --font sans-8:bold \ | 6 | --font sans-8:bold \ |
8 | --bg /usr/share/themes/Clearlooks/background/default.png | 7 | --bg /usr/share/themes/Clearlooks/background/default.png \ |
9 | --titlefont sans-8:bold & | 8 | --titlefont sans-8:bold & |
10 | 9 | ||
11 | mb-applet-startup-monitor & | 10 | mb-applet-startup-monitor & |
diff --git a/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb b/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb index d34016f04b..ab625e98f8 100644 --- a/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb +++ b/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Custom MB session files for poky" | |||
2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
3 | SECTION = "x11" | 3 | SECTION = "x11" |
4 | RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-theme-clearlooks" | 4 | RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-theme-clearlooks" |
5 | PR = "r4" | 5 | PR = "r5" |
6 | 6 | ||
7 | SRC_URI = "file://etc" | 7 | SRC_URI = "file://etc" |
8 | S = ${WORKDIR} | 8 | S = ${WORKDIR} |