From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Subject: Re: Thunar cannot launch gio-launch-desktop Date: Sat, 7 Mar 2020 00:59:03 +0100 Message-ID: <20200307005903.60c7d0a3@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=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:49665) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jAMs8-0005ro-Q8 for guix-devel@gnu.org; Fri, 06 Mar 2020 18:59:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jAMs7-0002hB-OO for guix-devel@gnu.org; Fri, 06 Mar 2020 18:59:16 -0500 Received: from smtpo.poczta.interia.pl ([217.74.65.155]:44537) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jAMs7-0002ZG-5n for guix-devel@gnu.org; Fri, 06 Mar 2020 18:59:15 -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 On Fri, 06 Mar 2020 22:51:36 +0100 Ricardo Wurmus wrote: > In many packages we use =E2=80=9Cwrap-program=E2=80=9D (and in a few we u= se > =E2=80=9Cwrap-script=E2=80=9D) to create a shell script that sets environ= ment > variables and then calls the actual program. >=20 > The Thunar executable could perhaps be wrapped with a shell script > that first sets the PATH environment variable to a value that > includes the =E2=80=9Cbin=E2=80=9D directory of the =E2=80=9Cglib=E2=80= =9D package=E2=80=99s =E2=80=9Cbin=E2=80=9D output. > The result is that Thunar will be able to find gio-launch-desktop in > the PATH. >=20 > -- > Ricardo Okay, I should be able to do this then. I guess there are many examples, so this should be easy.=20 Just give me a day, because it's night here now. Jan Wielkiewicz