mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +02:00
Update for panel 2 and fix packaging bugs
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1201 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -20,19 +20,15 @@ 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 48 \
|
matchbox-desktop --icon-size 64 \
|
||||||
--icon-padding 64 \
|
--icon-padding 128 \
|
||||||
--font sans-16:bold \
|
--font sans-16:bold \
|
||||||
--titlefont sans-16:bold &
|
--titlefont sans-16:bold &
|
||||||
|
|
||||||
mb-applet-startup-monitor &
|
# mb-applet-startup-monitor &
|
||||||
|
|
||||||
#matchbox-panel --orientation east \
|
matchbox-panel --titlebar --start-applets showdesktop --end-applets clock &
|
||||||
# --padding 4 \
|
|
||||||
# --no-menu \
|
|
||||||
# --no-session \
|
|
||||||
# --default-apps mb-applet-home,mb-applet-clock,mb-applet-battery &
|
|
||||||
|
|
||||||
exec matchbox-window-manager -use_cursor $SHOWCURSOR $@
|
exec matchbox-window-manager -theme Sato -use_desktop_mode decorated -use_cursor $SHOWCURSOR $@
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
DESCRIPTION = "Custom MB session files for poky"
|
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"
|
RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2"
|
||||||
PR = "r2"
|
PR = "r4"
|
||||||
|
|
||||||
SRC_URI = "file://etc"
|
SRC_URI = "file://etc"
|
||||||
S = ${WORKDIR}
|
S = ${WORKDIR}
|
||||||
@@ -14,7 +14,7 @@ do_install() {
|
|||||||
chmod -R 755 ${D}/etc
|
chmod -R 755 ${D}/etc
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_postinst_matchbox-poky () {
|
pkg_postinst_matchbox-sato () {
|
||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
if [ "x$D" != "x" ]; then
|
if [ "x$D" != "x" ]; then
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user