Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 89373 - plugger can't find abiword executable
Summary: plugger can't find abiword executable
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High trivial (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-16 18:39 UTC by marat
Modified: 2005-04-17 10:56 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 marat 2005-04-16 18:39:12 UTC
plugger looks for 'abiword' to handle msword (.doc) files,

but abiword gets installed as a symlink, e.g., 'abiword-2.2'

fixed by:  ln -s /usr/bin/abiword-2.2 /usr/bin/abiword
Comment 1 foser (RETIRED) gentoo-dev 2005-04-17 10:56:02 UTC
now using alternatives eclass in 2.2.7 , that should take care of this in the future.