source: gnome/core/gvfs.xml@ 953836aa

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 953836aa was 953836aa, checked in by Krejzi <krejzi@…>, 12 years ago

GNOME Core Part 1 - Desktop.

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

  • Property mode set to 100644
File size: 14.4 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.14/gvfs-&gvfs-version;.tar.xz">
8 <!ENTITY gvfs-download-ftp "&gnome-download-ftp;/gvfs/1.14/gvfs-&gvfs-version;.tar.xz">
9 <!ENTITY gvfs-md5sum "919f5e705aba5285b4d4b5e2c03494e7">
10 <!ENTITY gvfs-size "1.4 MB">
11 <!ENTITY gvfs-buildsize "90 MB">
12 <!ENTITY gvfs-time "0.7 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 an userspace virtual
34 filesystem designed to work with the I/O abstractions of GLib's GIO
35 library.
36 </para>
37
38 &lfs72_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"/>,
79 <xref linkend="glib2"/> and
80 <xref linkend="intltool"/>
81 </para>
82
83 <bridgehead renderas="sect4">Recommended</bridgehead>
84 <para role="recommended">
85 <xref linkend="gtk3"/>,
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="avahi"/>,
94 <xref linkend="bluez"/>,
95 <xref linkend="dbus-glib"/>,
96 <xref linkend="fuse"/>,
97 <xref linkend="libarchive"/>,
98 <ulink url="http://www.videolan.org/developers/libbluray.html">
99 libbluray</ulink>,
100 <ulink url="http://www.gnu.org/software/libcdio/">libcdio</ulink>,
101 <xref linkend="libgcrypt"/>,
102 <ulink url="http://www.gphoto.org/">libgphoto2</ulink>,
103 <ulink url="http://www.libimobiledevice.org/">libimobiledevice</ulink>,
104 <xref linkend="openssh"/> and
105 <xref linkend="samba3"/>
106 </para>
107
108 <bridgehead renderas="sect4">Optional (Runtime)</bridgehead>
109 <para role="optional">
110 <xref linkend="obex-data-server"/> and
111 <xref linkend="obexd"/>
112 </para>
113
114 <para condition="html" role="usernotes">User Notes:
115 <ulink url="&blfs-wiki;/gvfs"/>
116 </para>
117 </sect2>
118
119 <sect2 role="installation">
120 <title>Installation of Gvfs</title>
121
122 <para>
123 Install <application>Gvfs</application> by running the following
124 commands:
125 </para>
126
127<screen><userinput>./configure --prefix=/usr \
128 --sysconfdir=/etc \
129 --libexecdir=/usr/lib/gvfs \
130 --disable-gphoto2 &amp;&amp;
131make</userinput></screen>
132
133 <para>
134 This package does not come with a test suite.
135 </para>
136
137 <para>
138 Now, as the <systemitem class="username">root</systemitem> user:
139 </para>
140
141<screen role="root"><userinput>make install</userinput></screen>
142 </sect2>
143
144 <sect2 role="commands">
145 <title>Command Explanations</title>
146
147 <para>
148 <option>--disable-gphoto2</option>: This switch is required if
149 <application>libgphoto2</application> is not installed. Remove
150 it if you installed <application>libgphoto2</application> and
151 wish to use it with <application>Gvfs</application>.
152 </para>
153
154 </sect2>
155
156 <sect2 role="content">
157 <title>Contents</title>
158
159 <segmentedlist>
160 <segtitle>Installed Programs</segtitle>
161 <segtitle>Installed Library</segtitle>
162 <segtitle>Installed Directories</segtitle>
163
164 <seglistitem>
165 <seg>
166 gvfs-cat, gvfs-copy, gvfs-info, gvfs-less, gvfs-ls,
167 gvfs-mime, gvfs-mkdir, gvfs-monitor-dir, gvfs-monitor-file,
168 gvfs-mount, gvfs-move, gvfs-open, gvfs-rename, gvfs-rm,
169 gvfs-save, gvfs-set-attribute, gvfs-trash, gvfs-tree,
170 gvfsd, gvfsd-fuse and gvfsd-metadata
171 </seg>
172 <seg>
173 libgvfscommon.so
174 </seg>
175 <seg>
176 /usr/include/gvfs-client,
177 /usr/lib/gvfs and
178 /usr/share/gvfs
179 </seg>
180 </seglistitem>
181 </segmentedlist>
182
183 <variablelist>
184 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
185 <?dbfo list-presentation="list"?>
186 <?dbhtml list-presentation="table"?>
187
188 <varlistentry id="gvfs-cat">
189 <term><command>gvfs-cat</command></term>
190 <listitem>
191 <para>
192 concatenates the given files and prints them
193 to the standard output.
194 </para>
195 <indexterm zone="gvfs gvfs-cat">
196 <primary sortas="b-gvfs-cat">gvfs-cat</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200
201 <varlistentry id="gvfs-copy">
202 <term><command>gvfs-copy</command></term>
203 <listitem>
204 <para>
205 copies a file from one URI location to another.
206 </para>
207 <indexterm zone="gvfs gvfs-copy">
208 <primary sortas="b-gvfs-copy">gvfs-copy</primary>
209 </indexterm>
210 </listitem>
211 </varlistentry>
212
213 <varlistentry id="gvfs-info">
214 <term><command>gvfs-info</command></term>
215 <listitem>
216 <para>
217 shows information about the given locations.
218 </para>
219 <indexterm zone="gvfs gvfs-info">
220 <primary sortas="b-gvfs-info">gvfs-info</primary>
221 </indexterm>
222 </listitem>
223 </varlistentry>
224
225 <varlistentry id="gvfs-less">
226 <term><command>gvfs-less</command></term>
227 <listitem>
228 <para>
229 executes <command>less</command> using the VFS as
230 input preprocesor, so less can access any resource accessible
231 by any of the <application>Gvfs</application> backends.
232 </para>
233 <indexterm zone="gvfs gvfs-less">
234 <primary sortas="b-gvfs-less">gvfs-less</primary>
235 </indexterm>
236 </listitem>
237 </varlistentry>
238
239 <varlistentry id="gvfs-ls">
240 <term><command>gvfs-ls</command></term>
241 <listitem>
242 <para>
243 lists information about the given locations.
244 </para>
245 <indexterm zone="gvfs gvfs-ls">
246 <primary sortas="b-gvfs-ls">gvfs-ls</primary>
247 </indexterm>
248 </listitem>
249 </varlistentry>
250
251 <varlistentry id="gvfs-mime">
252 <term><command>gvfs-mime</command></term>
253 <listitem>
254 <para>
255 is used to query information about applications that are
256 registered to handle a mime-type, or set the default
257 handler for a mime-type.
258 </para>
259 <indexterm zone="gvfs gvfs-mime">
260 <primary sortas="b-gvfs-mime">gvfs-mime</primary>
261 </indexterm>
262 </listitem>
263 </varlistentry>
264
265 <varlistentry id="gvfs-mkdir">
266 <term><command>gvfs-mkdir</command></term>
267 <listitem>
268 <para>
269 creates a directory specified by an URI.
270 </para>
271 <indexterm zone="gvfs gvfs-mkdir">
272 <primary sortas="b-gvfs-mkdir">gvfs-mkdir</primary>
273 </indexterm>
274 </listitem>
275 </varlistentry>
276
277 <varlistentry id="gvfs-monitor-dir">
278 <term><command>gvfs-monitor-dir</command></term>
279 <listitem>
280 <para>
281 prints information about file creation, deletion, file content and
282 attribute changes and mount and unmount operations inside the
283 specified directories.
284 </para>
285 <indexterm zone="gvfs gvfs-monitor-dir">
286 <primary sortas="b-gvfs-monitor-dir">gvfs-monitor-dir</primary>
287 </indexterm>
288 </listitem>
289 </varlistentry>
290
291 <varlistentry id="gvfs-monitor-file">
292 <term><command>gvfs-monitor-file</command></term>
293 <listitem>
294 <para>
295 prints information about creation, deletion, content and attribute
296 changes and mount and unmount operations affecting the monitored files.
297 </para>
298 <indexterm zone="gvfs gvfs-monitor-file">
299 <primary sortas="b-gvfs-monitor-file">gvfs-monitor-file</primary>
300 </indexterm>
301 </listitem>
302 </varlistentry>
303
304 <varlistentry id="gvfs-mount">
305 <term><command>gvfs-mount</command></term>
306 <listitem>
307 <para>
308 provides commandline access to various aspects of GIOs mounting
309 functionality.
310 </para>
311 <indexterm zone="gvfs gvfs-mount">
312 <primary sortas="b-gvfs-mount">gvfs-mount</primary>
313 </indexterm>
314 </listitem>
315 </varlistentry>
316
317 <varlistentry id="gvfs-move">
318 <term><command>gvfs-move</command></term>
319 <listitem>
320 <para>
321 moves a file from one URI location to another.
322 </para>
323 <indexterm zone="gvfs gvfs-move">
324 <primary sortas="b-gvfs-move">gvfs-move</primary>
325 </indexterm>
326 </listitem>
327 </varlistentry>
328
329 <varlistentry id="gvfs-open">
330 <term><command>gvfs-open</command></term>
331 <listitem>
332 <para>
333 opens files with the default application that is registered
334 to handle files of that type.
335 </para>
336 <indexterm zone="gvfs gvfs-open">
337 <primary sortas="b-gvfs-open">gvfs-open</primary>
338 </indexterm>
339 </listitem>
340 </varlistentry>
341
342 <varlistentry id="gvfs-rename">
343 <term><command>gvfs-rename</command></term>
344 <listitem>
345 <para>
346 changes the name of a file or directory.
347 </para>
348 <indexterm zone="gvfs gvfs-rename">
349 <primary sortas="b-gvfs-rename">gvfs-rename</primary>
350 </indexterm>
351 </listitem>
352 </varlistentry>
353
354 <varlistentry id="gvfs-rm">
355 <term><command>gvfs-rm</command></term>
356 <listitem>
357 <para>
358 removes a file.
359 </para>
360 <indexterm zone="gvfs gvfs-rm">
361 <primary sortas="b-gvfs-rm">gvfs-rm</primary>
362 </indexterm>
363 </listitem>
364 </varlistentry>
365
366 <varlistentry id="gvfs-save">
367 <term><command>gvfs-save</command></term>
368 <listitem>
369 <para>
370 reads from the standard input and saves the data to
371 the given location.
372 </para>
373 <indexterm zone="gvfs gvfs-save">
374 <primary sortas="b-gvfs-save">gvfs-save</primary>
375 </indexterm>
376 </listitem>
377 </varlistentry>
378
379 <varlistentry id="gvfs-set-attribute">
380 <term><command>gvfs-set-attribute</command></term>
381 <listitem>
382 <para>
383 allows to set a file attribute on a file.
384 </para>
385 <indexterm zone="gvfs gvfs-set-attribute">
386 <primary sortas="b-gvfs-set-attribute">gvfs-set-attribute</primary>
387 </indexterm>
388 </listitem>
389 </varlistentry>
390
391 <varlistentry id="gvfs-trash">
392 <term><command>gvfs-trash</command></term>
393 <listitem>
394 <para>
395 sends files or directories to the "Trashcan".
396 </para>
397 <indexterm zone="gvfs gvfs-trash">
398 <primary sortas="b-gvfs-trash">gvfs-trash</primary>
399 </indexterm>
400 </listitem>
401 </varlistentry>
402
403 <varlistentry id="gvfs-tree">
404 <term><command>gvfs-tree</command></term>
405 <listitem>
406 <para>
407 lists the contents of the given directories recursively,
408 in a tree-like format.
409 </para>
410 <indexterm zone="gvfs gvfs-tree">
411 <primary sortas="b-gvfs-tree">gvfs-tree</primary>
412 </indexterm>
413 </listitem>
414 </varlistentry>
415
416 <varlistentry id="gvfsd">
417 <term><command>gvfsd</command></term>
418 <listitem>
419 <para>
420 is the main daemon for the <application>Gvfs</application>
421 virtual filesystem.
422 </para>
423 <indexterm zone="gvfs gvfsd">
424 <primary sortas="b-gvfsd">gvfsd</primary>
425 </indexterm>
426 </listitem>
427 </varlistentry>
428
429 <varlistentry id="gvfsd-fuse">
430 <term><command>gvfsd-fuse</command></term>
431 <listitem>
432 <para>
433 maintains a FUSE mount to make <application>Gvfs</application>
434 backends available to POSIX applications.
435 </para>
436 <indexterm zone="gvfs gvfsd-fuse">
437 <primary sortas="b-gvfsd-fuse">gvfsd-fuse</primary>
438 </indexterm>
439 </listitem>
440 </varlistentry>
441
442 <varlistentry id="gvfsd-metadata">
443 <term><command>gvfsd-metadata</command></term>
444 <listitem>
445 <para>
446 is a daemon acting as a write serialiser to the internal
447 <application>Gvfs</application> metadata storage.
448 </para>
449 <indexterm zone="gvfs gvfsd-metadata">
450 <primary sortas="b-gvfsd-metadata">gvfsd-metadata</primary>
451 </indexterm>
452 </listitem>
453 </varlistentry>
454
455 <varlistentry id="libgvfscommon">
456 <term><filename class="libraryfile">libgvfscommon.so</filename></term>
457 <listitem>
458 <para>
459 contains the common API functions used in
460 <application>Gvfs</application> programs.
461 </para>
462 <indexterm zone="gvfs libgvfscommon">
463 <primary sortas="c-libgvfscommon">libgvfscommon.so</primary>
464 </indexterm>
465 </listitem>
466 </varlistentry>
467
468 </variablelist>
469
470 </sect2>
471
472</sect1>
Note: See TracBrowser for help on using the repository browser.