@motoplux: To fix the "expr: syntax error", you need to replace the line
  echo $mfile| sed 
's/libgtk-x11-\([0-9]*\).0.so.0.\([0-9]\)00.\([0-9]*\)\|\(.*\)/\1\2\3/g'
with
  echo $mfile| sed 
's/libgtk-x11-\([0-9]*\).0.so.0.\([0-9]*\).\([0-9]*\)\|\(.*\)/\1\2\3/g'
in the acroread script. There are a lot of posts about this in the forums.

-- 
[Gutsy]Adobe Acrobat Reader isn`t working
https://bugs.launchpad.net/bugs/133464
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to