Re: No themeing support on Gentoo

Matthew Allum <[email protected]> Mon, 29 May 2006 15:15:52 +0100
Newsgroups gmane.comp.handhelds.matchbox
Message-ID <[email protected]>
Hi;

On Mon, 2006-05-29 at 15:56 +0200, Bignaux Ronan wrote: 
> 
> i try to make ( with a friend ) to make a matchbox ebuild for gentoo but
> i experiment some probleme with themeing: 
> 
> i lauch matchbox with an ugly bash script ( called matchboxlauch.sh ): 
> 
> #!/bin/sh
> 
> Xnest -ac :1 -geometry 800x600 > /dev/null 2>&1 &
> export DISPLAY=:1.0
> exec matchbox-desktop > /dev/null 2>&1 &
> exec matchbox-window-manager -theme blondie &
> #> /dev/null 2>&1 &
> sleep 2
> matchbox-panel  > /dev/null 2>&1 &
> 
> i get : 
> 
> $ matchboxlaunch.sh
> matchbox: This matchbox build does not support themeing
> matchbox-wm: X error warning (0x400003): BadAlloc (insufficient
> resources for operation) (opcode: 45)
> 
> the rest work fine ( except little bugs already in the list ) , but no
> theme. I don't think i compile it in "Standalone" , i've the right 1.8
> libmatchbox , i'm out of idea .

You will only get that error from a standalone matchbox and from the
output below you are not building one ( i.e libmatchbox is present and
your not explicitly asking configure for a standalone build ). My guess
is maybe you have multiple mb's installed on you system and the above
script is launching the wrong one. Do a 'which matchbox-window-manager'
and check what you get matches to where your ebuild is installing too.

Also what little bugs are you referring to ? Do they have bugzilla
entrys on http://bugzilla.openedhand.com ?

  -- Matthew

--
To unsubscribe send a mail to [email protected]
--