From 0d20641a1d38d7951dce474f3862bc6bed10e330 Mon Sep 17 00:00:00 2001 From: Jens Lody Date: Fri, 8 Nov 2013 00:30:13 +0100 Subject: [PATCH] Update README.md to reflect the merge into master. --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f02d6af..4b06322 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ After the installation, restart GNOME Shell (`Alt`+`F2`, `r`, `Enter`) and enabl ### [Debian](http://packages.debian.org/source/unstable/gnome-shell-extension-weather) -Debian uses the (old master-) Yahoo-branch ! +Debian uses the (former master now ) yahoo-branch ! My fork of the extension is currently only available for unstable/sid. @@ -42,14 +42,14 @@ Run the following commands: cd ~ && git clone git://github.com/jenslody/gnome-shell-extension-weather.git cd ~/gnome-shell-extension-weather - git checkout openweathermap ./autogen.sh && make local-install -If you want to use openweathermap.org with gnome-shell 3.6, please use the openweathermap_3.6 branch instead. +If you want to use openweathermap.org without deprecated Soup.SessionAsync (less TCP Retransmission), please use the openweathermap branch instead. +You need to have at least gnome-shell version 3.8 . cd ~ && git clone git://github.com/jenslody/gnome-shell-extension-weather.git cd ~/gnome-shell-extension-weather - git checkout openweathermap_3.6 + git checkout openweathermap ./autogen.sh && make local-install ---- @@ -62,6 +62,14 @@ Launch *gnome-shell-extension-prefs* (reachable also through the *OpenWeather Se You can also use *dconf-editor* or *gsettings* to configure the extension through the command line. +If you switch from old openweathermap to the new master ( or openweathermap), you can load the settings with + + dconf dump /org/gnome/shell/extensions/weather/ | dconf load /org/gnome/shell/extensions/openweather/ + +This can also work for most locations, if you switch from old yahoo-based master-branch (now yahoo) to the new master-branch (openweathermap-based). + +The [OpenWeatherMap](http://openweathermap.org/) maintainers recommend to use an [API key](http://openweathermap.org/appid). This key can be added in the preferences dialog. + ---- # Licence