GNOME Bugzilla – Bug 350412
Invest-applet glade files installed in wrong directory
Last modified: 2010-01-24 01:06:28 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):
+ Trace 70081
win = invest.chart.show_chart(sys.argv[1:])
ui = gtk.glade.XML(os.path.join(invest.GLADE_DATA_DIR, "financialchart.glade"))
Created attachment 70474 [details] [review] Proposed fix Fixes the issue for me.
Oops, accidently filed for the wrong product (blame type-ahead find, not me! ;>)
Can some please confirm this bug (and possibly confirm that the patch fixes the issue)?
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.
*** Bug 345235 has been marked as a duplicate of this bug. ***
Now fixed.