<div dir="ltr">Off topic a bit, this is my favourite shell alias for weather forcast: curl <a href="http://wttr.in/waterloo">wttr.in/waterloo</a></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, May 13, 2017 at 6:38 PM, Khalid Baheyeldin <span dir="ltr"><<a href="mailto:kb@2bits.com" target="_blank">kb@2bits.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>A while back, I posted to this list on why I switched from Kubuntu 16.04 to Xubuntu 16.04, partially because the former did not have a working weather forecast widget, and the latter having one.<br><br>Now, xfce4-weather-plugin has stopped working.<br><br>This is because the provider has changed the API.<br><br>And for the new API to work, you require a newer version of the package.<br><br>The instructions below are for Xubuntu, but if you had weather stop updating since May 9th or so), whether on KDE, Unity or Gnome, then you can do something similar. <br><br>This is what I did:<br><br></div># Purge the existing weather application<br><div><div>sudo aptitude purge xfce4-weather-plugin<br><br></div><div># Find the process ID of the running app<br></div><div>ps -ef | grep weath<br><br></div><div># Kill it<br></div><div>kill 2249<br><br></div><div># Find the newer application version<br>Visit <a href="http://packages.ubuntu.com/zesty/xfce4-weather-plugin" target="_blank">http://packages.ubuntu.com/<wbr>zesty/xfce4-weather-plugin</a> in your browser, and scroll down to your architecture (most likely amd64), and click on the download link for a list of mirrors<br><br></div><div># Download the .deb of the newer version. <br></div><div>wget <a href="http://mirrors.kernel.org/ubuntu/pool/universe/x/xfce4-weather-plugin/xfce4-weather-plugin_0.8.9-1_amd64.deb" target="_blank">http://mirrors.kernel.org/<wbr>ubuntu/pool/universe/x/xfce4-<wbr>weather-plugin/xfce4-weather-<wbr>plugin_0.8.9-1_amd64.deb</a><br><br></div><div># Install the .deb using gdebi<br></div><div>sudo gdebi xfce4-weather-plugin_0.8.9-1_<wbr>amd64.deb <br><br></div><div>Only drawback is that you will not get updates for this package, since it is directly installed using gdebi (not from repos), but now I have working weather.<span class="HOEnZb"><font color="#888888"><br clear="all"></font></span></div><span class="HOEnZb"><font color="#888888"><div><br>-- <br><div class="m_8590555438034434403gmail_signature">Khalid M. Baheyeldin<br><a href="http://2bits.com" target="_blank">2bits.com</a>, Inc.<br>Fast Reliable Drupal<br>Drupal optimization, development, customization and consulting.<br>Simplicity is prerequisite for reliability. --  Edsger W.Dijkstra<br>Simplicity is the ultimate sophistication. --   Leonardo da Vinci<br>For every complex problem, there is an answer that is clear, simple, and wrong." -- H.L. Mencken<br></div>
</div></font></span></div></div>
<br>______________________________<wbr>_________________<br>
kwlug-disc mailing list<br>
<a href="mailto:kwlug-disc@kwlug.org">kwlug-disc@kwlug.org</a><br>
<a href="http://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org" rel="noreferrer" target="_blank">http://kwlug.org/mailman/<wbr>listinfo/kwlug-disc_kwlug.org</a><br>
<br></blockquote></div><br></div>