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 345235 - can't start invest-chart
can't start invest-chart
Status: RESOLVED DUPLICATE of bug 350412
Product: gnome-applets
Classification: Other
Component: invest-applet
2.15.x
Other Linux
: Normal major
: ---
Assigned To: gnome-applets Maintainers
gnome-applets Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-06-18 12:00 UTC by Fryderyk Dziarmagowski
Modified: 2010-01-24 01:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Fryderyk Dziarmagowski 2006-06-18 12:00:06 UTC
starting from command line:
% invest-chart
Data Dir: /usr/share/gnome-applets/invest-applet

(invest-chart:3529): 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
RuntimeError: could not create GladeXML object

% LANG=C ls /usr/share/gnome-applets/invest-applet
ls: /usr/share/gnome-applets/invest-applet: No such file or directory

% LANG=C find /usr/share/gnome-applets -name financialchart.glade
/usr/share/gnome-applets/glade/financialchart.glade

glade file is installed in shared location, so setting
GLADE_DATA_DIR to SHARED_DATA_DIR in __init__.py is propably wrong.
Comment 1 Fryderyk Dziarmagowski 2006-07-28 16:45:21 UTC
the problem still exists in 2.15.2
Comment 2 Danielle Madeley 2006-08-13 03:26:14 UTC
Marking as duplicate to newer bug, because that has more notes.

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