I'm a big fan of the 1-ClickWeather addon. However, when version 1.1.9 became available as an automatic update in Karmic, it crashed badly upon configuration. I can't say that I came up with the resolution, but I did find it. The solution I found from a Google search is as follows:
Worked for me, too. If this useful for anyone, give it a try.
I had the same problem after upgrading the 1-Click Weather plugin on Linux. Near as I can tell the problem is that the new plugin creates its own configuration file in read-only mode (so you cannot configure the plugin for your location).
Simple fix: go to your plugin's config directory (in my case it was ~/.mozilla/firefox/ewb91fop.default/extensions/{DCBD1271-D228-4082-9FBC-36D9B7660B03}/chrome/config ) and make userconfig116.xml user-writable by doing a
chmod u+w userconfig116.xml
Then you can go to the add-on preferences in Firefox and you will be able to configure your location. For me, that re-enabled the plugin.
Simple fix: go to your plugin's config directory (in my case it was ~/.mozilla/firefox/ewb91fop.default/extensions/{DCBD1271-D228-4082-9FBC-36D9B7660B03}/chrome/config ) and make userconfig116.xml user-writable by doing a
chmod u+w userconfig116.xml
Then you can go to the add-on preferences in Firefox and you will be able to configure your location. For me, that re-enabled the plugin.
Comment