Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 67784 - meld cannot access help files
Summary: meld cannot access help files
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-16 07:30 UTC by Jonathan Geisler
Modified: 2005-05-29 14:52 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 Jonathan Geisler 2004-10-16 07:30:48 UTC
When trying to access the help files from within meld, I get the following error:

    Traceback (most recent call last):
      File "/usr/lib/meld/meldapp.py", line 657, in on_menu_users_manual_activate
        gnome.url_show("file:///usr/share/doc/meld-0.9.0/html/index.html")
    gobject.GError: The specified location is invalid.

This is because the help files are installed in meld-0.9.0-r1 .  I can't see from the ebuild why this is the case.

Reproducible: Always
Steps to Reproduce:
1.  emerge meld
2.  click on the help menu -> contents
3.

Actual Results:  
Error message from above showed up on tty that started meld.

Expected Results:  
Loaded the help file from the correct directory.
Comment 1 Alastair Tse (RETIRED) gentoo-dev 2004-10-17 10:34:24 UTC
i think the url is embedded inside the source rather than ebuild. can you try the newer versions of meld?
Comment 2 Jonathan Geisler 2004-11-04 11:33:32 UTC
Version 0.9.4.1 does work because there is no -rX version.  Is there a way Gentoo can add a patch to the source that modifies the URL to match where the documentation is stored so if someone creates a new ebuild they don't need to worry about this issue in the future?
Comment 3 John N. Laliberte (RETIRED) gentoo-dev 2005-05-29 14:52:38 UTC
I changed the behavior in the ~ -r1 build of meld.

This small fix should work for all future r* versions of meld.

Thanks for reporting!