You are not logged in.

#1 2024-02-06 08:29:02

sevk
Member
From: CN
Registered: 2017-02-09
Posts: 37

[SOLVED] how to disable "gvfsd-http" ?

kk@kkar4 ~ ps -A | grep gvfs
   2097 ?        00:00:06 gvfsd
   2169 ?        00:00:00 gvfsd-fuse
1466439 ?        00:00:00 gvfsd-metadata
1466539 ?        00:00:09 gvfs-udisks2-vo
1466635 ?        00:00:08 gvfs-afc-volume
1466644 ?        00:00:06 gvfs-goa-volume
1466653 ?        00:00:09 gvfs-mtp-volume
1466663 ?        00:00:09 gvfs-gphoto2-vo
1466724 ?        00:00:00 gvfsd-trash
2048585 ?        00:00:00 gvfsd-http
3107545 ?        00:00:00 gvfsd-network
3107560 ?        00:05:24 gvfsd-dnssd

Last edited by sevk (2024-02-08 00:45:35)

Offline

#2 2024-02-06 18:51:50

jonno2002
Member
Registered: 2016-11-21
Posts: 848

Re: [SOLVED] how to disable "gvfsd-http" ?

quick search on duckduckgo for "gvfsd-http disable", 2nd result:
https://askubuntu.com/questions/1285637 … in-backend

The different backends of gvfs are installed as user services, you can manage them using systemctl --user.
You can stop the afc backend using this command (Ubuntu 20.04):
systemctl --user stop gvfs-afc-volume-monitor.service
or disable it permanently
systemctl --user disable gvfs-afc-volume-monitor.service
Note that this only disables the service for the current user. If multiple users are logged in (e.g. via ssh) for the second user the service will still start.

Offline

#3 2024-02-07 02:11:43

sevk
Member
From: CN
Registered: 2017-02-09
Posts: 37

Re: [SOLVED] how to disable "gvfsd-http" ?

Note that this only disables the service for the current user. If multiple users are logged in (e.g. via ssh) for the second user the service will still start.


how to disable for all users

Offline

#4 2024-02-07 09:50:21

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,104

Re: [SOLVED] how to disable "gvfsd-http" ?

I^m smelling a XY... but https://wiki.archlinux.org/title/System … asic_setup --- the green note.

Offline

#5 2024-02-22 00:04:37

avidseeker
Member
Registered: 2022-09-06
Posts: 68
Website

Re: [SOLVED] how to disable "gvfsd-http" ?

It can also be masked from dbus service files

https://wiki.archlinux.org/title/D-Bus# … us_service

Offline

Board footer

Powered by FluxBB