aquaballoon

GNOME Shell Weather extension

Oct 12th, 2011
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.57 KB | None | 0 0
  1. sudo add-apt-repository ppa:webupd8team/gnome3
  2. sudo apt-get update
  3. sudo apt-get install gnome-shell-extensions-weather
  4.  
  5. sudo apt-get install dconf-tools
  6.  
  7. dconf-editor
  8.  
  9. #And in dconf-editor, navigate to org > gnome > shell > extensions > weather and under "woeid", enter the Yahoo weather ID for your city (see below).
  10.  
  11. #To get your Yahoo ID, go to http://weather.yahoo.com/, enter your city/zip code and when you find it, look for the orange "RSS" icon on the right. Hovering this icon, you'll see your code - this is the WOEID.
  12.  
  13. sudo apt-get install gnome-tweak-tool
Advertisement
Add Comment
Please, Sign In to add comment