Here's the result:
$ sudo updatedb; locate indicator-weather | xargs -I{} grep -Hs VERSION\ = {} /usr/bin/indicator-weather:VERSION = "13.05.29 'Rainy 6'" /usr/local/bin/indicator-weather:VERSION = "12.07.30 'Cloudy 10'"
It seems the older version is the default, but running the newer version segfaults:
$ which indicator-weather /usr/local/bin/indicator-weather
$ /usr/bin/indicator-weather /usr/lib/python2.7/dist-packages/gobject/constants.py:24: Warning: g_boxed_type_register_static: assertion `g_type_from_name (name) == 0' failed import gobject._gobject /usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:40: Warning: specified class size for type `PyGtkGenericCellRenderer' is smaller than the parent type's `GtkCellRenderer' class size from gtk import _gtk /usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:40: Warning: g_type_get_qdata: assertion `node != NULL' failed from gtk import _gtk
Segmentation fault
Here's the result:
$ sudo updatedb; locate indicator-weather | xargs -I{} grep -Hs VERSION\ = {} indicator- weather: VERSION = "13.05.29 'Rainy 6'" bin/indicator- weather: VERSION = "12.07.30 'Cloudy 10'"
/usr/bin/
/usr/local/
It seems the older version is the default, but running the newer version segfaults:
$ which indicator-weather bin/indicator- weather
/usr/local/
$ /usr/bin/ indicator- weather python2. 7/dist- packages/ gobject/ constants. py:24: Warning: g_boxed_ type_register_ static: assertion `g_type_from_name (name) == 0' failed python2. 7/dist- packages/ gtk-2.0/ gtk/__init_ _.py:40: Warning: specified class size for type `PyGtkGenericCe llRenderer' is smaller than the parent type's `GtkCellRenderer' class size python2. 7/dist- packages/ gtk-2.0/ gtk/__init_ _.py:40: Warning: g_type_get_qdata: assertion `node != NULL' failed
/usr/lib/
import gobject._gobject
/usr/lib/
from gtk import _gtk
/usr/lib/
from gtk import _gtk
Segmentation fault