In /opt/bin/acroread no argument was passed in the "case": en*) exec /opt/Acrobat7/acroread.en ;; it*) exec /opt/Acrobat7/acroread.it ;; *) exec /opt/Acrobat7/acroread.en ;; Reproducible: Always Steps to Reproduce: 1.in make.conf set LINGUAS="en it" 2.emerge acroread 3.acroread example.pdf Actual Results: acroread starts with no document Expected Results: acroread starts and opens example.pdf Possible patch: en*) exec /opt/Acrobat7/acroread.en "$@" ;; it*) exec /opt/Acrobat7/acroread.it "$@" ;; *) exec /opt/Acrobat7/acroread.en "$@" ;; IB
Please don't file ebuild bugs to developer relations.
*** This bug has been marked as a duplicate of bug 163664 ***