diff options
Diffstat (limited to 'meta')
-rwxr-xr-x | meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session | 14 | ||||
-rw-r--r-- | meta/packages/matchbox-sato/matchbox-sato_0.1.bb | 6 |
2 files changed, 8 insertions, 12 deletions
diff --git a/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session b/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session index 46419d8206..e4b4a3b191 100755 --- a/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session +++ b/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session | |||
@@ -20,19 +20,15 @@ case `module_id` in | |||
20 | esac | 20 | esac |
21 | 21 | ||
22 | ## All this should be done by themeing/xsettings.. ## | 22 | ## All this should be done by themeing/xsettings.. ## |
23 | matchbox-desktop --icon-size 48 \ | 23 | matchbox-desktop --icon-size 64 \ |
24 | --icon-padding 64 \ | 24 | --icon-padding 128 \ |
25 | --font sans-16:bold \ | 25 | --font sans-16:bold \ |
26 | --titlefont sans-16:bold & | 26 | --titlefont sans-16:bold & |
27 | 27 | ||
28 | mb-applet-startup-monitor & | 28 | # mb-applet-startup-monitor & |
29 | 29 | ||
30 | #matchbox-panel --orientation east \ | 30 | matchbox-panel --titlebar --start-applets showdesktop --end-applets clock & |
31 | # --padding 4 \ | ||
32 | # --no-menu \ | ||
33 | # --no-session \ | ||
34 | # --default-apps mb-applet-home,mb-applet-clock,mb-applet-battery & | ||
35 | 31 | ||
36 | exec matchbox-window-manager -use_cursor $SHOWCURSOR $@ | 32 | exec matchbox-window-manager -theme Sato -use_desktop_mode decorated -use_cursor $SHOWCURSOR $@ |
37 | 33 | ||
38 | 34 | ||
diff --git a/meta/packages/matchbox-sato/matchbox-sato_0.1.bb b/meta/packages/matchbox-sato/matchbox-sato_0.1.bb index 49ece1f68c..06721d7e64 100644 --- a/meta/packages/matchbox-sato/matchbox-sato_0.1.bb +++ b/meta/packages/matchbox-sato/matchbox-sato_0.1.bb | |||
@@ -1,8 +1,8 @@ | |||
1 | DESCRIPTION = "Custom MB session files for poky" | 1 | 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-sato-engine matchbox-theme-sato" | 4 | RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2" |
5 | PR = "r2" | 5 | PR = "r4" |
6 | 6 | ||
7 | SRC_URI = "file://etc" | 7 | SRC_URI = "file://etc" |
8 | S = ${WORKDIR} | 8 | S = ${WORKDIR} |
@@ -14,7 +14,7 @@ do_install() { | |||
14 | chmod -R 755 ${D}/etc | 14 | chmod -R 755 ${D}/etc |
15 | } | 15 | } |
16 | 16 | ||
17 | pkg_postinst_matchbox-poky () { | 17 | pkg_postinst_matchbox-sato () { |
18 | #!/bin/sh -e | 18 | #!/bin/sh -e |
19 | if [ "x$D" != "x" ]; then | 19 | if [ "x$D" != "x" ]; then |
20 | exit 1 | 20 | exit 1 |