Comment 3 for bug 1198389

Revision history for this message
Alex Klapheke (alexklapheke) wrote :

I just noticed that the same error occurs when clicking 'forecast' as well. I suspect it's to to with opening a new dialog.

This is consistently reproducable for me simply by clicking 'preferences' or 'forecast.'

N.B. clicking 'about' does not crash the program but produces this error (the dialog never opens):

  File "/usr/local/bin/indicator-weather", line 1491, in about
    ifile = open(os.path.join(PROJECT_ROOT_DIRECTORY, "share/doc/indicator-weather/AUTHORS"), "r")
IOError: [Errno 2] No such file or directory: '/usr/local/share/doc/indicator-weather/AUTHORS'

Should I file a separate bug report for this? And what is the logfile issue you mentioned?