diff options
author | Ross Burton <ross@openedhand.com> | 2007-04-10 13:41:51 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-04-10 13:41:51 +0000 |
commit | 7e329aa9c9d2847fcd2fdd9338796dbe32b76daa (patch) | |
tree | 8537fb7fa16d1875af2ddbb4cf31c850d605041d /meta/packages/matchbox-sato | |
parent | bd8965c81916e7031fbdeecc3ebf9dd920c61260 (diff) | |
download | poky-7e329aa9c9d2847fcd2fdd9338796dbe32b76daa.tar.gz |
Set the icon_theme key
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1457 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/matchbox-sato')
-rwxr-xr-x | meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session | 7 | ||||
-rw-r--r-- | meta/packages/matchbox-sato/matchbox-sato_0.1.bb | 3 |
2 files changed, 4 insertions, 6 deletions
diff --git a/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session b/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session index 3f2d66250a..b3be61bd9c 100755 --- a/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session +++ b/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session | |||
@@ -20,13 +20,10 @@ 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 64 \ | 23 | matchbox-desktop & |
24 | --icon-padding 128 \ | ||
25 | --font sans-16:bold \ | ||
26 | --titlefont sans-16:bold & | ||
27 | 24 | ||
28 | # mb-applet-startup-monitor & | 25 | # mb-applet-startup-monitor & |
29 | 26 | ||
30 | matchbox-panel --titlebar --start-applets windowselector,showdesktop --end-applets clock & | 27 | matchbox-panel --titlebar --start-applets windowselector,showdesktop --end-applets screenshot,battery,clock & |
31 | 28 | ||
32 | exec matchbox-window-manager -theme Sato -use_desktop_mode decorated -use_cursor $SHOWCURSOR $@ | 29 | exec matchbox-window-manager -theme Sato -use_desktop_mode decorated -use_cursor $SHOWCURSOR $@ |
diff --git a/meta/packages/matchbox-sato/matchbox-sato_0.1.bb b/meta/packages/matchbox-sato/matchbox-sato_0.1.bb index 06721d7e64..8ec4dffdf3 100644 --- a/meta/packages/matchbox-sato/matchbox-sato_0.1.bb +++ b/meta/packages/matchbox-sato/matchbox-sato_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-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2" | 4 | RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2" |
5 | PR = "r4" | 5 | PR = "r5" |
6 | 6 | ||
7 | SRC_URI = "file://etc" | 7 | SRC_URI = "file://etc" |
8 | S = ${WORKDIR} | 8 | S = ${WORKDIR} |
@@ -21,4 +21,5 @@ if [ "x$D" != "x" ]; then | |||
21 | fi | 21 | fi |
22 | 22 | ||
23 | gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/interface/theme Sato | 23 | gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/interface/theme Sato |
24 | gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/interface/icon_theme Sato | ||
24 | } | 25 | } |