From mboxrd@z Thu Jan 1 00:00:00 1970 From: Diego Nicola Barbato Subject: bug#38135: Mate: missing gio-launch-desktop Date: Fri, 08 Nov 2019 15:33:13 +0100 Message-ID: <87a796l9p2.fsf@GlaDOS.home> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:39603) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iT5Kw-00077X-6K for bug-guix@gnu.org; Fri, 08 Nov 2019 09:34:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iT5Kv-00054E-4c for bug-guix@gnu.org; Fri, 08 Nov 2019 09:34:06 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:36303) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iT5Ku-000546-S4 for bug-guix@gnu.org; Fri, 08 Nov 2019 09:34:05 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iT5Ku-00019j-Md for bug-guix@gnu.org; Fri, 08 Nov 2019 09:34:04 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:39405) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iT5KI-0006JO-7V for bug-guix@gnu.org; Fri, 08 Nov 2019 09:33:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iT5KG-0004um-4z for bug-guix@gnu.org; Fri, 08 Nov 2019 09:33:25 -0500 Received: from mout02.posteo.de ([185.67.36.66]:50159) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iT5KC-0004s9-1p for bug-guix@gnu.org; Fri, 08 Nov 2019 09:33:20 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 7C0582400E6 for ; Fri, 8 Nov 2019 15:33:15 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 478jRt5CZSz9rxG for ; Fri, 8 Nov 2019 15:33:14 +0100 (CET) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 38135@debbugs.gnu.org Hi Guix, Launching a program from the start menu of the Mate desktop (as provided by the =E2=80=98mate-desktop-service-type=E2=80=99) currently (commit: 41ee= 209) fails. The error message complains about a missing =E2=80=98gio-launch-desktop=E2= =80=99 (found in the =E2=80=9Cbin=E2=80=9D output of =E2=80=98glib=E2=80=99). This can be worked around by adding =E2=80=98(list glib "bin")=E2=80=99 to = the list of global packages in the =E2=80=98operating-system=E2=80=99 configuration. Regards, Diego