On 09 Apr 2003 10:13:27 -0500, Shawn wrote > 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. All I had to do was install acroread-plugin-5.06-4 acroread-5.06-4 I am running Mozilla 1.3 (compiled from src.rpm, although others had reported that the RH8 binaries work too), Sun java 1.4.2beta, and acroread and all seems to work just fine.