-
Notifications
You must be signed in to change notification settings - Fork 142
Installation
Go on the Weather extension page on extensions.gnome.org, click on the switch ("OFF" => "ON"), click on the install button. That's it !
After the installation, restart GNOME Shell (Alt
+F2
, r
, Enter
) and enable the extension through gnome-tweak-tool.
Add the PPA ppa:gnome-shell-extensions to your source list, update the package list and install gnome-shell-extension-weather:
sudo add-apt-repository ppa:gnome-shell-extensions
sudo apt-get update
sudo apt-get install gnome-shell-extension-weather
Packages for Fedora are available in the RPM Fusion 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'
Then, install gnome-shell-extension-weather (root password required):
su -c 'yum install gnome-shell-extension-weather'
2013-02-17 : gnome-shell-extension-weather-neroth-git => gnome-shell-extension-weather-git
Download the package from AUR, make and install it:
wget https://aur.archlinux.org/packages/gn/gnome-shell-extension-weather-git/gnome-shell-extension-weather-git.tar.gz
tar xvzf gnome-shell-extension-weather-git.tar.gz
cd gnome-shell-extension-weather-git && makepkg -si
Package is in the Debian Sid (unstable) repositories: Use it at your own risk!.
sudo apt-get install gnome-shell-extension-weather
Install gnome-shell-extension-weather with apt-rpm from Sisyphus:
sudo apt-get update
sudo apt-get install gnome-shell-extension-weather
Make sure you have the following dependencies installed:
- gettext,
- pkg-config,
- git,
- glib2,
- glib2-devel or libglib2.0-dev,
- zip,
- gnome-common,
- autoconf,
- automake,
- intltool.
Run the following commands:
cd ~ && git clone git://github.com/Neroth/gnome-shell-extension-weather.git
cd ~/gnome-shell-extension-weather
./autogen.sh && make local-install
Restart GNOME Shell (Alt
+F2
, r
, Enter
) and enable the extension through gnome-tweak-tool.