source: general/sysutils/gvfs.xml@ a649c92c

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 12.2 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 gimp3 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/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since a649c92c was d32716b, checked in by Krejzi <krejzi@…>, 12 years ago

Added sed to gvfs instructions that fixes compiling with gcc 4.7

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

  • Property mode set to 100644
File size: 11.9 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 gvfs-download-http "&gnome-download-http;/gvfs/1.12/gvfs-&gvfs-version;.tar.xz">
8 <!ENTITY gvfs-download-ftp "&gnome-download-ftp;/gvfs/1.12/gvfs-&gvfs-version;.tar.xz">
9 <!ENTITY gvfs-md5sum "fc828681caa5f26a39bfb661c40d29e9">
10 <!ENTITY gvfs-size "1.4 MB">
11 <!ENTITY gvfs-buildsize "76 MB">
12 <!ENTITY gvfs-time "0.8 SBU">
13]>
14
15<sect1 id="gvfs" xreflabel="gvfs-&gvfs-version;">
16 <?dbhtml filename="gvfs.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>gvfs-&gvfs-version;</title>
24
25 <indexterm zone="gvfs">
26 <primary sortas="a-gvfs">gvfs</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to gvfs</title>
31
32 <para>The <application>gvfs</application> package is a userspace virtual
33 filesystem designed to work with the I/O abstractions of GLib's GIO
34 library.</para>
35
36 &lfs70_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&gvfs-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&gvfs-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &gvfs-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &gvfs-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &gvfs-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &gvfs-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">gvfs Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Required</bridgehead>
63 <para role="required">
64 <xref linkend="dbus"/>,
65 <xref linkend="intltool"/> and
66 <xref linkend="pkgconfig"/>
67 </para>
68
69 <bridgehead renderas="sect4">Recommended if building GNOME</bridgehead>
70 <para role="recommended">
71 <xref linkend="libgnome-keyring"/>,
72 <xref linkend="libsoup"/> and
73 <xref linkend="udisks2"/>
74 (Useful if you want to mount disks via Nautilus).
75 </para>
76
77 <bridgehead renderas="sect4">Optional</bridgehead>
78 <para role="optional">
79 <xref linkend="avahi"/> (For DNS/SD Backend),
80 <ulink url="http://www.bluez.org/">BlueZ</ulink>
81 (For ObexFTP Backend),
82 <xref linkend="fuse"/> (For gvfs-fuse-daemon),
83 <xref linkend="libarchive"/>,
84 <ulink url="http://www.videolan.org/developers/libbluray.html">
85 libbluray</ulink> (For accessing BluRay disks),
86 <ulink url="http://www.gnu.org/software/libcdio/">libcdio</ulink>
87 (For accessing CD's),
88 <ulink url="http://www.gphoto.org/">libgphoto2</ulink>
89 (For accessing GPhoto devices),
90 <ulink url="http://www.libimobiledevice.org/">libimobiledevice</ulink>
91 (For mounting iPhone, iPad and other Apple devices) and
92 <xref linkend="samba3"/> (For mounting Samba shares).
93 </para>
94
95 <para condition="html" role="usernotes">User Notes:
96 <ulink url="&blfs-wiki;/gvfs"/></para>
97
98 </sect2>
99
100 <sect2 role="installation">
101 <title>Installation of gvfs</title>
102
103 <para>Install <application>gvfs</application> by running the following
104 commands:</para>
105
106<screen><userinput>sed -e 's/g_clear_object (info)/g_clear_object (\&amp;info)/' \
107 -i daemon/gvfsafpvolume.c &amp;&amp;
108./configure --prefix=/usr \
109 --sysconfdir=/etc \
110 --libexecdir=/usr/lib/gvfs &amp;&amp;
111make</userinput></screen>
112
113 <para>This package does not come with a test suite.</para>
114
115 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
116
117<screen role="root"><userinput>make install</userinput></screen>
118
119 </sect2>
120
121 <sect2 role="content">
122 <title>Contents</title>
123
124 <segmentedlist>
125 <segtitle>Installed Programs</segtitle>
126 <segtitle>Installed Libraries</segtitle>
127 <segtitle>Installed Directories</segtitle>
128
129 <seglistitem>
130 <seg>
131 gvfs-cat, gvfs-copy, gvfs-info, gvfs-less, gvfs-ls,
132 gvfs-mime, gvfs-mkdir, gvfs-monitor-dir, gvfs-monitor-file,
133 gvfs-mount, gvfs-move, gvfs-open, gvfs-rename, gvfs-rm,
134 gvfs-save, gvfs-set-attribute, gvfs-trash, gvfs-tree
135 and several executables in /usr/lib/gvfs
136 </seg>
137 <seg>
138 libgvfscommon.so and libgvfscommon-dnssd.so
139 </seg>
140 <seg>
141 /usr/include/gvfs-client, /usr/lib/gvfs and /usr/share/gvfs
142 </seg>
143 </seglistitem>
144 </segmentedlist>
145
146 <variablelist>
147 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
148 <?dbfo list-presentation="list"?>
149 <?dbhtml list-presentation="table"?>
150
151 <varlistentry id="gvfs-cat">
152 <term><command>gvfs-cat</command></term>
153 <listitem>
154 <para>prints a file to standard output using the virtual
155 file system to access the file via a URI.</para>
156 <indexterm zone="gvfs gvfs-cat">
157 <primary sortas="b-gvfs-cat">gvfs-cat</primary>
158 </indexterm>
159 </listitem>
160 </varlistentry>
161
162 <varlistentry id="gvfs-copy">
163 <term><command>gvfs-copy</command></term>
164 <listitem>
165 <para>copies a file from one URI location to another using
166 the virtual file system.</para>
167 <indexterm zone="gvfs gvfs-copy">
168 <primary sortas="b-gvfs-copy">gvfs-copy</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172
173 <varlistentry id="gvfs-info">
174 <term><command>gvfs-info</command></term>
175 <listitem>
176 <para>prints information about files and directories using
177 the virtual file system.</para>
178 <indexterm zone="gvfs gvfs-info">
179 <primary sortas="b-gvfs-info">gvfs-info</primary>
180 </indexterm>
181 </listitem>
182 </varlistentry>
183
184 <varlistentry id="gvfs-less">
185 <term><command>gvfs-less</command></term>
186 <listitem>
187 <para>executes <command>less</command> using the VFS as
188 input preprocesor, so less can access any resource accessible
189 by any of the gvfs backends.</para>
190 <indexterm zone="gvfs gvfs-less">
191 <primary sortas="b-gvfs-less">gvfs-less</primary>
192 </indexterm>
193 </listitem>
194 </varlistentry>
195
196 <varlistentry id="gvfs-ls">
197 <term><command>gvfs-ls</command></term>
198 <listitem>
199 <para>lists the content of directories using the virtual file
200 system.</para>
201 <indexterm zone="gvfs gvfs-ls">
202 <primary sortas="b-gvfs-ls">gvfs-ls</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206
207 <varlistentry id="gvfs-mkdir">
208 <term><command>gvfs-mkdir</command></term>
209 <listitem>
210 <para>makes a directory specified by an URI using
211 the virtual file system.</para>
212 <indexterm zone="gvfs gvfs-mkdir">
213 <primary sortas="b-gvfs-mkdir">gvfs-mkdir</primary>
214 </indexterm>
215 </listitem>
216 </varlistentry>
217
218 <varlistentry id="gvfs-monitor-dir">
219 <term><command>gvfs-monitor-dir</command></term>
220 <listitem>
221 <para>monitors the change content of a directory using
222 the virtual file system.</para>
223 <indexterm zone="gvfs gvfs-monitor-dir">
224 <primary sortas="b-gvfs-monitor-dir">gvfs-monitor-dir</primary>
225 </indexterm>
226 </listitem>
227 </varlistentry>
228
229 <varlistentry id="gvfs-monitor-file">
230 <term><command>gvfs-monitor-file</command></term>
231 <listitem>
232 <para>monitors the change of a file using the virtual file
233 system.</para>
234 <indexterm zone="gvfs gvfs-monitor-file">
235 <primary sortas="b-gvfs-monitor-file">gvfs-monitor-file</primary>
236 </indexterm>
237 </listitem>
238 </varlistentry>
239
240 <varlistentry id="gvfs-mount">
241 <term><command>gvfs-mount</command></term>
242 <listitem>
243 <para>mounts, unmounts and lists file systems using the
244 virtual file system.</para>
245 <indexterm zone="gvfs gvfs-mount">
246 <primary sortas="b-gvfs-mount">gvfs-mount</primary>
247 </indexterm>
248 </listitem>
249 </varlistentry>
250
251 <varlistentry id="gvfs-move">
252 <term><command>gvfs-move</command></term>
253 <listitem>
254 <para>moves a file from one URI location to another using
255 the virtual file system.</para>
256 <indexterm zone="gvfs gvfs-move">
257 <primary sortas="b-gvfs-move">gvfs-move</primary>
258 </indexterm>
259 </listitem>
260 </varlistentry>
261
262 <varlistentry id="gvfs-open">
263 <term><command>gvfs-open</command></term>
264 <listitem>
265 <para>opens an URI using the appropiate application.</para>
266 <indexterm zone="gvfs gvfs-open">
267 <primary sortas="b-gvfs-open">gvfs-open</primary>
268 </indexterm>
269 </listitem>
270 </varlistentry>
271
272 <varlistentry id="gvfs-rename">
273 <term><command>gvfs-rename</command></term>
274 <listitem>
275 <para>changes the name of a file or directory using the
276 virtual file system.</para>
277 <indexterm zone="gvfs gvfs-rename">
278 <primary sortas="b-gvfs-rename">gvfs-rename</primary>
279 </indexterm>
280 </listitem>
281 </varlistentry>
282
283 <varlistentry id="gvfs-rm">
284 <term><command>gvfs-rm</command></term>
285 <listitem>
286 <para>removes a directory entry using the virtual file
287 system via a URI.</para>
288 <indexterm zone="gvfs gvfs-rm">
289 <primary sortas="b-gvfs-rm">gvfs-rm</primary>
290 </indexterm>
291 </listitem>
292 </varlistentry>
293
294 <varlistentry id="gvfs-save">
295 <term><command>gvfs-save</command></term>
296 <listitem>
297 <para>saves information to a file using the virtual
298 file system.</para>
299 <indexterm zone="gvfs gvfs-save">
300 <primary sortas="b-gvfs-save">gvfs-save</primary>
301 </indexterm>
302 </listitem>
303 </varlistentry>
304
305 <varlistentry id="gvfs-trash">
306 <term><command>gvfs-trash</command></term>
307 <listitem>
308 <para>moves a directory entry to the trash using the
309 virtual file system.</para>
310 <indexterm zone="gvfs gvfs-trash">
311 <primary sortas="b-gvfs-trash">gvfs-trash</primary>
312 </indexterm>
313 </listitem>
314 </varlistentry>
315
316 <varlistentry id="gvfs-tree">
317 <term><command>gvfs-tree</command></term>
318 <listitem>
319 <para>lists contents of directories in a tree-like format
320 using the virtual file system.</para>
321 <indexterm zone="gvfs gvfs-tree">
322 <primary sortas="b-gvfs-tree">gvfs-tree</primary>
323 </indexterm>
324 </listitem>
325 </varlistentry>
326
327 <varlistentry id="libgvfscommon">
328 <term><filename class='libraryfile'>libgvfscommon.so</filename></term>
329 <listitem>
330 <para>contains common API functions used in GVFS programs.</para>
331 <indexterm zone="gvfs libgvfscommon">
332 <primary sortas="c-libgvfscommon">libgvfscommon.so</primary>
333 </indexterm>
334 </listitem>
335 </varlistentry>
336
337 <varlistentry id="libgvfscommon-dnssd">
338 <term><filename class='libraryfile'>libgvfscommon-dnssd.so</filename></term>
339 <listitem>
340 <para>contains API functions used in GVFS DNS/SD backend.</para>
341 <indexterm zone="gvfs libgvfscommon-dnssd">
342 <primary sortas="c-libgvfscommon-dnssd">libgvfscommon-dnssd.so</primary>
343 </indexterm>
344 </listitem>
345 </varlistentry>
346
347 </variablelist>
348
349 </sect2>
350
351</sect1>
Note: See TracBrowser for help on using the repository browser.