The officially official Devuan Forum!

You are not logged in.

#1 2026-03-17 16:13:05

tyder
Member
From: Oslo, Norway
Registered: 2016-12-19
Posts: 48  

How will life be without gvfs?

How will life be without gvfs?
I'm about to find out for myself. It turned out that I didn't have to remove any userspace package to drop gvfs.
Which was kind of great surprise to me, I had the impression that 'everything' needed gvfs now and then.
In turn, it may indicate that the services gvfs provides, are not necessarily provided in an optimal way.
It's the old swiss army knife principle, which may mean jack of all trades, master of none.
And to some people, a swiss army knife is just what they need. Not to me, even though I happen to use them quite a lot ;-)

Offline

#2 2026-03-17 23:33:39

laurie_dev1
Member
Registered: 2026-01-31
Posts: 17  

Re: How will life be without gvfs?

If you only need gvfs for external drive mounting and you dont mind the terminal there is a program called pmount which mounts external drives with user permissions/

pmount /dev/sdb1

mounts it to /media/sdb1
Or you can go old school and just use fstab for all external mount requirements.

GVfs comes with a set of back-ends, including trash support, SFTP, FTP, WebDAV, SMB, and local data via Udev integration, OBEX, MTP and others.
So just depends on your use case.

Offline

#3 Yesterday 14:23:36

tux_99
Member
Registered: 2025-06-17
Posts: 111  

Re: How will life be without gvfs?

I have been running a desktop PC with XFCE with gvfs uninstalled since a long time and I have never noticed any problems apart from the fact that I have to mount removable drives manually.

'pmount' as suggested is a good alternative to make manual mounting of removable drives easier, but of course you can also just use the standard 'mount' command.

Last edited by tux_99 (Yesterday 14:28:22)


Either the users control the program – or the program controls the users” Richard Stallman

Offline

#4 Today 03:45:18

pcalvert
Member
Registered: 2017-05-15
Posts: 305  

Re: How will life be without gvfs?

I created a stripped down Debian live CD back in 2017. I wanted to make sure that it would actually fit on a CD, so I excluded as much unnecessary stuff as possible, including gvfs. The lack of gvfs didn't cause any problems that I am aware of.


Freespoke is a new search engine that respects user privacy and does not engage in censorship.
Another one is called Luxxle.

Offline

#5 Today 08:28:55

tyder
Member
From: Oslo, Norway
Registered: 2016-12-19
Posts: 48  

Re: How will life be without gvfs?

Thanks for the replies! :-)

GVfs comes with a set of back-ends, including trash support, SFTP, FTP, WebDAV, SMB, and local data via Udev integration, OBEX, MTP and others.

That's very good for general, especially more occasional, use, but in my particular use cases, it hasn't been so useful. I have ended up doing (lots of) manual mounts for necessary control, for example. I think it has something to do with the 'need to be open'-thing too. Most volumes are unmounted most of the time etc.

I have been running a desktop PC with XFCE with gvfs uninstalled since a long time and I have never noticed any problems apart from the fact that I have to mount removable drives manually.

Good to hear! My intuition is that I should rather make the mounting/unmounting more efficient than rely on gvfs automation.   And for me, the default is for services to be turned off when not in use: Boot partition/bootloader/initrd&kernel unmounted, init scripts rested when they have done their thing, media offline when not in use etc. Some of it, I think may be general good practice. The rest mostly related to workflow and reducing the impacts of own user errors.

Offline

Board footer