summaryrefslogtreecommitdiff
path: root/meta/packages/matchbox-sato
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/matchbox-sato')
-rwxr-xr-xmeta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session7
-rw-r--r--meta/packages/matchbox-sato/matchbox-sato_0.1.bb3
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 3f2d66250..b3be61bd9 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
esac
## All this should be done by themeing/xsettings.. ##
-matchbox-desktop --icon-size 64 \
- --icon-padding 128 \
- --font sans-16:bold \
- --titlefont sans-16:bold &
+matchbox-desktop &
# mb-applet-startup-monitor &
-matchbox-panel --titlebar --start-applets windowselector,showdesktop --end-applets clock &
+matchbox-panel --titlebar --start-applets windowselector,showdesktop --end-applets screenshot,battery,clock &
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 06721d7e6..8ec4dffdf 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"
LICENSE = "GPL"
SECTION = "x11"
RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2"
-PR = "r4"
+PR = "r5"
SRC_URI = "file://etc"
S = ${WORKDIR}
@@ -21,4 +21,5 @@ if [ "x$D" != "x" ]; then
fi
gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/interface/theme Sato
+gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/interface/icon_theme Sato
}