Startup Script for Acroread
James McDonald
james
Mon May 17 11:59:49 PDT 2004
Joel Hammer wrote:
>Does anyone know the reason why acroread seems to want
>you to start up with a big, involved bash script instead
>starting the binary directly?
>
>
>
There is a bug in acrobat reader that causes it to exit when launching
with some language settings
for example if I run acroread binary on my box which has
LANG=en_AU.UTF-8
acroread exits with the following.
Warning: charset "UTF-8" not supported, using "ISO8859-1".
Aborted
however if I run acroread with
LANG=en_AU ; acroread
it works fine. Perhaps the script that is being called is doing some
sanitisation? You may need to edit it to make sure whatever kde is
passing to it gets passed onto the acroread binary.
More information about the Linux-users
mailing list