source: gnome/core/gnome-vfs.xml@ e05cd03f

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since e05cd03f was e05cd03f, checked in by Randy McMurchy <randy@…>, 14 years ago

Replaced deprecated w3.org XInclude throughout the book

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8411 af4574ff-66df-0310-9fd7-8a98e5e911e0

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