From unknown Sun Jun 22 07:51:38 2025 X-Loop: help-debbugs@gnu.org Subject: bug#41927: gio mount unusable on many setups, likely caused by missing dependencies Resent-From: raingloom Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Wed, 17 Jun 2020 21:56:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 41927 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 41927@debbugs.gnu.org X-Debbugs-Original-To: Guix Bugs Received: via spool by submit@debbugs.gnu.org id=B.159243093430867 (code B ref -1); Wed, 17 Jun 2020 21:56:02 +0000 Received: (at submit) by debbugs.gnu.org; 17 Jun 2020 21:55:34 +0000 Received: from localhost ([127.0.0.1]:52329 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jlg1t-00081n-QP for submit@debbugs.gnu.org; Wed, 17 Jun 2020 17:55:33 -0400 Received: from lists.gnu.org ([209.51.188.17]:38050) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jlg1s-00081g-9b for submit@debbugs.gnu.org; Wed, 17 Jun 2020 17:55:32 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51652) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jlg1r-0008FI-Pr for bug-guix@gnu.org; Wed, 17 Jun 2020 17:55:31 -0400 Received: from mx1.riseup.net ([198.252.153.129]:44186) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jlg1p-0000bO-LB for bug-guix@gnu.org; Wed, 17 Jun 2020 17:55:31 -0400 Received: from bell.riseup.net (bell-pn.riseup.net [10.0.1.178]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "Sectigo RSA Domain Validation Secure Server CA" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 49nJlc1mLjzFfxZ for ; Wed, 17 Jun 2020 14:55:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1592430926; bh=eu+XqY63uHVoPYgqjlaoaBmXERZro3URvW7r0us1pnk=; h=Date:From:To:Subject:From; b=eH8TBcBwozPOYpI6hM5DzzvDJWGUl3i3KWQ8aQJlL7PEJO1T5aO1kwO5oyhgGbUGA D/PFT4+YYSkToulNbtMif3tpYYajSJBJioeQLrFF+aJ1rwMHDeq2ciLPxnlSHZLz5h OJ+034O1VVbr1s0Q+Fi4Nai0m9knMWkdoUbj9cm0= X-Riseup-User-ID: 3C0A68057EFA02038686E8F3E997A8F6E230DC43B5DEF2F6E8EF9FFD62AAF57E Received: from [127.0.0.1] (localhost [127.0.0.1]) by bell.riseup.net (Postfix) with ESMTPSA id 49nJlb424vzJrJl for ; Wed, 17 Jun 2020 14:55:23 -0700 (PDT) Date: Wed, 17 Jun 2020 22:58:53 +0200 From: raingloom Message-ID: <20200617225853.709037fc@riseup.net> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Received-SPF: pass client-ip=198.252.153.129; envelope-from=raingloom@riseup.net; helo=mx1.riseup.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/06/17 17:55:27 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) On machine A which is running i3wm inside the default gdm, i can use `gio mount` without any issue, with gvfs is installed globally. On machine B which is running sway inside sddm or without a display manager, it invariably fails with "volume doesn't implement mount". Yes, the hostname is correct, yes it can reach it over the network. Connecting with sshfs works, but gio with the sftp protocol does not. I tried installing fuse as well, looked for any kind of dependency i missed, but couldn't find anything. I'm pretty tired and angry that something that should be trivial doesn't work. I mostly blame GVFS, but it would be really nice if it was documented somewhere what the hell people are supposed to install to get their file managers working. Based on conversations on IRC, others are also having this problem and they also couldn't find a solution. Could someone who knows what the hell GVFS is doing help with this? I'd really like to avoid installing the entirety of Gnome just to mount some folders. From unknown Sun Jun 22 07:51:38 2025 X-Loop: help-debbugs@gnu.org Subject: bug#41927: gio mount unusable on many setups, likely caused by missing dependencies Resent-From: raingloom Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Wed, 01 Jul 2020 19:01:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41927 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 41927@debbugs.gnu.org Received: via spool by 41927-submit@debbugs.gnu.org id=B41927.15936300265263 (code B ref 41927); Wed, 01 Jul 2020 19:01:01 +0000 Received: (at 41927) by debbugs.gnu.org; 1 Jul 2020 19:00:26 +0000 Received: from localhost ([127.0.0.1]:53752 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jqhy6-0001Mp-1U for submit@debbugs.gnu.org; Wed, 01 Jul 2020 15:00:26 -0400 Received: from mx1.riseup.net ([198.252.153.129]:55598) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jqhy2-0001Mg-Oc for 41927@debbugs.gnu.org; Wed, 01 Jul 2020 15:00:25 -0400 Received: from bell.riseup.net (bell-pn.riseup.net [10.0.1.178]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "Sectigo RSA Domain Validation Secure Server CA" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 49xrC91skSzFhL6 for <41927@debbugs.gnu.org>; Wed, 1 Jul 2020 12:00:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1593630021; bh=UUGtMTrkb04nGMDxOWhzG54dT3nV3GquX/lTvlH9Z80=; h=Date:From:To:Subject:In-Reply-To:References:From; b=KMY6sML0T7xkoAar4NqhMAM+bbBagpMUKz8a98MQm0DOWuvHpbwtJG8ko92l5ZxVr faZPnkVAcBS1/XoZ8prScP5R/x+wwM+JAGSiFCy54bO9ctSH4EJxjCr7zqGghw33wH ekx3tvn1q4RsDG+Hq1jxlmErJVQiAIYyGhfvGS8k= X-Riseup-User-ID: B2622705B139268CFA9085AD9FC2390757525374A87259D4C0B9D4F08D0D278C Received: from [127.0.0.1] (localhost [127.0.0.1]) by bell.riseup.net (Postfix) with ESMTPSA id 49xrC15n4TzJr83 for <41927@debbugs.gnu.org>; Wed, 1 Jul 2020 12:00:13 -0700 (PDT) Date: Wed, 1 Jul 2020 20:32:26 +0200 From: raingloom Message-ID: <20200701203226.4ab7219f@riseup.net> In-Reply-To: <20200617225853.709037fc@riseup.net> References: <20200617225853.709037fc@riseup.net> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) bump... Does no one know how to fix this? Or is this just not a priority? From unknown Sun Jun 22 07:51:38 2025 X-Loop: help-debbugs@gnu.org Subject: bug#41927: gio mount unusable on many setups, likely caused by missing dependencies Resent-From: raingloom Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Thu, 02 Jul 2020 19:38:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41927 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 41927@debbugs.gnu.org Received: via spool by 41927-submit@debbugs.gnu.org id=B41927.159371866730771 (code B ref 41927); Thu, 02 Jul 2020 19:38:01 +0000 Received: (at 41927) by debbugs.gnu.org; 2 Jul 2020 19:37:47 +0000 Received: from localhost ([127.0.0.1]:55699 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jr51n-000809-Hd for submit@debbugs.gnu.org; Thu, 02 Jul 2020 15:37:47 -0400 Received: from mx1.riseup.net ([198.252.153.129]:36834) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jr51k-0007zr-L2 for 41927@debbugs.gnu.org; Thu, 02 Jul 2020 15:37:46 -0400 Received: from bell.riseup.net (bell-pn.riseup.net [10.0.1.178]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "Sectigo RSA Domain Validation Secure Server CA" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 49ySzq5ypSzFf0g for <41927@debbugs.gnu.org>; Thu, 2 Jul 2020 12:37:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1593718663; bh=PEiBiraxeTVS/3BJrwxmbDqQOYvvPMxDo5uRPohgbG0=; h=Date:From:To:Subject:In-Reply-To:References:From; b=Pn821Fed9rOkKZI4JM3z5mlzypsXm8u/XGvqmOiDc4wct3f9mufr+aTTHMoDu+iuQ tqkTO90/eBVIPE3hLn1gag5ThG1/X08MMjGg5AqiYwbLHB1PY3BrbiWyiLkm0u6qyG P/v191Gj7T9zmeenJiSgK8NblLBFNx0L+uZQ4EaM= X-Riseup-User-ID: A6840A2A412D248D0B5B09FFD5BCC49F52C2B57D1AA9DD839E2E307A7CC331AA Received: from [127.0.0.1] (localhost [127.0.0.1]) by bell.riseup.net (Postfix) with ESMTPSA id 49ySzp5QmQzJnMB for <41927@debbugs.gnu.org>; Thu, 2 Jul 2020 12:37:42 -0700 (PDT) Date: Thu, 2 Jul 2020 21:37:36 +0200 From: raingloom Message-ID: <20200702213736.587e7f06@riseup.net> In-Reply-To: <20200701203226.4ab7219f@riseup.net> References: <20200617225853.709037fc@riseup.net> <20200701203226.4ab7219f@riseup.net> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) This is also an issue when trying to use USB devices. For instance I couldn't get my microSD adapter working on the SDDM machine, but it works flawlessly on my GDM based one. See also the udisks related report from IRC: http://logs.guix.gnu.org/guix/2020-07-02.log From unknown Sun Jun 22 07:51:38 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: raingloom Subject: bug#41927: closed (Re: bug#41927: gio mount unusable on many setups, likely caused by missing dependencies) Message-ID: References: <87cyq9c71j.fsf@envs.net> <20200617225853.709037fc@riseup.net> X-Gnu-PR-Message: they-closed 41927 X-Gnu-PR-Package: guix Reply-To: 41927@debbugs.gnu.org Date: Mon, 29 Apr 2024 01:06:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1714352762-29851-1" This is a multi-part message in MIME format... ------------=_1714352762-29851-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #41927: gio mount unusable on many setups, likely caused by missing depende= ncies which was filed against the guix package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 41927@debbugs.gnu.org. --=20 41927: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D41927 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1714352762-29851-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 41927-done) by debbugs.gnu.org; 29 Apr 2024 01:05:54 +0000 Received: from localhost ([127.0.0.1]:53900 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s1FSs-0007lD-85 for submit@debbugs.gnu.org; Sun, 28 Apr 2024 21:05:54 -0400 Received: from mail.envs.net ([5.199.136.28]:52464) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s1FSq-0007l7-JN for 41927-done@debbugs.gnu.org; Sun, 28 Apr 2024 21:05:53 -0400 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id 4367438A2083; Mon, 29 Apr 2024 01:05:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=envs.net; s=modoboa; t=1714352732; bh=GlMCsZTO6p4bD5kypJM5TvHwE0hE4WvPVArgupxtmMk=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=kynhWWSod2+cL+S/Jn4Jb8Dh2MPpBNq3GNnpCmQoM+NNL5va6ZqmQ8Ws4u/oqNVS/ 8BeddmkzM4bMLCXifTTJyc9GdQOTpQ+1ookIIVT46Q90h94u/JYWgNYlLyiYtptv9r VIzmRvSSWlyKZ/rcWwljXgg8nMOFTtBxDdpm/m3oKwPkjm5Fjp5LY58Is89mZX4Wzq xE4VoXHy5S9eIttU4P9LqQeXVL/+kHVRx9V06BCfJNa1AwehlD4ZbCvQzu34f6oPQZ lUVXVQQo2YDlU8Uq6hb/rtlIwQJ+nhtfwnT1QXoqkg0b+UCk5GbaItGUr+yx6wnJch zHy7OtgzUoKnyNjVjvrhFcvdBxIES7Kw7QUXbSyWzO8RjoYEIiJdPBi+o8Niw1vbsH mx/JD3/n3UgauLwwyP3kjnzsaeJLZV7W3A/+iXswwNdbLoUGOllDt8hNFkPXAjgpNF Ps6mBAkPtm9lMIoxnP6Vi4xlth26Z1uyd3tjZof0BqYrB9MINH5sNlSOh/tibTSjYv s/8n9dDHJ7XXa5waxootI1PtH/Uz9hiX8C7JGbCbhl8Fgj3ammMdE/zyY5In2jqkmU e4ILbHRL2outr+gFqe76Gp+j7riGcvcPrEbpsNpZ0tOQ4nkwd306K0aAlAquX9UePV wS7QL8koMQfeB4ZNfRKs/Z1A= X-Virus-Scanned: Debian amavisd-new at mail.envs.net Received: from mail.envs.net ([127.0.0.1]) by localhost (mail.envs.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id wtl11LTcakG8; Mon, 29 Apr 2024 01:05:29 +0000 (UTC) Received: from localhost (unknown [36.170.58.104]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.envs.net (Postfix) with ESMTPSA; Mon, 29 Apr 2024 01:05:29 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 481e81a8; Mon, 29 Apr 2024 01:05:28 +0000 (UTC) From: =?utf-8?B?5a6L5paH5q2m?= To: raingloom Subject: Re: bug#41927: gio mount unusable on many setups, likely caused by missing dependencies In-Reply-To: <20200617225853.709037fc@riseup.net> (raingloom@riseup.net's message of "Wed, 17 Jun 2020 22:58:53 +0200") References: <20200617225853.709037fc@riseup.net> Date: Mon, 29 Apr 2024 09:05:28 +0800 Message-ID: <87cyq9c71j.fsf@envs.net> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 41927-done Cc: 41927-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) raingloom writes: > [...] > > Could someone who knows what the hell GVFS is doing help with this? I'd > really like to avoid installing the entirety of Gnome just to mount some > folders. Hello, this issue had been fixed by commit 3bd8d238ab, which introduces 'gvfs-service-type'. Close now, thanks! ------------=_1714352762-29851-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 17 Jun 2020 21:55:34 +0000 Received: from localhost ([127.0.0.1]:52329 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jlg1t-00081n-QP for submit@debbugs.gnu.org; Wed, 17 Jun 2020 17:55:33 -0400 Received: from lists.gnu.org ([209.51.188.17]:38050) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jlg1s-00081g-9b for submit@debbugs.gnu.org; Wed, 17 Jun 2020 17:55:32 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51652) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jlg1r-0008FI-Pr for bug-guix@gnu.org; Wed, 17 Jun 2020 17:55:31 -0400 Received: from mx1.riseup.net ([198.252.153.129]:44186) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jlg1p-0000bO-LB for bug-guix@gnu.org; Wed, 17 Jun 2020 17:55:31 -0400 Received: from bell.riseup.net (bell-pn.riseup.net [10.0.1.178]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "Sectigo RSA Domain Validation Secure Server CA" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 49nJlc1mLjzFfxZ for ; Wed, 17 Jun 2020 14:55:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1592430926; bh=eu+XqY63uHVoPYgqjlaoaBmXERZro3URvW7r0us1pnk=; h=Date:From:To:Subject:From; b=eH8TBcBwozPOYpI6hM5DzzvDJWGUl3i3KWQ8aQJlL7PEJO1T5aO1kwO5oyhgGbUGA D/PFT4+YYSkToulNbtMif3tpYYajSJBJioeQLrFF+aJ1rwMHDeq2ciLPxnlSHZLz5h OJ+034O1VVbr1s0Q+Fi4Nai0m9knMWkdoUbj9cm0= X-Riseup-User-ID: 3C0A68057EFA02038686E8F3E997A8F6E230DC43B5DEF2F6E8EF9FFD62AAF57E Received: from [127.0.0.1] (localhost [127.0.0.1]) by bell.riseup.net (Postfix) with ESMTPSA id 49nJlb424vzJrJl for ; Wed, 17 Jun 2020 14:55:23 -0700 (PDT) Date: Wed, 17 Jun 2020 22:58:53 +0200 From: raingloom To: Guix Bugs Subject: gio mount unusable on many setups, likely caused by missing dependencies Message-ID: <20200617225853.709037fc@riseup.net> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Received-SPF: pass client-ip=198.252.153.129; envelope-from=raingloom@riseup.net; helo=mx1.riseup.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/06/17 17:55:27 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) On machine A which is running i3wm inside the default gdm, i can use `gio mount` without any issue, with gvfs is installed globally. On machine B which is running sway inside sddm or without a display manager, it invariably fails with "volume doesn't implement mount". Yes, the hostname is correct, yes it can reach it over the network. Connecting with sshfs works, but gio with the sftp protocol does not. I tried installing fuse as well, looked for any kind of dependency i missed, but couldn't find anything. I'm pretty tired and angry that something that should be trivial doesn't work. I mostly blame GVFS, but it would be really nice if it was documented somewhere what the hell people are supposed to install to get their file managers working. Based on conversations on IRC, others are also having this problem and they also couldn't find a solution. Could someone who knows what the hell GVFS is doing help with this? I'd really like to avoid installing the entirety of Gnome just to mount some folders. ------------=_1714352762-29851-1--