source: gnome/platform/gvfs.xml@ 9d4e982

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules 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 9d4e982 was 9d4e982, checked in by Bruce Dubbs <bdubbs@…>, 8 years ago

Update to vte-0.44.1.
Update to gvfs-1.28.1.
Update to yelp-xsl, yelp, gnome-desktop version 3.30.1.

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

  • Property mode set to 100644
File size: 13.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 gvfs-download-http "&gnome-download-http;/gvfs/1.28/gvfs-&gvfs-version;.tar.xz">
8 <!ENTITY gvfs-download-ftp "&gnome-download-ftp;/gvfs/1.28/gvfs-&gvfs-version;.tar.xz">
9 <!ENTITY gvfs-md5sum "1d71cb80c72dfdc06c3e78f778905689">
10 <!ENTITY gvfs-size "1.6 MB">
11 <!ENTITY gvfs-buildsize "58 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>
33 The <application>Gvfs</application> package is a userspace virtual
34 filesystem designed to work with the I/O abstractions of GLib's GIO
35 library.
36 </para>
37
38 &lfs79_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&gvfs-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&gvfs-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &gvfs-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &gvfs-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &gvfs-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &gvfs-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Gvfs Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="dbus"/> and
79 <xref linkend="glib2"/>
80 </para>
81
82 <bridgehead renderas="sect4">Recommended</bridgehead>
83 <para role="recommended">
84 <xref linkend="gtk3"/>,
85 <xref linkend="libgudev"/>,
86 <xref linkend="libsecret"/>,
87 <xref linkend="libsoup"/>, and
88 <xref linkend="udisks2"/>
89 </para>
90
91 <bridgehead renderas="sect4">Optional</bridgehead>
92 <para role="optional">
93 <xref linkend="apache"/>,
94 <xref linkend="avahi"/>,
95 <xref linkend="bluez"/>,
96 <xref linkend="dbus-glib"/>,
97 <xref linkend="fuse"/>,
98 <xref linkend="gtk-doc"/>,
99 <xref linkend="gcr"/>,
100 <xref linkend="libarchive"/>,
101 <xref linkend="libcdio"/>,
102 <xref linkend="libgcrypt"/>,
103 <xref linkend="libxml2"/>,
104 <xref linkend="libxslt"/>,
105 <xref linkend="openssh"/>,
106 <xref linkend="samba"/>,
107 <ulink url="&gnome-download-http;/gnome-online-accounts">GNOME Online Accounts</ulink>,
108 <ulink url="http://www.videolan.org/developers/libbluray.html">libbluray</ulink>,
109 <ulink url="http://www.gphoto.org/">libgphoto2</ulink>,
110 <ulink url="http://www.libimobiledevice.org/">libimobiledevice</ulink>,
111 <ulink url="http://sourceforge.net/projects/libmtp/">libmtp</ulink>, and
112 <ulink url="http://twistedmatrix.com/trac/">Twisted</ulink>,
113 </para>
114
115 <bridgehead renderas="sect4">Optional (Runtime)</bridgehead>
116 <para role="optional">
117 <xref linkend="obex-data-server"/>
118 </para>
119
120 <para condition="html" role="usernotes">User Notes:
121 <ulink url="&blfs-wiki;/gvfs"/>
122 </para>
123 </sect2>
124
125 <sect2 role="installation">
126 <title>Installation of Gvfs</title>
127
128 <para>
129 Install <application>Gvfs</application> by running the following
130 commands:
131 </para>
132
133<screen><userinput>./configure --prefix=/usr \
134 --sysconfdir=/etc \
135 --disable-gphoto2 &amp;&amp;
136make</userinput></screen>
137
138 <para>
139 To test the results, issue: <command>make -k check</command>.
140 Some tests (potentially half) may fail, normally due to a missing
141 optional ependency (Twisted).
142 </para>
143
144 <para>
145 Now, as the <systemitem class="username">root</systemitem> user:
146 </para>
147
148<screen role="root"><userinput>make install</userinput></screen>
149
150 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
151 href="../../xincludes/gsettings-destdir.xml"/>
152 </sect2>
153
154 <sect2 role="commands">
155 <title>Command Explanations</title>
156
157 <para>
158 <parameter>--disable-gphoto2</parameter>: This switch is required if
159 <application>libgphoto2</application> is not installed. Remove
160 it if you installed <application>libgphoto2</application> and
161 wish to use it with <application>Gvfs</application>.
162 </para>
163
164 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
165 href="../../xincludes/gtk-doc-rebuild.xml"/>
166
167 </sect2>
168
169 <sect2 role="content">
170 <title>Contents</title>
171
172 <segmentedlist>
173 <segtitle>Installed Programs</segtitle>
174 <segtitle>Installed Library</segtitle>
175 <segtitle>Installed Directories</segtitle>
176
177 <seglistitem>
178 <seg>
179 gvfs-cat, gvfs-copy, gvfs-info, gvfs-less, gvfs-ls, gvfs-mime,
180 gvfs-mkdir, gvfs-monitor-dir, gvfs-monitor-file, gvfs-mount,
181 gvfs-move, gvfs-open, gvfs-rename, gvfs-rm, gvfs-save,
182 gvfs-set-attribute, gvfs-trash, and gvfs-tree
183 </seg>
184 <seg>
185 libgvfscommon.so,
186 libgvfsdaemon.so and
187 some under /usr/lib/gio/modules/
188 </seg>
189 <seg>
190 /usr/include/gvfs-client and
191 /usr/{lib,share}/gvfs
192 </seg>
193 </seglistitem>
194 </segmentedlist>
195
196 <variablelist>
197 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
198 <?dbfo list-presentation="list"?>
199 <?dbhtml list-presentation="table"?>
200
201 <varlistentry id="gvfs-cat">
202 <term><command>gvfs-cat</command></term>
203 <listitem>
204 <para>
205 concatenates the given files and prints them
206 to the standard output.
207 </para>
208 <indexterm zone="gvfs gvfs-cat">
209 <primary sortas="b-gvfs-cat">gvfs-cat</primary>
210 </indexterm>
211 </listitem>
212 </varlistentry>
213
214 <varlistentry id="gvfs-copy">
215 <term><command>gvfs-copy</command></term>
216 <listitem>
217 <para>
218 copies a file from one URI location to another.
219 </para>
220 <indexterm zone="gvfs gvfs-copy">
221 <primary sortas="b-gvfs-copy">gvfs-copy</primary>
222 </indexterm>
223 </listitem>
224 </varlistentry>
225
226 <varlistentry id="gvfs-info">
227 <term><command>gvfs-info</command></term>
228 <listitem>
229 <para>
230 shows information about the given locations.
231 </para>
232 <indexterm zone="gvfs gvfs-info">
233 <primary sortas="b-gvfs-info">gvfs-info</primary>
234 </indexterm>
235 </listitem>
236 </varlistentry>
237
238 <varlistentry id="gvfs-less">
239 <term><command>gvfs-less</command></term>
240 <listitem>
241 <para>
242 executes <command>less</command> using the VFS as
243 input preprocesor, so less can access any resource accessible
244 by any of the <application>Gvfs</application> backends.
245 </para>
246 <indexterm zone="gvfs gvfs-less">
247 <primary sortas="b-gvfs-less">gvfs-less</primary>
248 </indexterm>
249 </listitem>
250 </varlistentry>
251
252 <varlistentry id="gvfs-ls">
253 <term><command>gvfs-ls</command></term>
254 <listitem>
255 <para>
256 lists information about the given locations.
257 </para>
258 <indexterm zone="gvfs gvfs-ls">
259 <primary sortas="b-gvfs-ls">gvfs-ls</primary>
260 </indexterm>
261 </listitem>
262 </varlistentry>
263
264 <varlistentry id="gvfs-mime">
265 <term><command>gvfs-mime</command></term>
266 <listitem>
267 <para>
268 is used to query information about applications that are
269 registered to handle a mime-type, or set the default
270 handler for a mime-type.
271 </para>
272 <indexterm zone="gvfs gvfs-mime">
273 <primary sortas="b-gvfs-mime">gvfs-mime</primary>
274 </indexterm>
275 </listitem>
276 </varlistentry>
277
278 <varlistentry id="gvfs-mkdir">
279 <term><command>gvfs-mkdir</command></term>
280 <listitem>
281 <para>
282 creates a directory specified by an URI.
283 </para>
284 <indexterm zone="gvfs gvfs-mkdir">
285 <primary sortas="b-gvfs-mkdir">gvfs-mkdir</primary>
286 </indexterm>
287 </listitem>
288 </varlistentry>
289
290 <varlistentry id="gvfs-monitor-dir">
291 <term><command>gvfs-monitor-dir</command></term>
292 <listitem>
293 <para>
294 prints information about file creation, deletion, file content and
295 attribute changes and mount and unmount operations inside the
296 specified directories.
297 </para>
298 <indexterm zone="gvfs gvfs-monitor-dir">
299 <primary sortas="b-gvfs-monitor-dir">gvfs-monitor-dir</primary>
300 </indexterm>
301 </listitem>
302 </varlistentry>
303
304 <varlistentry id="gvfs-monitor-file">
305 <term><command>gvfs-monitor-file</command></term>
306 <listitem>
307 <para>
308 prints information about creation, deletion, content and attribute
309 changes and mount and unmount operations affecting the monitored files.
310 </para>
311 <indexterm zone="gvfs gvfs-monitor-file">
312 <primary sortas="b-gvfs-monitor-file">gvfs-monitor-file</primary>
313 </indexterm>
314 </listitem>
315 </varlistentry>
316
317 <varlistentry id="gvfs-mount">
318 <term><command>gvfs-mount</command></term>
319 <listitem>
320 <para>
321 provides commandline access to various aspects of GIOs mounting
322 functionality.
323 </para>
324 <indexterm zone="gvfs gvfs-mount">
325 <primary sortas="b-gvfs-mount">gvfs-mount</primary>
326 </indexterm>
327 </listitem>
328 </varlistentry>
329
330 <varlistentry id="gvfs-move">
331 <term><command>gvfs-move</command></term>
332 <listitem>
333 <para>
334 moves a file from one URI location to another.
335 </para>
336 <indexterm zone="gvfs gvfs-move">
337 <primary sortas="b-gvfs-move">gvfs-move</primary>
338 </indexterm>
339 </listitem>
340 </varlistentry>
341
342 <varlistentry id="gvfs-open">
343 <term><command>gvfs-open</command></term>
344 <listitem>
345 <para>
346 opens files with the default application that is registered
347 to handle files of that type.
348 </para>
349 <indexterm zone="gvfs gvfs-open">
350 <primary sortas="b-gvfs-open">gvfs-open</primary>
351 </indexterm>
352 </listitem>
353 </varlistentry>
354
355 <varlistentry id="gvfs-rename">
356 <term><command>gvfs-rename</command></term>
357 <listitem>
358 <para>
359 changes the name of a file or directory.
360 </para>
361 <indexterm zone="gvfs gvfs-rename">
362 <primary sortas="b-gvfs-rename">gvfs-rename</primary>
363 </indexterm>
364 </listitem>
365 </varlistentry>
366
367 <varlistentry id="gvfs-rm">
368 <term><command>gvfs-rm</command></term>
369 <listitem>
370 <para>
371 removes a file.
372 </para>
373 <indexterm zone="gvfs gvfs-rm">
374 <primary sortas="b-gvfs-rm">gvfs-rm</primary>
375 </indexterm>
376 </listitem>
377 </varlistentry>
378
379 <varlistentry id="gvfs-save">
380 <term><command>gvfs-save</command></term>
381 <listitem>
382 <para>
383 reads from the standard input and saves the data to
384 the given location.
385 </para>
386 <indexterm zone="gvfs gvfs-save">
387 <primary sortas="b-gvfs-save">gvfs-save</primary>
388 </indexterm>
389 </listitem>
390 </varlistentry>
391
392 <varlistentry id="gvfs-set-attribute">
393 <term><command>gvfs-set-attribute</command></term>
394 <listitem>
395 <para>
396 allows to set a file attribute on a file.
397 </para>
398 <indexterm zone="gvfs gvfs-set-attribute">
399 <primary sortas="b-gvfs-set-attribute">gvfs-set-attribute</primary>
400 </indexterm>
401 </listitem>
402 </varlistentry>
403
404 <varlistentry id="gvfs-trash">
405 <term><command>gvfs-trash</command></term>
406 <listitem>
407 <para>
408 sends files or directories to the "Trashcan".
409 </para>
410 <indexterm zone="gvfs gvfs-trash">
411 <primary sortas="b-gvfs-trash">gvfs-trash</primary>
412 </indexterm>
413 </listitem>
414 </varlistentry>
415
416 <varlistentry id="gvfs-tree">
417 <term><command>gvfs-tree</command></term>
418 <listitem>
419 <para>
420 lists the contents of the given directories recursively,
421 in a tree-like format.
422 </para>
423 <indexterm zone="gvfs gvfs-tree">
424 <primary sortas="b-gvfs-tree">gvfs-tree</primary>
425 </indexterm>
426 </listitem>
427 </varlistentry>
428
429 <varlistentry id="libgvfscommon">
430 <term><filename class="libraryfile">libgvfscommon.so</filename></term>
431 <listitem>
432 <para>
433 contains the common API functions used in
434 <application>Gvfs</application> programs.
435 </para>
436 <indexterm zone="gvfs libgvfscommon">
437 <primary sortas="c-libgvfscommon">libgvfscommon.so</primary>
438 </indexterm>
439 </listitem>
440 </varlistentry>
441
442 </variablelist>
443
444 </sect2>
445
446</sect1>
Note: See TracBrowser for help on using the repository browser.