Comment 26 for bug 664647

Revision history for this message
Dmitriy Kaliberda (dkaliberda) wrote :

A small addition to the script. You need to put quotes "$ @". Otherwise, the file path with spaces not open. And then the decision will be the following:

root@marys-ubuntu:/opt/Adobe/Reader9/bin# mv acroread acroread-real
root@marys-ubuntu:/opt/Adobe/Reader9/bin# nano acroread
root@marys-ubuntu:/opt/Adobe/Reader9/bin# chmod 755 acroread

Where acroread is
env UBUNTU_MENUPROXY=0 /opt/Adobe/Reader9/bin/acroread-real "$@"

Thanks to #20 author!!!