The GNOME Virtual File System package contains virtual file system libraries. This is used as one of the foundations of the Nautilus file manager.
Download (HTTP): http://ftp.gnome.org/pub/GNOME/sources/gnome-vfs/2.8/gnome-vfs-2.8.3.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/GNOME/sources/gnome-vfs/2.8/gnome-vfs-2.8.3.tar.bz2
Download MD5 sum: 5484694e7250c80a231cfc525d924cc3
Download size: 1.9 MB
Estimated disk space required: 49.5 MB
Estimated build time: 1.36 SBU
Install GNOME Virtual File System by running the following commands:
./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
--sysconfdir=/etc/gnome --disable-gtk-doc &&
make &&
make install
--sysconfdir=/etc/gnome: This switch puts configuration files in /etc/gnome instead of $GNOME_PREFIX/etc.
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin: This switch puts libexec files in $GNOME_PREFIX/sbin instead of $GNOME_PREFIX/libexec.
rmdir `pkg-config --variable=prefix ORBit-2.0`/doc: Use this command if $GNOME_PREFIX is anything other than /usr as the directory is unneeded and unpopulated.
The GNOME Virtual File System package contains gnome-vfs-daemon, gnomevfs-cat, gnomevfs-copy, gnomevfs-info, gnomevfs-ls, gnomevfs-mkdir, gnomevfs-rm, libgnomevfs libraries and numerous library modules.
Last updated on 2005-01-25 12:21:25 -0700