Bug 196569

Summary: invest-chart breakage due to missing glade file
Product: [Fedora] Fedora Reporter: Luke Macken <lmacken>
Component: gnome-appletsAssignee: Ray Strode [halfline] <rstrode>
Status: CLOSED DUPLICATE QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: pfrields
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-06-24 22:56:44 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:

Description Luke Macken 2006-06-24 22:43:58 UTC
The invest-chart tool tries to open its glade file at the wrong location, and
proceeds to explode.

lmacken ~ % invest-chart
Data Dir: /usr/share/gnome-applets/invest-applet

(invest-chart:3115): libglade-WARNING **: could not find glade file
'/usr/share/gnome-applets/invest-applet/glade/financialchart.glade'
Traceback (most recent call last):
  File "/usr/bin/invest-chart", line 6, in ?
    win = invest.chart.show_chart(sys.argv[1:])
  File "/usr/lib/python2.4/site-packages/invest/chart.py", line 216, in show_chart
    ui = gtk.glade.XML(os.path.join(invest.GLADE_DATA_DIR, "financialchart.glade"))
RuntimeError: could not create GladeXML object
lmacken ~ % rpm -qf `which invest-chart`
gnome-applets-2.15.1.1-2
lmacken ~ % rpm -ql gnome-applets | grep financialchart
/usr/share/gnome-applets/glade/financialchart.glade

Comment 1 Luke Macken 2006-06-24 22:56:44 UTC

*** This bug has been marked as a duplicate of 196552 ***