=== brainwash_ is now known as brainwash === dkessel18 is now known as dkessel1 === TheRedQueen is now known as Drone === Rtfsc9 is now known as Rtfsc8 [12:53] xfce4-weather-plugin stopped working on 18.04LTS. This commit fixes the bug. https://gitlab.xfce.org/panel-plugins/xfce4-weather-plugin/-/commit/97601ab2ad1f9810516be6d3d91c5c9b16d6397a Is there any way to get this version backported to 18.04LTS? [13:02] I'm running a 32-bit version of 18.04LTS and can't update to 20.04LTS to fix [13:08] you can download the sources and rebuild them locally [13:09] or put the commit in debian/patches (and put in in series) en rebuild your current version locally [13:10] Ok. [13:13] http://archive.ubuntu.com/ubuntu/pool/universe/x/xfce4-weather-plugin/xfce4-weather-plugin_0.8.11.orig.tar.bz2 [13:13] http://archive.ubuntu.com/ubuntu/pool/universe/x/xfce4-weather-plugin/xfce4-weather-plugin_0.8.11-0ubuntu0.18.04.1.debian.tar.xz [13:13] presumably [13:13] not sure if that patch will apply though [13:13] oh it might [13:13] it's simply enough [14:13] Those patches won't apply cleanly to the 0.8.11 version of xfce4-weather-pugin. Can I build the newer version from focal or groovy on a 32-bit system? [14:28] I doubt it, given that xfce moved to gtk3 [14:28] iirc [14:42] So if the patch won't apply cleanly, how do I go about getting a working xfce4-weather-plugin working on 18.04LTS 32-bit? === pavlushka_ is now known as pavlushka === Rtfsc9 is now known as Rtfsc8 [22:27] Does anybody know what;s going on with xfce4-weather-plugin? It stopped working a couple of days ago. [22:31] did you look up the latest bug reports, yet? [22:31] I'm not sure where to look. I searched google and came up with some discussion about it on a mint forum. [22:33] https://bugs.launchpad.net/ubuntu/+source/xfce4-weather-plugin is where bugs filed against the packages in ubuntu (by running "ubuntu-bug xfce4-weather-plugin" ony our system) would end up. [22:33] but this is actually a package maintained by debian as seen at https://launchpad.net/ubuntu/+source/xfce4-weather-plugin [22:34] so you may want to look at https://bugs.debian.org/xfce4-weather-plugin also [22:35] (keeping in mind that xfce4-weather-plugin versions in your ubuntu release and those current debian releases may differ) [22:35] https://git.xfce.org/panel-plugins/xfce4-weather-plugin/commit/?id=97601ab2ad1f9810516be6d3d91c5c9b16d6397a [22:37] Seems they switched to a new API version [22:38] Just wondering... is it hard to recompile this package for 16.04 and 18.04? [22:40] i wouldn't know, never tried. there are few dependencies, though, which should be a good thing. [22:41] xubuntu 16.04 has been EOL since april 2019, though: https://help.ubuntu.com/community/EOL [22:41] I understand [22:49] pjotter: if it's really as simple as applying those two patches then you should be able to just do this https://help.ubuntu.com/community/UpdatingADeb [22:50] I've never done this before. I can just edit the files mentioned in the patch and then recompile? [22:50] yes [22:51] you'll need to add "deb-src" lines to be able to download source packages with apt beforehand [22:51] Where can I find the source for xfce4-weather-plugin [22:51] ok [22:51] ...to your /etc/apt/sources.list, that is [22:51] I can't download them manually? [22:52] sure, you can, it's just less convenient [22:53] apt doesn't ust download, but also verifies the digital signatures. you can also do this manually, but it's not as easy. [22:53] Ok, so I added the deb-src line. [22:54] xfce4-weather-plugin is in universe, so you just need the deb-src for that [22:54] deb-src http://nl.archive.ubuntu.com/ubuntu/ xenial-updates main universe multiverse restricted [22:55] So how to I download the source? (sorry for the many questions) [22:56] apt-get update && apt-get source xfce4-weather-plugin [22:56] sudo apt-get update && apt-get source xfce4-weather-plugin [22:56] ^ that rather [22:58] it worked :) [22:58] I now have the 08.9 version source [22:58] yeay :) [22:59] now edit the files... ;) [22:59] i jumped ahead, though, you need to start form the top of https://help.ubuntu.com/community/UpdatingADeb [23:00] I understand. But I first need to apply the changes, right? [23:01] whether oyu first install the build dependencies and build tools or do that after editing the source code should not matter [23:01] I think the build depenencies are already on my system from previous attempts to compile stuff [23:03] you mean the build utilities, or this very packages' build dependencies? [23:03] i.e. first grey box on the wiki [23:10] Mo, just de build dependencies. [23:10] No [23:10] I made the alterations to the files.. let's see how this compiles.. :) [23:17] good luck, that's the point where i need to weasel off [23:19] it;s running... :D [23:21] Hurray! we got some errors :S [23:21] undeclared something... I'll dive into this