No themeing support on Gentoo

Bignaux Ronan <[email protected]> Mon, 29 May 2006 15:56:56 +0200
Newsgroups gmane.comp.handhelds.matchbox
Message-ID <[email protected]>
Hello , 

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 .


linuxilinx libmatchbox-1.8 # emerge -av matchbox-window-manager

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R   ] x11-wm/matchbox-window-manager-1.0  -debug +expat +gnome
+session -startup-notification -xcomposite 0 kB [1]

Total size of downloads: 0 kB
Portage overlays:
 [1] /usr/local/portage

Do you want me to merge these packages? [Yes/No] yes
>>> emerge (1 of 1) x11-wm/matchbox-window-manager-1.0 to /
>>> md5 files   ;-) matchbox-window-manager-1.0.ebuild
>>> md5 files   ;-) files/digest-matchbox-window-manager-1.0
>>> md5 src_uri ;-) matchbox-window-manager-1.0.tar.bz2
>>> Unpacking source...
>>> Unpacking matchbox-window-manager-1.0.tar.bz2
to /var/tmp/portage/matchbox-window-manager-1.0/work
>>> Source unpacked.
./configure --prefix=/usr --host=i686-pc-linux-gnu
--mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share
--sysconfdir=/etc --localstatedir=/var/lib --enable-keyboard
--enable-ping-protocol --enable-xrm --disable-debug --enable-session
--enable-expat --enable-gconf --disable-startup-notification
--disable-composite --build=i686-pc-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles...
no
checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i686-pc-linux-gnu-gcc accepts -g... yes
checking for i686-pc-linux-gnu-gcc option to accept ANSI C... none
needed
checking for style of include used by make... GNU
checking dependency style of i686-pc-linux-gnu-gcc... gcc3
checking for sys/wait.h that is POSIX.1 compatible... yes
checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for i686-pc-linux-gnu-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBMB... yes
checking expat.h usability... yes
checking expat.h presence... yes
checking for expat.h... yes
checking for XML_ParserCreate... yes
checking for GCONF... yes
checking for gconftool-2... /usr/bin/gconftool-2
Using config source xml::/etc/gconf/gconf.xml.defaults for schema
installation
Using $(sysconfdir)/gconf/schemas as install directory for schema files
checking for SmcSaveYourselfDone in -lSM... yes
checking X11/SM/SMlib.h usability... yes
checking X11/SM/SMlib.h presence... yes
checking for X11/SM/SMlib.h... yes
checking for libmb xsettings support... -lmb -lXft -lfreetype -lXrender
-lfontconfig -lX11 -lXext -ljpeg -lXsettings-client -lpng12 -lz -lm
yes
checking for an ANSI C-conforming const... yes
checking for pid_t... yes
checking for unistd.h... (cached) yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for vprintf... yes
checking for _doprnt... no
checking for strchr... yes
checking for strdup... yes
checking for strsep... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating data/Makefile
config.status: creating data/themes/Makefile
config.status: creating data/themes/Default/Makefile
config.status: creating data/themes/blondie/Makefile
config.status: creating data/themes/MBOpus/Makefile
config.status: creating data/schemas/Makefile
config.status: creating config.h
config.status: executing depfiles commands

                    Matchbox-wm 1.0
                  ======================

        prefix:                 /usr
        source code location:   .
        compiler:               i686-pc-linux-gnu-gcc

        Building with Debug:                no
        Building with gcov:                 no
        Building with gprof:                no

        Building Standalone:                no
        Building Standalone with Xft:       no

        Building with Keyboard:             yes
        Building with XRM support           yes
        Building with wm ping protocol:     yes
        Building with Alt input Windows:    no
        Building with Expat:                yes
        Building with XSync:                no
        Building with XSettings:            yes
        Building with Startup-Notification: no
        Building with GConf:                yes
        Building with Session support:      yes
        Building with Composite manager:    no


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