mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
Set the icon_theme key
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1457 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -20,13 +20,10 @@ case `module_id` in
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
## All this should be done by themeing/xsettings.. ##
|
## All this should be done by themeing/xsettings.. ##
|
||||||
matchbox-desktop --icon-size 64 \
|
matchbox-desktop &
|
||||||
--icon-padding 128 \
|
|
||||||
--font sans-16:bold \
|
|
||||||
--titlefont sans-16:bold &
|
|
||||||
|
|
||||||
# mb-applet-startup-monitor &
|
# 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 $@
|
exec matchbox-window-manager -theme Sato -use_desktop_mode decorated -use_cursor $SHOWCURSOR $@
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ DESCRIPTION = "Custom MB session files for poky"
|
|||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
SECTION = "x11"
|
SECTION = "x11"
|
||||||
RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2"
|
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"
|
SRC_URI = "file://etc"
|
||||||
S = ${WORKDIR}
|
S = ${WORKDIR}
|
||||||
@@ -21,4 +21,5 @@ if [ "x$D" != "x" ]; then
|
|||||||
fi
|
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/theme Sato
|
||||||
|
gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/interface/icon_theme Sato
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user