all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Stefan Stefanović" <stefanx2ovic@gmail.com>
To: brendan.tildesley@openmailbox.org, help-guix@gnu.org
Subject: Re: File Managers shows many devices that are not drives, in i3 but not in GNOME
Date: Sat, 23 Dec 2017 01:14:34 +0100	[thread overview]
Message-ID: <58ca0cd0-87d5-b152-c5e9-79ed7542d021@gmail.com> (raw)
In-Reply-To: <20171120145020.787EA4E004E@mta-1.openmailbox.og>

Hello,
I use i3 window manager myself and have solved this problem by 
installing gvfs package in my guix profile.

I started the nautilus file manager from the terminal emulator and I got 
the following warnings:
   invoking IsSupported() failed for remote volume monitor with dbus name
     org.gtk.vfs.UDisks2VolumeMonitor:: 
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown:
     The name org.gtk.vfs.UDisks2VolumeMonitor was not provided by any 
.service files (g-dbus-error-quark, 2)
   invoking IsSupported() failed for remote volume monitor with dbus name
     org.gtk.vfs.MTPVolumeMonitor:: 
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown:
     The name org.gtk.vfs.MTPVolumeMonitor was not provided by any 
.service files (g-dbus-error-quark, 2)
   invoking IsSupported() failed for remote volume monitor with dbus name
     org.gtk.vfs.GPhoto2VolumeMonitor:: 
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown:
     The name org.gtk.vfs.GPhoto2VolumeMonitor was not provided by any 
.service files (g-dbus-error-quark, 2)

The gvfs package provides the above mentioned dbus services.

To test this I installed it to my user profile by running:
guix package -i gvfs

I had to check the presence of the above mentioned dbus service files by 
running:
ls -l $GUIX_PROFILE/share/dbus-1/services/

And since I have fish as my default shell I had to run:
exec sh -c "source $GUIX_PROFILE/etc/profile; exec fish"
to properly set new environment variables.
(You can change the above command by replacing 'fish' with your shell 
command.)

At this point I started nautilus from the terminal emulator and the 
problem was solved.

Test this solution and of course you can add this package in your system 
profile.

This reply is a bit late but it may be useful to others who have similar 
problems.

-Stefan

On 11/20/2017 03:50 PM, brendan.tildesley@openmailbox.org wrote:
> In i3-wm my pcmanfm and nautilus, and probably other file systems display all these devices like:
>
> pts
> shm
> store
> systemd
> user
> cgroup
> blkio
> ...
>
> which browse to /dev/pts, /dev/sdm, /gnu/store, ... when clicked on.
>
> These things shouldn't appear at all, additionally, my usb drives and extra hard drive are not automounted or recognised in pcmanfm/nautilus. I don't know how to begin debugging this so I'm wondering if anyone else understands what's going on.
>
> My OS config is here: https://paste.debian.net/996688/
> It occurs when my config is launched in a VM too so it isn't caused by my config files in HOME.

  parent reply	other threads:[~2017-12-23  0:14 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-20 14:50 File Managers shows many devices that are not drives, in i3 but not in GNOME brendan.tildesley
2017-11-20 16:04 ` ng0
2017-11-21 13:16 ` Ludovic Courtès
2017-12-23  0:14 ` Stefan Stefanović [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-11-21 11:46 brendan.tildesley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=58ca0cd0-87d5-b152-c5e9-79ed7542d021@gmail.com \
    --to=stefanx2ovic@gmail.com \
    --cc=brendan.tildesley@openmailbox.org \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.