After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 350412 - Invest-applet glade files installed in wrong directory
Invest-applet glade files installed in wrong directory
Status: RESOLVED FIXED
Product: gnome-applets
Classification: Other
Component: invest-applet
git master
Other Linux
: Normal blocker
: 2.16
Assigned To: gnome-applets Maintainers
gnome-applets Maintainers
: 345235 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-08-08 11:18 UTC by Wouter Bolsterlee (uws)
Modified: 2010-01-24 01:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed fix (682 bytes, patch)
2006-08-08 11:24 UTC, Wouter Bolsterlee (uws)
none Details | Review

Description Wouter Bolsterlee (uws) 2006-08-08 11:18:17 UTC
Output line from "make install":

 /home/uws/.system/bin/install-check -m 644 'financialchart.glade' '/opt/gnome-2-16/share/gnome-applets/glade/financialchart.glade'


When starting invest-applet:

$ invest-chart 
Data Dir: /opt/gnome-2-16/share/gnome-applets/invest-applet

(invest-chart:24840): libglade-WARNING **: could not find glade file '/opt/gnome-2-16/share/gnome-applets/invest-applet/glade/financialchart.glade'
Traceback (most recent call last):
  • File "/opt/gnome-2-16/bin/invest-chart", line 6 in ?
    win = invest.chart.show_chart(sys.argv[1:])
  • File "/opt/gnome-2-16/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

Comment 1 Wouter Bolsterlee (uws) 2006-08-08 11:24:00 UTC
Created attachment 70474 [details] [review]
Proposed fix

Fixes the issue for me.
Comment 2 Wouter Bolsterlee (uws) 2006-08-08 11:26:48 UTC
Oops, accidently filed for the wrong product (blame type-ahead find, not me! ;>)
Comment 3 Wouter Bolsterlee (uws) 2006-08-12 19:40:30 UTC
Can some please confirm this bug (and possibly confirm that the patch fixes the issue)?
Comment 4 Danielle Madeley 2006-08-13 01:15:51 UTC
This is not the right fix to install into the GNOME-Applets Glade directory.

configure.in provides a GLADEDIR, which is what you should use.
Comment 5 Danielle Madeley 2006-08-13 03:26:14 UTC
*** Bug 345235 has been marked as a duplicate of this bug. ***
Comment 6 Danielle Madeley 2006-08-13 03:42:12 UTC
Now fixed.