Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 216161
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: GNOME Office <gnome-office@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Le retraité <le.retired@gmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 216161 depends on: Show dependency tree
Bug 216161 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2008-04-04 10:23 0000
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

------- Comment #1 From Gilles Dartiguelongue 2008-04-04 19:28:22 0000 -------
there should be a symlink from Abiword-2.6 to abiword-2.6, I suppose you don't
have it, right ?

------- Comment #2 From Walter Meinl 2008-04-04 21:18:38 0000 -------
(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')

------- Comment #3 From Gilles Dartiguelongue 2008-04-04 23:56:05 0000 -------
fixed, thanks for catching this.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug