You are not logged in.
Pages: 1
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-dnssdLast edited by sevk (2024-02-08 00:45:35)
Offline
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
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
I^m smelling a XY... but https://wiki.archlinux.org/title/System … asic_setup --- the green note.
Offline
It can also be masked from dbus service files
Offline
Pages: 1