> On Apr 1, 2016, at 5:53 AM, Nicolas Dechesne <[email protected]> > wrote: > > On Wed, Mar 30, 2016 at 8:19 PM, Khem Raj <[email protected]> wrote: >> >> Do you have XDG_DATA_DIRS variable set to include /usr/share, try something >> like >> >> export XDG_DATA_DIRS=$XDG_DATA_DIRS:/usr/share >> >> before launching openbox, if that works then may be you should add it to >> /etc/profile >> via a post processing hook or some such. > > that doesn't change anything. without any openbox-theme installed , it > fails to start. I can briefly see the mouse pointer on the screen, > before it dies.
Looking at source code it seems it needs the themes to be installed since it
configures
to a fallback theme which is clearlooks in case a theme is not set in config. So
adding a RDEPENDS_${PN} on the package providing themes seems the right fix
here.
signature.asc
Description: Message signed with OpenPGP using GPGMail
-- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
