source: archive/deprecated/gnome-vfs.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 7.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gnome-vfs-download-http "&gnome-download-http;/gnome-vfs/2.24/gnome-vfs-&gnome-vfs-version;.tar.bz2">
8 <!ENTITY gnome-vfs-download-ftp "&gnome-download-ftp;/gnome-vfs/2.24/gnome-vfs-&gnome-vfs-version;.tar.bz2">
9 <!ENTITY gnome-vfs-md5sum "a05fab03eeef10a47dd156b758982f2e">
10 <!ENTITY gnome-vfs-size "1.8 MB">
11 <!ENTITY gnome-vfs-buildsize "56 MB">
12 <!ENTITY gnome-vfs-time "1.0 SBU">
13]>
14
15<sect1 id="gnome-vfs" xreflabel="gnome-vfs-&gnome-vfs-version;">
16 <?dbhtml filename="gnome-vfs.html"?>
17
18
19 <title>gnome-vfs-&gnome-vfs-version;</title>
20
21 <indexterm zone="gnome-vfs">
22 <primary sortas="a-GNOME-Virtual-File-System">GNOME Virtual File System</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to GNOME Virtual File System</title>
27
28 <para>The <application>GNOME Virtual File System</application> package
29 contains virtual file system libraries. This is used as one of the
30 foundations of the <application>Nautilus</application> file manager.</para>
31
32 &lfs72_checked;
33
34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
35 href="../../xincludes/gnome2.xml"/>
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&gnome-vfs-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&gnome-vfs-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &gnome-vfs-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &gnome-vfs-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &gnome-vfs-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &gnome-vfs-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">GNOME Virtual File System Dependencies</bridgehead>
60
61 <bridgehead renderas="sect4">Required</bridgehead>
62 <para role="required"><xref linkend="dbus-glib"/>,
63 <xref linkend="GConf"/>, and
64 <xref linkend="gnome-mime-data"/></para>
65
66 <bridgehead renderas="sect4">Optional</bridgehead>
67 <para role="optional"><xref linkend="samba"/>,
68 <xref linkend="gamin"/>,
69 <ulink url="http://www.freedesktop.org/wiki/Software/hal">Hal</ulink>,
70 <xref linkend="gtk-doc"/>,
71 <xref linkend="openssh"/>,
72 <xref linkend="openssl"/> or <xref linkend="gnutls"/>,
73 <xref linkend="mitkrb"/>,
74 <xref linkend="avahi"/>,
75 <ulink url="http://www.openafs.org/">OpenAFS</ulink>, and
76 <xref linkend="cdparanoia"/> (not recommended)</para>
77
78 <para>If you run <command>./configure --help</command> for the complete list
79 of dependency requirements and available parameters, you may notice a
80 message about the <ulink
81 url="http://hal.freedesktop.org/releases/">gnome-mount</ulink> package. This
82 package is not required at build-time, and is only a run-time dependency. If
83 <application>gnome-mount</application> is available at run-time,
84 <application>GNOME-VFS</application> will use it. If it is not available,
85 <application>GNOME-VFS</application> will fall back to using other mounting
86 mechanisms.</para>
87
88 <para condition="html" role="usernotes">User Notes:
89 <ulink url="&blfs-wiki;/gnome-vfs"/></para>
90
91 </sect2>
92
93 <sect2 role="installation">
94 <title>Installation of GNOME Virtual File System</title>
95
96 <para>Install <application>GNOME Virtual File System</application>
97 by running the following commands:</para>
98
99<screen><userinput>ORBit_prefix=$(pkg-config --variable=prefix ORBit-2.0) &amp;&amp;
100
101./configure --prefix=$ORBit_prefix \
102 --sysconfdir=&gnome-old-etc-dir; \
103 --libexecdir=$ORBit_prefix/lib/gnome-vfs-2.0 &amp;&amp;
104make</userinput></screen>
105
106 <para>To test the results, issue: <command>make check</command>.</para>
107
108 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
109
110<screen role="root"><userinput>make install</userinput></screen>
111
112 </sect2>
113
114 <sect2 role="commands">
115 <title>Command Explanations</title>
116
117 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
118 href="../../xincludes/gnome-old-prefix.xml"/>
119
120 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
121 href="../../xincludes/gnome-old-sysconfdir.xml"/>
122
123 <para><parameter>--libexecdir=$(pkg-config --variable=prefix
124 ORBit-2.0)/lib/gnome-vfs-2.0</parameter>: This parameter causes the libexec
125 files to be installed in the preferred location of
126 <filename class="directory">$GNOME_PREFIX/lib/gnome-vfs-2.0</filename>
127 instead of
128 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
129
130 <para><option>--with-dbus-service-dir=/usr/share/dbus-1/services</option>:
131 Use this parameter if you linked <application>HAL</application> into the
132 build and you want the <filename>gnome-vfs-daemon.service</filename> file
133 installed in the default <application>D-Bus</application> location instead
134 of in <filename
135 class='directory'><envar>GNOME_PREFIX</envar>/share/dbus-1/services</filename>.
136 See the information in the configuration section below if you don't use this
137 parameter.</para>
138
139 <para><option>--with-hal-eject=PROGRAM</option>: This parameter does not
140 need to be passed if you have <xref linkend="eject"/> or <ulink
141 url="http://hal.freedesktop.org/releases/">gnome-mount</ulink> installed, as
142 the <command>eject</command> program is used if
143 <application>gnome-mount</application> is not installed.</para>
144
145 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
146 href="../../xincludes/gtk-doc-rebuild.xml"/>
147
148 </sect2>
149
150 <sect2 role="configuration">
151 <title>Configuring Gnome Virtual File System</title>
152
153 <sect3 id="gnome-vfs-config">
154 <title>Configuration Information</title>
155
156 <para>If <application>HAL</application> was linked into the build and
157 GNOME is being installed in any location other than
158 <filename class='directory'>/usr</filename>, you should create a local
159 <application>D-Bus</application> session configuration file so that the
160 installed <filename>gnome-vfs-daemon.service</filename> file can be
161 discovered by <application>D-Bus</application>. You should reference
162 the information on the <application>D-Bus</application> page for
163 instructions on how to create a
164 <xref linkend="dbus-session-config"/>.</para>
165
166 </sect3>
167
168 </sect2>
169
170 <sect2 role="content">
171 <title>Contents</title>
172
173 <segmentedlist>
174 <segtitle>Installed Programs</segtitle>
175 <segtitle>Installed Libraries</segtitle>
176 <segtitle>Installed Directories</segtitle>
177
178 <seglistitem>
179 <seg>gnomevfs-cat, gnomevfs-copy, gnomevfs-df, gnomevfs-info,
180 gnomevfs-ls, gnomevfs-mkdir, gnomevfs-monitor, gnomevfs-mv, gnomevfs-rm,
181 and gnome-vfs-daemon</seg>
182 <seg>libbzip2.{so,a}, libcomputer.{so,a}, libdns-sd.{so,a},
183 libfile.{so,a}, libftp.{so,a}, libgzip.{so,a}, libhttp.{so,a},
184 libnetwork.{so,a}, libnntp.{so,a}, libsftp.{so,a}, libtar.{so,a},
185 libvfs-test.{so,a}, and libgnomevfs-2.{so,a}</seg>
186 <seg>&gnome-old-etc-dir;/gnome-vfs-2.0/modules,
187 <envar>$GNOME_PREFIX</envar>/{include/{gnome-vfs-2.0/libgnomevfs,
188 gnome-vfs-module-2.0/libgnomevfs},lib/gnome-vfs-2.0/{include,modules},
189 share/gtk-doc/html/gnome-vfs-2.0}</seg>
190 </seglistitem>
191 </segmentedlist>
192
193 </sect2>
194
195</sect1>
Note: See TracBrowser for help on using the repository browser.