Gvfs-1.52.2

Introduction to Gvfs

The Gvfs package is a userspace virtual filesystem designed to work with the I/O abstractions of GLib's GIO library.

This package is known to build and work properly using an LFS 12.1 platform.

Package Information

Gvfs Dependencies

Required

dbus-1.14.10, GLib-2.78.4, libusb-1.0.27, and libsecret-0.21.3

Recommended

Optional

Apache-2.4.58, Avahi-0.8, BlueZ-5.72, Fuse-3.16.2, gnome-online-accounts-3.48.0, GTK-Doc-1.33.2, libarchive-3.7.2, libgcrypt-1.10.3, libgdata-0.18.1, libxml2-2.12.5, libxslt-1.1.39, OpenSSH-9.6p1, Samba-4.19.5, gnome-desktop-testing (for tests), libbluray, libgphoto2, libimobiledevice, libmtp, libnfs, and Twisted

Installation of Gvfs

Install Gvfs by running the following commands:

mkdir build &&
cd    build &&

meson setup               \
      --prefix=/usr       \
      --buildtype=release \
      -Dfuse=false        \
      -Dgphoto2=false     \
      -Dafc=false         \
      -Dbluray=false      \
      -Dnfs=false         \
      -Dmtp=false         \
      -Dsmb=false         \
      -Dtmpfilesdir=no    \
      -Ddnssd=false       \
      -Dgoa=false         \
      -Dgoogle=false      \
      -Dsystemduserunitdir=no .. &&
ninja

The test suite requires gnome-desktop-testing, which is beyond the scope of BLFS.

Now, as the root user:

ninja install
[Note]

Note

If you installed the package to your system using a DESTDIR method, /usr/share/glib-2.0/schemas/gschemas.compiled was not updated/created. Create (or update) the file using the following command as the root user:

glib-compile-schemas /usr/share/glib-2.0/schemas

Command Explanations

--buildtype=release: Specify a buildtype suitable for stable releases of the package, as the default may produce unoptimized binaries.

-D<option>=false: These switches are required if the corresponding dependency is not installed. Remove those where you have installed the corresponding application and wish to use it with Gvfs. The dnssd option requires avahi and both goa and google require GNOME Online Accounts. The google option also requires libgdata.

-Dtmpfilesdir=no -Dsystemduserunitdir=no: These switches provide systemd directory locations. Setting them to no disables the dependency on systemd and logind.

-Dcdda=false: This switch is required if libcdio is not installed. The cdda backend is useless on machines without a CDROM/DVD drive.

Contents

Installed Programs: None
Installed Library: libgvfscommon.so, libgvfsdaemon.so and some under /usr/lib/gio/modules/
Installed Directories: /usr/include/gvfs-client and /usr/{lib,share}/gvfs

Short Descriptions

libgvfscommon.so

contains the common API functions used in Gvfs programs