I just installed Xara Xtreme (32bit program) on 64-bit machine with CentOS5 installed. In the help of Xara Xtreme, it said I have to do some configuration before running. I did it as follow
Code:
sed 's:/usr/lib/:/usr/lib32/:' < /etc/gtk-2.0/x86_64-redhat-linux-gnu/ > /etc/gtk-2.0/i686-redhat-linux-gnu/gdk-pixbuf.loaders32
Create /etc/pango32/pangorc with the following in
Code:
[Pango]
ModuleFiles=/etc/pango32/pango.modules
[PangoX]
AliasFiles=/etc/pango/pangox.aliases
and when I run the program, it returns
(xaralx:25980): Pango-WARNING **: No builtin or dynamically
loaded modules were found. Pango will not work correctly.
This probably means there was an error in the creation of:
'/etc/pango/pango.modules'
You should create this file by running pango-querymodules.
(xaralx:25980): Pango-WARNING **: pango_shape called with bad font, expect ugly output
(xaralx:25980): Pango-WARNING **: pango_font_get_glyph_extents called with bad font, expect ugly output
(xaralx:25980): Pango-WARNING **: _pango_cairo_font_install called with bad font, expect ugly output
(xaralx:25980): Pango-WARNING **: pango_font_get_metrics called with bad font, expect ugly output
(xaralx:25980): Gdk-CRITICAL **: gdk_window_get_origin: assertion `GDK_IS_WINDOW (window)' failed
(xaralx:25980): Gdk-CRITICAL **: gdk_window_get_origin: assertion `GDK_IS_WINDOW (window)' failed
(xaralx:25980): Gdk-CRITICAL **: gdk_window_get_origin: assertion `GDK_IS_WINDOW (window)' failed