Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 165698 - acroread installed with 2 langs in LINGUAS doesn't work properly
Summary: acroread installed with 2 langs in LINGUAS doesn't work properly
Status: RESOLVED DUPLICATE of bug 163664
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-06 23:32 UTC by Ivan Buttinoni
Modified: 2007-02-07 07:55 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Buttinoni 2007-02-06 23:32:00 UTC
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
Comment 1 Bryan Østergaard (RETIRED) gentoo-dev 2007-02-06 23:37:25 UTC
Please don't file ebuild bugs to developer relations.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-02-07 07:55:17 UTC

*** This bug has been marked as a duplicate of bug 163664 ***