From mboxrd@z Thu Jan 1 00:00:00 1970 X-Received: by 10.236.50.227 with SMTP id z63mr42892630yhb.4.1426136259466; Wed, 11 Mar 2015 21:57:39 -0700 (PDT) X-BeenThere: voidlinux@googlegroups.com Received: by 10.182.34.138 with SMTP id z10ls464176obi.10.gmail; Wed, 11 Mar 2015 21:57:39 -0700 (PDT) X-Received: by 10.182.43.229 with SMTP id z5mr366840obl.22.1426136259305; Wed, 11 Mar 2015 21:57:39 -0700 (PDT) Date: Wed, 11 Mar 2015 21:57:38 -0700 (PDT) From: =?UTF-8?Q?Rodrigo_Pati=C3=B1o?= To: voidlinux@googlegroups.com Message-Id: <134e5e44-19a7-431b-a026-992ac109eaf9@googlegroups.com> Subject: Can't mount devices using gvfs MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_114_1821878343.1426136258700" ------=_Part_114_1821878343.1426136258700 Content-Type: multipart/alternative; boundary="----=_Part_115_1487471875.1426136258700" ------=_Part_115_1487471875.1426136258700 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hi, I can't mount usb using gvfs, I'm using Pcmanfm and Thunar and it doesn't work with any of them. I tried adding gvfs in my xinitrc and typing gvfsd on the terminal. I also tried these steps: ( https://github.com/voidlinux/documentation/wiki/Mounting-filesystem-as-a-user ). Any ideas? ------=_Part_115_1487471875.1426136258700 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit
Hi, I can't mount usb using gvfs, I'm using Pcmanfm and Thunar and it doesn't work with any of them. I tried adding gvfs in my xinitrc and typing gvfsd on the terminal. I also tried these steps: ( https://github.com/voidlinux/documentation/wiki/Mounting-filesystem-as-a-user ).
Any ideas?
------=_Part_115_1487471875.1426136258700-- ------=_Part_114_1821878343.1426136258700-- From mboxrd@z Thu Jan 1 00:00:00 1970 X-Received: by 10.50.29.6 with SMTP id f6mr72259892igh.2.1426263680995; Fri, 13 Mar 2015 09:21:20 -0700 (PDT) X-BeenThere: voidlinux@googlegroups.com Received: by 10.140.31.102 with SMTP id e93ls1736218qge.87.gmail; Fri, 13 Mar 2015 09:21:20 -0700 (PDT) X-Received: by 10.140.94.170 with SMTP id g39mr791545qge.34.1426263680863; Fri, 13 Mar 2015 09:21:20 -0700 (PDT) Date: Fri, 13 Mar 2015 09:21:20 -0700 (PDT) From: JD Robinson To: voidlinux@googlegroups.com Message-Id: <43d23f1d-c9a6-44bc-bbad-92fda867fb0c@googlegroups.com> In-Reply-To: <134e5e44-19a7-431b-a026-992ac109eaf9@googlegroups.com> References: <134e5e44-19a7-431b-a026-992ac109eaf9@googlegroups.com> Subject: Can't mount devices using gvfs MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_568_1523101630.1426263680516" ------=_Part_568_1523101630.1426263680516 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Try adding your user to the "disk" group? There may be another group with gvfs. But try this first: Void uses runit as the init process. You will want to star any daemons or services by creating a symbolic link for the daemon: ln -s /etc/sv/gvfsd /var/service/ Of course sv may not have an entry for it and you will need to look at a prexisting sv service for the basic up/down scripts. If it's already there, try: sv u gvfs Or sv --start gvfsd or similar. Also make sure FUSE is installed,gvfs may be trying to use this. Personally I am using udev, and nemo is mounting things just fine in cinnamon ( nemo being a fork of thunar I think ). As soon as I installed gnome I started getting network key related errors at login .... I haven't fully moved into Void yet so I'll look at gnome and see if I'm having a similar issue. ------=_Part_568_1523101630.1426263680516-- From mboxrd@z Thu Jan 1 00:00:00 1970 X-Received: by 10.236.66.4 with SMTP id g4mr43245452yhd.11.1427010929810; Sun, 22 Mar 2015 00:55:29 -0700 (PDT) X-BeenThere: voidlinux@googlegroups.com Received: by 10.182.153.227 with SMTP id vj3ls1166148obb.99.gmail; Sun, 22 Mar 2015 00:55:29 -0700 (PDT) X-Received: by 10.182.148.228 with SMTP id tv4mr748783obb.9.1427010929617; Sun, 22 Mar 2015 00:55:29 -0700 (PDT) Date: Sun, 22 Mar 2015 00:55:29 -0700 (PDT) From: Juan RP To: voidlinux@googlegroups.com Message-Id: In-Reply-To: <43d23f1d-c9a6-44bc-bbad-92fda867fb0c@googlegroups.com> References: <134e5e44-19a7-431b-a026-992ac109eaf9@googlegroups.com> <43d23f1d-c9a6-44bc-bbad-92fda867fb0c@googlegroups.com> Subject: Re: Can't mount devices using gvfs MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_1737_2027225965.1427010929279" ------=_Part_1737_2027225965.1427010929279 Content-Type: multipart/alternative; boundary="----=_Part_1738_1758734100.1427010929279" ------=_Part_1738_1758734100.1427010929279 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit There's no need to start gvfsd manually, it will be started automagically via dbus. Most likely their issue is that he did not enable the dbus service. Also note that unless polkit has rules to allow authorization for the user running the desktop it won't even work. Use ConsoleKit2 or create the polkit rules manually. ------=_Part_1738_1758734100.1427010929279 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit

There's no need to start gvfsd manually, it will be started automagically via dbus.

Most likely their issue is that he did not enable the dbus service.

Also note that unless polkit has rules to allow authorization for the user running the desktop it won't even work.
Use ConsoleKit2 or create the polkit rules manually.
------=_Part_1738_1758734100.1427010929279-- ------=_Part_1737_2027225965.1427010929279--