From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: how does mounting work? Date: Sat, 25 Aug 2018 00:23:51 +0200 Message-ID: <87h8jjietk.fsf@gnu.org> References: <20180817170248.3831e658@jasniac.instanton> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55762) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ftKUm-0001Dz-TO for help-guix@gnu.org; Fri, 24 Aug 2018 18:23:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ftKUk-00068H-Ur for help-guix@gnu.org; Fri, 24 Aug 2018 18:23:56 -0400 In-Reply-To: <20180817170248.3831e658@jasniac.instanton> (Marco van Hulten's message of "Fri, 17 Aug 2018 17:02:48 +0200") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Marco van Hulten Cc: help-guix@gnu.org Hello Marco, Marco van Hulten skribis: > I tried 'gvfs-mount', but now I'm quite sure it isn't that: > > > $ gvfs-mount --list > This tool has been deprecated, use 'gio mount' instead. > See 'gio help mount' for more info. > > /home/marco/.guix-profile/bin/gvfs-mount: line 13: exec: gio: not found > > > But this does look like something that wants fixing. Maybe gvfs-mount > is a wrong or an unnecessary dependency of some other package. I just checked and glib:bin provides that =E2=80=98gio=E2=80=99 command. I= guess we should fix =E2=80=98gvfs-mount=E2=80=99 to refer to =E2=80=98gio=E2=80=99 b= y its absolute file name. In the meantime, you can run: guix environment --ad-hoc glib:bin -- gio mount HTH! Ludo=E2=80=99.