Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
In the gnome menu, the link to Abiword try to run abiword-2.6, but it's Abiword-2.6 (with a capital A) PS: I've just upgraded from 2.4.x
there should be a symlink from Abiword-2.6 to abiword-2.6, I suppose you don't have it, right ?
(In reply to comment #1) > there should be a symlink from Abiword-2.6 to abiword-2.6, I suppose you don't > have it, right ? > The problem is a typo in the ebuild: mv "${D}/usr/bin/abiword" "${D}/usr/bin/Abiword-${MY_MAJORV}"dosym AbiWord-${MY_MAJORV} /usr/bin/abiword-${MY_MAJORV} ^ has to be corrected: dosym Abiword-${MY_MAJORV} /usr/bin/abiword-${MY_MAJORV} ^ (lower case 'w')
fixed, thanks for catching this.