SP214 - unofficial service pack

Stuff that has yet to be sorted into a category.
Message
Author
miseral
Posts: 21
Joined: Mon 26 Feb 2007, 13:58

#31 Post by miseral »

I installed the SP and all went clean. But i still get the same error using eclipse "libgfx_gtk.so: undefined symbol: pango_x_font_map".
help pls. thanks (I´m using 215 which is based on 214)

GuestToo
Puppy Master
Posts: 4083
Joined: Wed 04 May 2005, 18:11

#32 Post by GuestToo »

edit the text file /usr/lib/seamonkey-1.0.6/mozilla-bin and change:

export MOZ_DISABLE_PANGO=1

to:

export MOZ_DISABLE_PANGO=0

but this line only affects Seamonkey ... if Eclipse is started by Seamonkey, it would then apply to Eclise too ... otherwise, this line should only affect Seamonkey

note: pango is already disabled in Seamonkey by default in Puppy 214, and in the offical build of Seamonkey

miseral
Posts: 21
Joined: Mon 26 Feb 2007, 13:58

#33 Post by miseral »

ok, I try a workaround and it seems to be solved.
LD_PRELOAD=/usr/lib/libpangoxft-1.0.so.0.1200.2 /usr/local/eclipse/eclipse

thanks for the reply.

Post Reply