How do I make weather extension work in Fedora 22?
I used to use this weather extension for Gnome in Fedora 21. Where can I find to hack to make it work in Fedora 22?
I used to use this weather extension for Gnome in Fedora 21. Where can I find to hack to make it work in Fedora 22?
This extension is in the rpmfusion-free repository but it doesn't work in Fedora 22. In order to make it work, you should edit the file metadata.json
and add 3.16 to the list of shell versions:
{
"uuid": "weather-extension@xeked.com",
"name": "Weather",
"description": "A simple extension for displaying weather information from several cities in GNOME Shell",
"shell-version": [ "3.8", "3.10", "3.16" ],
"localedir": "/usr/share/locale",
"url": "https://github.com/Neroth/gnome-shell-extension-weather"
}
Or, you can do what I did. I removed this extension and started to use OpenWeather extension :-)
HTH,
Germán.
Oi, bom dia. Obrigado pelas instruções. I read something about a changing metadata.json
in the comments of the extension but it wasn't clear to me.
Asked: 2015-09-13 21:48:47 -0600
Seen: 364 times
Last updated: Sep 14 '15