

wg tool - Gives you the tool to strike lightnings! wg states - Shows the states of each world! wg forecast - Shows the weather forecast! wg check - Shows the current weather & time state! wg - Shows information about WeatherGod!
#Weatherdesk omgubuntu install
If you have lots of computers to maintain (in your company, organization, school or whatever), a more complete solution would be to create a local private repository so that APT can install the package automatically from it.Simply control the weather on your server with some commands. If you have multiple computers, just compile this once per-architecture and use the. A way to avoid that (the overwriting) is to use sudo apt-mark hold libmateweather1. However, if a new version is released for this LTS then it may include (or not) this fix. I'm not sure what will happen if a new version of libmateweather is released and distributed for 16.04 (my guess is that this change will be overwritten). You may need to restart the applet(s) or the whole panel or remove it and then add it or logout and login again.Īll required packages to recompile libmateweather will be installed automatically when you run the apt-get build-dep command and when you install the fakeroot package. Install the main lib package you just compiled ( sudo dpkg -i libmateweather1_1.12.1-1_b). deb files in the parent directory according to the architecture of your computer (for example, in mine, that created libmateweather1_1.12.1-1_b, libmateweather1-dbg_1.12.1-1_b, libmateweather-common_1.12.1-1_all.deb and libmateweather-dev_1.12.1-1_b. deb packages ( dpkg-buildpackage -rfakeroot -uc -b). libmateweather-1.12.1/libmateweather/weather-metar.c file, changing the following lines:Īt line 525, change "National Weather Service" to "AVIATION WEATHER CENTER"Ĭhange to the library source directory ( cd libmateweather-1.12.1/).Ĭreate. Also install the fakeroot package ( sudo apt-get install fakeroot).Įdit the. Install the dependencies required to build the package ( sudo apt-get build-dep libmateweather). Using the MATE Terminal (or any other terminal program or directly in the Linux console), create a temporary directory where you can compile the libmateweather sources (for example, mkdir newlibmateweather) then change to that directory ( cd newlibmateweather).ĭownload the sources of libmateweather ( apt-get source libmateweather), note this does not require to use sudo). You can also enable them in the /etc/apt/sources.list file.
#Weatherdesk omgubuntu software
You can do this in the System / Administration / Software and Updates dialog, by checking the Source code item in the Ubuntu software tab. This is how I fixed it in my computer (recompile the libmateweather using the Ubuntu sources):Įnable sources downloading in APT. A fix has already been committed and an updated package will land soon after Beta 1. Weather reports in the Clock and Weather applets are currently unavailable. Apparently it will be distributed for 16.10, as according to a post in the Mate Desktop blog regarding "known issues" with 16.10: However, it is not clear to me if this fix will be distributed for this Ubuntu Mate LTS (16.04) or not (as this is not really a security fix).
#Weatherdesk omgubuntu Patch
The fix to this has already been implemented in libmateweather, you can see the patch in the Mate Desktop GitHub repository as commit 835055e0d0b950d3f66ad236de7e40942f6f7d8e. (However, that version may not work behind a proxy, but that's a different problem). UPDATE: this has already been fixed in the latest libmateweather (1.12.2) released for Ubuntu Mate 16.04, so this solution is not needed anymore.

Apparently nobody noticed and when the service was discontinued a couple of weeks ago people started to find the message Failed to get METAR data: 404 Not Found in the syslog log (or in my case Falló al obtener datos METAR: 404 Not Found., as my computer is in Spanish). Around four years ago the NOAA announced it would discontinue that service. The weather information in METAR format was being downloaded from the NOAA website (it was world wide information) via the libgnomeweather library (and later via the libmateweather library).
