*gnome-shell-extension-weather* is a simple extension for displaying weather conditions and forecasts in GNOME Shell, featuring support for multiple locations, no need for WOEID, a symmetrical layout and a settings panel through *gnome-shell-extension-prefs*.
*gnome-shell-extension-weather* is a simple extension for displaying weather conditions and forecasts in GNOME Shell, featuring support for multiple locations, no need for WOEID, a symmetrical layout and a settings panel through *gnome-shell-extension-prefs*.
@ -10,47 +10,9 @@ Currently, the weather report, including forecasts for today and tomorrow, is fe
After the installation, restart GNOME Shell (`Alt`+`F2`, `r`, `Enter`) and enable the extension through *gnome-tweak-tool*.
After the installation, restart GNOME Shell (`Alt`+`F2`, `r`, `Enter`) and enable the extension through *gnome-tweak-tool*.
## Through extensions.gnome.org
**Currently only the generic installation is possible, sorry.**
Packages for Fedora are available in the [RPM Fusion](http://rpmfusion.org/) repositories. If these are not enabled on your system, please install them through the following command (root password required):
su -c 'yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm'
Make sure you have the following dependencies installed:
Make sure you have the following dependencies installed:
* *dconf*,
* *dconf*,
@ -66,7 +28,7 @@ Make sure you have the following dependencies installed:
Run the following commands:
Run the following commands:
cd ~ && git clone git://github.com/Neroth/gnome-shell-extension-weather.git
cd ~ && git clone git://github.com/jenslody/gnome-shell-extension-weather.git
cd ~/gnome-shell-extension-weather
cd ~/gnome-shell-extension-weather
./autogen.sh && make local-install
./autogen.sh && make local-install
@ -76,7 +38,7 @@ Run the following commands:
Launch *gnome-shell-extension-prefs* (reachable also through the *Weather Settings* button on the extension popup) and select *Weather* from the drop-down menu to edit the configuration.
Launch *gnome-shell-extension-prefs* (reachable also through the *Weather Settings* button on the extension popup) and select *Weather* from the drop-down menu to edit the configuration.