source: archive/deprecated/gnome-vfs.xml@ 48b59802

11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 48b59802 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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