On Wed, 2003-04-09 at 05:08, Anders Dahlgren wrote: > The Acrobat plugin don't work for me in Mozilla 1.3 (RH 8.0 RPMS). > Acrobat is opened as a new windows (not inside Mozilla), but pdfs > doesn't get downloaded or displayed. As far as I can remember this > worked in RH 8.0. > > Anyone got a solution? Is Shrike, Mozilla, Acrobat or me the one to blame? The problem is locale support, Acrobat doesn't really have it ;) To workaround this, I created a "bin" directory in my home directory, and placed it first in my PATH variable inside ~/.bash_profile. I then created the following file and placed it inside the "bin" directory I created: [swalker@xxxxxxx bin]$ cat acroread #!/bin/sh LANG=C;/usr/bin/acroread $* This seems to fix the problem for me personally. -- Shawn <drevil@xxxxxxxxxxxx> http://www.warpcore.org/