mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
Fix broken matchbox-session
git-svn-id: https://svn.o-hand.com/repos/poky@99 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,11 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
|
||||||
## 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 48 \
|
||||||
--icon-padding 64 \
|
--icon-padding 64 \
|
||||||
--font sans-8:bold \
|
--font sans-8:bold \
|
||||||
--bg /usr/share/themes/Clearlooks/background/default.png
|
--bg /usr/share/themes/Clearlooks/background/default.png \
|
||||||
--titlefont sans-8:bold &
|
--titlefont sans-8:bold &
|
||||||
|
|
||||||
mb-applet-startup-monitor &
|
mb-applet-startup-monitor &
|
||||||
|
|||||||
@@ -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-theme-clearlooks"
|
RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-theme-clearlooks"
|
||||||
PR = "r4"
|
PR = "r5"
|
||||||
|
|
||||||
SRC_URI = "file://etc"
|
SRC_URI = "file://etc"
|
||||||
S = ${WORKDIR}
|
S = ${WORKDIR}
|
||||||
|
|||||||
Reference in New Issue
Block a user