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

Re: Success with Acrobat Reader 7.0 (tweaking module pathes)



Ok, found the problem with gdk-pixbuf. 

> 5. Edit /usr/bin/acroread. Towards the end, there is a line
>   exec "$ACRO_EXEC_CMD" ${1+"$@"}
> Add
>     GCONV_PATH=/usr/lib32/gconv LD_PRELOAD=/usr/lib32/libpangohack.so.0.0
> at the beginning of this line, before exec.

This should be 

   GCONV_PATH=/usr/lib32/gconv
LD_PRELOAD=/usr/lib32/libpangohack.so.0.0 
GDK_PIXBUF_MODULE_FILE=/etc/gtk-2.0/gdk-pixbuf.loaders32

6. Copy /etc/gtk-2.0/gdk-pixbuf.loaders to
/etc/gtk-2.0/gdk-pixbuf.loaders32, and replace all references to
/usr/lib/ with /usr/lib32/:

sed 's:/usr/lib/:/usr/lib32/:' < /etc/gtk-2.0/gdk-pixbuf.loaders >
/etc/gtk-2.0/gdk-pixbuf.loaders32

7. To remove the warning during module loading:

rm /usr/lib/Adobe/Acrobat7.0/Reader/intellinux/plug_ins/PPKLite.api

Hm, 7 steps is a bit much. Looks like a script should do that :-) Does
it work for you?

Thomas



Reply to: