From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:56251) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jK0Yi-0003oZ-3Y for guix-patches@gnu.org; Thu, 02 Apr 2020 10:11:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jK0Yh-0006DC-11 for guix-patches@gnu.org; Thu, 02 Apr 2020 10:11:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57014) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jK0Yg-0006D5-U9 for guix-patches@gnu.org; Thu, 02 Apr 2020 10:11:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jK0Yg-0006fl-PP for guix-patches@gnu.org; Thu, 02 Apr 2020 10:11:02 -0400 Subject: bug#40324: [PATCH 00/30] [MATE] Update to 1.24 Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20200330131848.16690-1-jonathan.brielmaier@web.de> Date: Thu, 02 Apr 2020 16:10:00 +0200 In-Reply-To: <20200330131848.16690-1-jonathan.brielmaier@web.de> (Jonathan Brielmaier's message of "Mon, 30 Mar 2020 15:18:48 +0200") Message-ID: <87d08qnflz.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Jonathan Brielmaier Cc: 40324-done@debbugs.gnu.org Hi, Jonathan Brielmaier skribis: > this series updates MATE to 1.24. I tested it in a VM and it looks quite > good so far. Nice! I=E2=80=99ve tested it briefly in a VM and it seems to work fine. P= ushed the whole series, with ae8e0fbd82ca8406dc55aa1f55c4681331e0d215 as the tip. > Known limitations > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > * Atril is still on 1.22 due to an old version of glib in master. > * I had to propagate glib:bin to the mate "meta" package in order to fix > this gio-launch-desktop issue. I think this quick fix is okay. > > There were some discussions before about this topic on guix-devel: > https://lists.gnu.org/archive/html/guix-devel/2020-03/msg00324.html I haven=E2=80=99t investigated, but could we set the absolute file name of gio-launch-desktop =E2=80=9Csomewhere=E2=80=9D so that we don=E2=80=99t hav= e to propagate glib:bin? Thanks, Ludo=E2=80=99.