2022-06-29 16:07:13 +08:00
|
|
|
# GVfs
|
|
|
|
|
|
|
|
GVfs is a userspace virtual filesystem implementation for GIO (a library
|
|
|
|
available in GLib). GVfs comes with a set of backends, including trash support,
|
|
|
|
SFTP, SMB, HTTP, DAV, and many others. GVfs also contains modules for GIO that
|
|
|
|
implement volume monitors and persistent metadata storage. There is also FUSE
|
|
|
|
support that provides limited access to the GVfs filesystems for applications
|
|
|
|
not using GIO.
|
|
|
|
|
2023-02-15 15:41:32 +08:00
|
|
|
For more info about GVfs, see https://wiki.gnome.org/Projects/gvfs.
|
2022-06-29 16:07:13 +08:00
|
|
|
|
|
|
|
## Reporting Bugs
|
|
|
|
|
|
|
|
Bug reports can be found and filed at https://gitlab.gnome.org/GNOME/gvfs/issues.
|
2023-02-15 15:41:32 +08:00
|
|
|
For security-related issues, please use https://security.gnome.org/.
|
|
|
|
|
|
|
|
See https://wiki.gnome.org/Projects/gvfs/debugging for info about getting debug
|
|
|
|
logs.
|
2022-06-29 16:07:13 +08:00
|
|
|
|
|
|
|
## Ask Questions
|
|
|
|
|
2023-02-15 15:41:32 +08:00
|
|
|
For questions use [GNOME Discourse](https://discourse.gnome.org/).
|