2002-11-02 13:11:43

by Romain Lievin

[permalink] [raw]
Subject: Re: Kconfig (qt) -> Gconfig (gtk+)

Hi,

On Sat, Nov 02, 2002 at 12:59:22PM +0100, Roman Zippel wrote:
> Hi,
>
> On Wed, 26 Jun 2002, Romain Lievin wrote:
>
> > I noticed there is a new configuration tool written in qt for replacing the tcl/tk one.
> >
> > Is there any plan to write a similar configuration tool in GTK+ ?
> > I will be interested in writing a such one...
>
> I'm not planning to do it myself, so go ahead. If you have any questions,
> just ask.

ok, let's go !
BTW, is there any doc about your library ?

>
> bye, Roman
>
>

regards, roms.
--
Romain Lievin, aka 'roms' <[email protected]>
Web site <http://lpg.ticalc.org/prj_tilp>
"Linux, y'a moins bien mais c'est plus cher !"















2002-11-02 14:38:50

by Roman Zippel

[permalink] [raw]
Subject: Re: Kconfig (qt) -> Gconfig (gtk+)

Hi,

On Sat, 2 Nov 2002, Romain Lievin wrote:

> > I'm not planning to do it myself, so go ahead. If you have any questions,
> > just ask.
>
> ok, let's go !
> BTW, is there any doc about your library ?

Not really (yet), but you have several examples and most functions should
be self-explanatory.

bye, Roman

2002-11-02 18:50:31

by James Cloos

[permalink] [raw]
Subject: qconf buglet

I just gave qconf a try in a clone of bk://linux.bkbits.net/linux-2.5
pulled up to [email protected], 2002-11-01 20:51:14-08:00, [email protected]

Fonts did not display at all until I ran it with QT_XFT=0.

It may be reasonable to force that.

Box started as suse 7.3; has qt-2.3.2 and has xft1 from
fontconfig-1.0.1. ldd(1) on qconf shows:

libqt-mt.so.2 => /usr/lib/qt2/lib/libqt-mt.so.2 (0x40016000)
libdl.so.2 => /lib/libdl.so.2 (0x404f3000)
libstdc++-libc6.2-2.so.3 => /usr/lib/libstdc++-libc6.2-2.so.3 (0x404f7000)
libm.so.6 => /lib/libm.so.6 (0x40544000)
libc.so.6 => /lib/libc.so.6 (0x40566000)
libpthread.so.0 => /lib/libpthread.so.0 (0x4068c000)
libGLU.so.1 => /usr/lib/libGLU.so.1 (0x406a3000)
libGL.so.1 => /usr/lib/libGL.so.1 (0x4072c000)
libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x40795000)
libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x407ab000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x407b9000)
libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x40879000)
libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x40883000)
libXft.so.1 => /usr/X11R6/lib/libXft.so.1 (0x4089b000)
libpng.so.2 => /usr/lib/libpng.so.2 (0x408a9000)
libz.so.1 => /lib/libz.so.1 (0x408db000)
libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x408ea000)
libmng.so.1 => /usr/lib/libmng.so.1 (0x40909000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x4094a000)
libXrender.so.1 => /usr/X11R6/lib/libXrender.so.1 (0x40997000)
libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x4099e000)
libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x409c4000)
liblcms.so.1 => /usr/lib/liblcms.so.1 (0x40a13000)
libexpat.so.0 => /usr/lib/libexpat.so.0 (0x40a24000)

-JimC

2002-11-02 19:42:25

by Roman Zippel

[permalink] [raw]
Subject: Re: qconf buglet

Hi,

On 2 Nov 2002, James H. Cloos Jr. wrote:

> Fonts did not display at all until I ran it with QT_XFT=0.
>
> It may be reasonable to force that.

How do other qt apps behave? I'm not doing anything special with fonts, so
I don't see reason why this should be needed.

bye, Roman

2002-11-02 23:34:05

by James Cloos

[permalink] [raw]
Subject: Re: qconf buglet

>>>>> "Roman" == Roman Zippel <[email protected]> writes:

Roman> How do other qt apps behave? I'm not doing anything special
Roman> with fonts, so I don't see reason why this should be needed.

Ack. I did further debugging with XFT_DEBUG and discovered that
"Helvetica" was getting matched to a rogue font. I added a rule to
fonts.conf to force Helvetica to Arial and it now works.

I should have tested with XFT_DEBUG=1 before posting....

-JimC