forked from Neroth/gnome-shell-extension-weather
-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
jenslody edited this page Nov 8, 2015
·
22 revisions
After the installation, restart GNOME Shell (Alt
+F2
, r
, Enter
) and enable the extension through gnome-tweak-tool.
Go on the OpenWeather extension page on extensions.gnome.org, click on the switch ("OFF" => "ON"), click on the install button. That's it !
Note: you need the root password for all these installation modes, if you do not have root-access, and the needed build-dependencies are installed, use the generic install.
Debian uses the (former master now ) yahoo-branch !
My fork of the extension is currently only available for unstable/sid.
Install the package through APT (or use your favourite package-manager, e.g. synaptic):
sudo apt-get install gnome-shell-extension-weather
You can install the extension from the official Fedora repos.
Make sure you have the following dependencies installed:
- dconf,
- gettext,
- pkg-config,
- git,
- glib2 (and development packages),
- zip,
- gnome-common,
- autoconf,
- automake,
- intltool.
- gnome-tweak-tool.
Run the following commands:
cd ~ && git clone git://github.com/jenslody/gnome-shell-extension-openweather.git
cd ~/gnome-shell-extension-openweather
./autogen.sh && make local-install