From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Subject: Re: Thunar cannot launch gio-launch-desktop Date: Sun, 8 Mar 2020 00:41:58 +0100 Message-ID: <20200308004158.60c2112d@kompiuter> References: <60bd323b399bc4fafefc74d7fa84c0db@dismail.de> <86lfoqy8h0.fsf@dismail.de> <87pne3d5t6.fsf@gnu.org> <1e9d70a74387d32de652695c0142fdaa@dismail.de> <20200305220916.3c8e6e86@kompiuter> <87k13xbf4t.fsf@elephly.net> <20200306185755.704c892e@kompiuter> <87a74tp2xj.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:45145) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jAj58-0002Or-8O for guix-devel@gnu.org; Sat, 07 Mar 2020 18:42:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jAj57-0007lT-8N for guix-devel@gnu.org; Sat, 07 Mar 2020 18:42:10 -0500 Received: from smtpo.poczta.interia.pl ([217.74.65.155]:56790) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jAj56-0007Zz-LQ for guix-devel@gnu.org; Sat, 07 Mar 2020 18:42:09 -0500 In-Reply-To: <87a74tp2xj.fsf@elephly.net> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane-mx.org@gnu.org Sender: "Guix-devel" To: Ricardo Wurmus Cc: guix-devel@gnu.org, jbranso@dismail.de I managed to fix it by adding glib:bin to propagated inputs and wrapping by adding gio-launch-desktop to PATH. Is using PATH correct way of doing so? If yes, should I send the patch to the patch mailing list? Jan Wielkiewicz