https://bugzilla.novell.com/show_bug.cgi?id=309097#c4 --- Comment #4 from Stefan Dirsch <sndirsch@novell.com> 2007-09-10 06:47:11 MST --- I finally can reproduce this issue. Before I tested on openSUSE 10.2 but with libXft of openSUSE 10.3 installed. :-( Changes between libXft of openSUSE 10.2/10.3, which obviously fixed the issue. diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libXft-2.1.11/src/xftname.c new/libXft-2.1.12/src/xftname.c --- old/libXft-2.1.11/src/xftname.c 2006-10-12 00:31:23.000000000 +0200 +++ new/libXft-2.1.12/src/xftname.c 2006-12-07 11:17:45.000000000 +0100 @@ -50,7 +50,7 @@ return FcNameParse ((FcChar8 *) name); } -_X_HIDDEN FcBool +_X_EXPORT FcBool XftNameUnparse (FcPattern *pat, char *dest, int len) { FcChar8 *name; -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.