Bug 91626

Summary: Cannot load help pages
Product: [Retired] Red Hat Linux Reporter: David Allardyce <david>
Component: libgnomeAssignee: Ray Strode [halfline] <rstrode>
Status: CLOSED CURRENTRELEASE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 9CC: jrb
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-06-26 21:34:49 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 100644    

Description David Allardyce 2003-05-26 10:36:25 UTC
Description of problem:
redhat-config-network crashed when selecting Help|Contents

Version-Release number of selected component (if applicable):
1.2.0

How reproducible:
Seems to happen all the time.

Steps to Reproduce:
1. Select Help | Contents from the menu

Actual results:
"An unhandled exception has occurred... failed to execute child process mozilla"

Expected results:
The help screen?

Additional info:

Comment 1 David Allardyce 2003-05-26 10:38:22 UTC
Dump from exception dialog box:

Component: redhat-config-network
Version: 1.2.0
Summary: TB
/usr/src/build/226257-noarch/install/usr/share/redhat-config-network/netconfpkg/gui/maindialog.py:599:on_helpButton_clicked:GError:
Failed to execute child process "mozilla" (No such file or directory)
Traceback (most recent call last):
  File
"/usr/src/build/226257-noarch/install/usr/share/redhat-config-network/netconfpkg/gui/maindialog.py",
line 599, in on_helpButton_clicked
GError: Failed to execute child process "mozilla" (No such file or directory)


Comment 2 Harald Hoyer 2003-05-26 11:35:10 UTC
        import gnome
        gnome.url_show("file:" + NETCONFDIR + \
                       "/help/index.html")    

hmm... maybe you have not installed mozilla... nevertheless, htmlview should be
used. Lets hear, what our gnome team has to say about that?

Comment 3 Havoc Pennington 2003-05-31 03:35:28 UTC
I thought I made it use htmlview, but maybe I'm thinking of gnome-libs 1.x instead 
of libgnome.


Comment 4 Máirín Duffy 2005-06-26 21:34:49 UTC
Works now... closing