Re: massrotate fontconfig, Gtk2



On Fri, 2004-05-21 at 00:09, Alexy Khrabrov wrote:
The segfault is in pango.  Is there a way to avoid using Pango for
massrotate -- although it only says use Gtk2, looks like Pango is
always there?

gtk+ uses pango to render fonts. there's no way to prevent this. if
you're running with the newest stuff and are getting a seg fault then
that's probably a bug that the gtk+/pango people would want to know
about. (provided your setup isn't the problem)

Come to think of it, is there a way to use the old Gtk in the same way?

change:
        use Gtk2 '-init';
to
        use Gtk;
        Gtk->init;

and replace Gtk2 with Gtk everywhere. then fix any errors that happen
because of the differences between the two. that script is simple enough
(not really using anything that changed much between Gtk and Gtk2 that
it won't require many changes.)

-- 
-rm




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]