mockturtl / cinnamon-weather

DEPRECATED. Use linuxmint/cinnamon-spices-applets instead.
https://cinnamon-spices.linuxmint.com/applets/view/17
28 stars 35 forks source link

The aplet do not start #47

Closed OhoBoho closed 11 years ago

OhoBoho commented 11 years ago

Hi , Here is the output from the glass.log:

error t=2013-07-24T22:03:37Z weather@mockturtl:34 Error: No JS module 'settings' found in search path error t=2013-07-24T22:03:37Z Failed to load applet panel1:right:0:weather@mockturtlTypeError: e is null

Can you advise where to look the fix?

mockturtl commented 11 years ago

Can you tell me which versions of Cinnamon and the applet you're using?

$ cinnamon --version
$ grep version ~/.local/share/cinnamon/applets/weather@mockturtl/metadata.json

Also, which distro and release?

gear6468 commented 11 years ago

Hi, I have the same error. Fedora 18 Cinnamon 1.6.7 "version": "1.8.5"

git clone'd from master https://github.com/mockturtl/cinnamon-weather/

$git log commit 58bcb48c1e18fe2bf7fa49e76f1fd290eaf00d0f Author: mockturtl mockturtl@gmail.com Date: Sat Jul 27 14:14:27 2013 -0400

bump version
mockturtl commented 11 years ago

@gear6468 Cinnamon 1.8 added major improvements to applet management, and is required for the latest weather applet release (v1.8.x).

From the README:

For compatibility with Cinnamon 1.7 or earlier, use an archived version.

You can download v1.7.3, or

$ git checkout v1.7.3
gear6468 commented 11 years ago

Thanks ! it worked for me.