mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-31 20:42:34 +08:00
ebf6b6e323
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8418 af4574ff-66df-0310-9fd7-8a98e5e911e0
434 lines
14 KiB
XML
434 lines
14 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY gvfs-download-http "&gnome-download-http;/gvfs/1.4/gvfs-&gvfs-version;.tar.bz2">
|
|
<!ENTITY gvfs-download-ftp "&gnome-download-ftp;/gvfs/1.4/gvfs-&gvfs-version;.tar.bz2">
|
|
<!ENTITY gvfs-md5sum "2624e5e7d45efd6b742e90bfde24cd20">
|
|
<!ENTITY gvfs-size "1.2 MB">
|
|
<!ENTITY gvfs-buildsize "44 MB">
|
|
<!ENTITY gvfs-time "0.5 SBU">
|
|
]>
|
|
|
|
<sect1 id="gvfs" xreflabel="gvfs-&gvfs-version;">
|
|
<?dbhtml filename="gvfs.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>gvfs-&gvfs-version;</title>
|
|
|
|
<indexterm zone="gvfs">
|
|
<primary sortas="a-gvfs">gvfs</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to gvfs</title>
|
|
|
|
<para>The <application>gvfs</application> package is a userspace virtual
|
|
filesystem designed to work with the i/o abstractions of gio (a library
|
|
availible in glib >= 2.15.1).</para>
|
|
|
|
&lfs65_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&gvfs-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&gvfs-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &gvfs-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &gvfs-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &gvfs-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &gvfs-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">gvfs Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required"><xref linkend="dbus"/> and
|
|
<xref linkend="glib2"/></para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional"><ulink url="http://www.avahi.org/">Avahi</ulink>,
|
|
<ulink url="http://www.bluez.org/">BlueZ</ulink>,
|
|
<xref linkend="dbus-glib"/>,
|
|
<xref linkend="expat"/>,
|
|
<ulink url="http://fuse.sourceforge.net/">FUSE</ulink>,
|
|
<xref linkend="GConf"/>,
|
|
<xref linkend="gnome-disk-utility"/>,
|
|
<xref linkend="gnome-keyring"/>,
|
|
<xref linkend="hal"/>,
|
|
<ulink url="http://code.google.com/p/libarchive/">libarchive</ulink>,
|
|
<ulink url="http://directory.fsf.org/project/libcdio/">libcdio</ulink>,
|
|
<ulink url="http://www.gphoto.org/">libgphoto2</ulink>,
|
|
<xref linkend="libsoup"/>,
|
|
<xref linkend="libxml2"/>, and
|
|
<xref linkend="samba3"/></para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/gvfs"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of gvfs</title>
|
|
|
|
<para>Install <application>gvfs</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
|
|
--sysconfdir=/etc \
|
|
--libexecdir=$(pkg-config \
|
|
--variable=prefix ORBit-2.0)/lib/gvfs &&
|
|
make</userinput></screen>
|
|
|
|
<para>This package does not come with a test suite.</para>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/gnome-prefix.xml"/>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/gnome-sysconfdir.xml"/>
|
|
|
|
<para><parameter>--sysconfdir=/etc</parameter>: This parameter causes the
|
|
sysconf files to be installed in the preferred location of
|
|
<filename class="directory">/etc</filename> instead of
|
|
<filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
|
|
|
|
<para><parameter>--libexecdir=$(pkg-config --variable=prefix
|
|
ORBit-2.0)/lib/gvfs</parameter>: This parameter causes the libexec
|
|
files to be installed in the preferred location of
|
|
<filename class="directory">$GNOME_PREFIX/lib/gvfs</filename>
|
|
instead of
|
|
<filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>gvfs-cat, gvfs-copy, gvfs-info, gvfs-less, gvfs-ls, gvfs-mkdir,
|
|
gvfs-monitor-dir, gvfs-monitor-file, gvfs-mount, gvfs-move, gvfs-open,
|
|
gvfs-rename, gvfs-rm, gvfs-save, gvfs-trash, gvfs-tree, gvfsd,
|
|
gvfsd-burn, gvfsd-computer, gvfsd-localtest, gvfsd-network, gvfsd-sftp,
|
|
and gvfsd-trash</seg>
|
|
<seg>libgvfscommon.so, libgiogconf.so, libgioremote-volume-monitor.so,
|
|
and libgvfsdbus.so</seg>
|
|
<seg>/usr/{include/gvfs-client/gvfs,lib/{gio/modules,gvfs},
|
|
share/gvfs/{mounts,remote-volume-monitors}}</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<!--
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="gvfs-cat">
|
|
<term><command>gvfs-cat</command></term>
|
|
<listitem>
|
|
<para>does this .....</para>
|
|
<indexterm zone="gvfs gvfs-cat">
|
|
<primary sortas="b-gvfs-cat">gvfs-cat</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="gvfs-copy">
|
|
<term><command>gvfs-copy</command></term>
|
|
<listitem>
|
|
<para>does this .....</para>
|
|
<indexterm zone="gvfs gvfs-copy">
|
|
<primary sortas="b-gvfs-copy">gvfs-copy</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="gvfs-info">
|
|
<term><command>gvfs-info</command></term>
|
|
<listitem>
|
|
<para>does this .....</para>
|
|
<indexterm zone="gvfs gvfs-info">
|
|
<primary sortas="b-gvfs-info">gvfs-info</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="gvfs-less">
|
|
<term><command>gvfs-less</command></term>
|
|
<listitem>
|
|
<para>does this .....</para>
|
|
<indexterm zone="gvfs gvfs-less">
|
|
<primary sortas="b-gvfs-less">gvfs-less</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="gvfs-ls">
|
|
<term><command>gvfs-ls</command></term>
|
|
<listitem>
|
|
<para>does this .....</para>
|
|
<indexterm zone="gvfs gvfs-ls">
|
|
<primary sortas="b-gvfs-ls">gvfs-ls</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="gvfs-mkdir">
|
|
<term><command>gvfs-mkdir</command></term>
|
|
<listitem>
|
|
<para>does this .....</para>
|
|
<indexterm zone="gvfs gvfs-mkdir">
|
|
<primary sortas="b-gvfs-mkdir">gvfs-mkdir</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="gvfs-monitor-dir">
|
|
<term><command>gvfs-monitor-dir</command></term>
|
|
<listitem>
|
|
<para>does this .....</para>
|
|
<indexterm zone="gvfs gvfs-monitor-dir">
|
|
<primary sortas="b-gvfs-monitor-dir">gvfs-monitor-dir</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="gvfs-monitor-file">
|
|
<term><command>gvfs-monitor-file</command></term>
|
|
<listitem>
|
|
<para>does this .....</para>
|
|
<indexterm zone="gvfs gvfs-monitor-file">
|
|
<primary sortas="b-gvfs-monitor-file">gvfs-monitor-file</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="gvfs-mount">
|
|
<term><command>gvfs-mount</command></term>
|
|
<listitem>
|
|
<para>does this .....</para>
|
|
<indexterm zone="gvfs gvfs-mount">
|
|
<primary sortas="b-gvfs-mount">gvfs-mount</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="gvfs-move">
|
|
<term><command>gvfs-move</command></term>
|
|
<listitem>
|
|
<para>does this .....</para>
|
|
<indexterm zone="gvfs gvfs-move">
|
|
<primary sortas="b-gvfs-move">gvfs-move</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="gvfs-open">
|
|
<term><command>gvfs-open</command></term>
|
|
<listitem>
|
|
<para>does this .....</para>
|
|
<indexterm zone="gvfs gvfs-open">
|
|
<primary sortas="b-gvfs-open">gvfs-open</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="gvfs-rename">
|
|
<term><command>gvfs-rename</command></term>
|
|
<listitem>
|
|
<para>does this .....</para>
|
|
<indexterm zone="gvfs gvfs-rename">
|
|
<primary sortas="b-gvfs-rename">gvfs-rename</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="gvfs-rm">
|
|
<term><command>gvfs-rm</command></term>
|
|
<listitem>
|
|
<para>does this .....</para>
|
|
<indexterm zone="gvfs gvfs-rm">
|
|
<primary sortas="b-gvfs-rm">gvfs-rm</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="gvfs-save">
|
|
<term><command>gvfs-save</command></term>
|
|
<listitem>
|
|
<para>does this .....</para>
|
|
<indexterm zone="gvfs gvfs-save">
|
|
<primary sortas="b-gvfs-save">gvfs-save</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="gvfs-trash">
|
|
<term><command>gvfs-trash</command></term>
|
|
<listitem>
|
|
<para>does this .....</para>
|
|
<indexterm zone="gvfs gvfs-trash">
|
|
<primary sortas="b-gvfs-trash">gvfs-trash</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="gvfs-tree">
|
|
<term><command>gvfs-tree</command></term>
|
|
<listitem>
|
|
<para>does this .....</para>
|
|
<indexterm zone="gvfs gvfs-tree">
|
|
<primary sortas="b-gvfs-tree">gvfs-tree</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="gvfsd">
|
|
<term><command>gvfsd</command></term>
|
|
<listitem>
|
|
<para>does this .....</para>
|
|
<indexterm zone="gvfs gvfsd">
|
|
<primary sortas="b-gvfsd">gvfsd</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="gvfsd-burn">
|
|
<term><command>gvfsd-burn</command></term>
|
|
<listitem>
|
|
<para>does this .....</para>
|
|
<indexterm zone="gvfs gvfsd-burn">
|
|
<primary sortas="b-gvfsd-burn">gvfsd-burn</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="gvfsd-computer">
|
|
<term><command>gvfsd-computer</command></term>
|
|
<listitem>
|
|
<para>does this .....</para>
|
|
<indexterm zone="gvfs gvfsd-computer">
|
|
<primary sortas="b-gvfsd-computer">gvfsd-computer</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="gvfsd-localtest">
|
|
<term><command>gvfsd-localtest</command></term>
|
|
<listitem>
|
|
<para>does this .....</para>
|
|
<indexterm zone="gvfs gvfsd-localtest">
|
|
<primary sortas="b-gvfsd-localtest">gvfsd-localtest</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="gvfsd-network">
|
|
<term><command>gvfsd-network</command></term>
|
|
<listitem>
|
|
<para>does this .....</para>
|
|
<indexterm zone="gvfs gvfsd-network">
|
|
<primary sortas="b-gvfsd-network">gvfsd-network</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="gvfsd-sftp">
|
|
<term><command>gvfsd-sftp</command></term>
|
|
<listitem>
|
|
<para>does this .....</para>
|
|
<indexterm zone="gvfs gvfsd-sftp">
|
|
<primary sortas="b-gvfsd-sftp">gvfsd-sftp</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="gvfsd-trash">
|
|
<term><command>gvfsd-trash</command></term>
|
|
<listitem>
|
|
<para>does this .....</para>
|
|
<indexterm zone="gvfs gvfsd-trash">
|
|
<primary sortas="b-gvfsd-trash">gvfsd-trash</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libgvfscommon">
|
|
<term><filename class='libraryfile'>libgvfscommon.so</filename></term>
|
|
<listitem>
|
|
<para>contains functions that .....</para>
|
|
<indexterm zone="gvfs libgvfscommon">
|
|
<primary sortas="c-libgvfscommon">libgvfscommon.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libgiogconf">
|
|
<term><filename class='libraryfile'>libgiogconf.so</filename></term>
|
|
<listitem>
|
|
<para>contains functions that .....</para>
|
|
<indexterm zone="gvfs libgiogconf">
|
|
<primary sortas="c-libgiogconf">libgiogconf.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libgioremote-volume-monitor">
|
|
<term><filename class='libraryfile'>libgioremote-volume-monitor.so</filename></term>
|
|
<listitem>
|
|
<para>contains functions that .....</para>
|
|
<indexterm zone="gvfs libgioremote-volume-monitor">
|
|
<primary sortas="c-libgioremote-volume-monitor">libgioremote-volume-monitor.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libgvfsdbus">
|
|
<term><filename class='libraryfile'>libgvfsdbus.so</filename></term>
|
|
<listitem>
|
|
<para>contains functions that .....</para>
|
|
<indexterm zone="gvfs libgvfsdbus">
|
|
<primary sortas="c-libgvfsdbus">libgvfsdbus.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
-->
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|