From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Thunar cannot launch gio-launch-desktop Date: Sun, 08 Mar 2020 10:08:03 +0100 Message-ID: <8736ajp630.fsf@elephly.net> 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> <20200308004158.60c2112d@kompiuter> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:54280) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jArv3-0008W0-F8 for guix-devel@gnu.org; Sun, 08 Mar 2020 05:08:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jArv2-0008Ul-Hf for guix-devel@gnu.org; Sun, 08 Mar 2020 05:08:21 -0400 Received: from sender4-of-o51.zoho.com ([136.143.188.51]:21159) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jArv2-0008RV-2V for guix-devel@gnu.org; Sun, 08 Mar 2020 05:08:20 -0400 In-reply-to: <20200308004158.60c2112d@kompiuter> 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: Jan Cc: guix-devel@gnu.org, jbranso@dismail.de Jan writes: > 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? You should only need one of these two things: 1. propagate glib:bin 2. wrap Thunar with PATH including gio-launch-desktop. > If yes, should I send the patch to the patch mailing list? Yes, then we can discuss it. Thanks! -- Ricardo