source: gnome/platform/gvfs.xml@ 6ebcb8e

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.8 7.9 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 6ebcb8e was 6ebcb8e, checked in by Fernando de Oliveira <fernando@…>, 9 years ago

Update to pygobject-3.16.1.

Update to Gnome 3.16.1:

gsettings-desktop-schemas-3.16.1,
yelp-xsl-3.16.1,
gvfs-1.24.1,
gnome-desktop-3.16.1,
dconf-editor-3.16.1,
notification-daemon-3.16.1,
baobab-3.16.1,
cheese-3.16.1,
eog-3.16.1,
file-roller-3.16.1,
gnome-termina-3.16.1, and
gucharmap-3.16.1.

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

  • Property mode set to 100644
File size: 13.8 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.24/gvfs-&gvfs-version;.tar.xz">
8 <!ENTITY gvfs-download-ftp "&gnome-download-ftp;/gvfs/1.24/gvfs-&gvfs-version;.tar.xz">
9 <!ENTITY gvfs-md5sum "f536f7ae3bd6a86756f67b29d7c9d5e9">
10 <!ENTITY gvfs-size "1.6 MB">
11 <!ENTITY gvfs-buildsize "71 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 a userspace virtual
34 filesystem designed to work with the I/O abstractions of GLib's GIO
35 library.
36 </para>
37
38 &lfs77_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="libsecret"/>,
86 <xref linkend="libsoup"/>,
87 <xref linkend="udev-extras"/> (for GUdev), 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="libarchive"/>,
100 <xref linkend="libcdio"/>,
101 <xref linkend="libgcrypt"/>,
102 <xref linkend="libxml2"/>,
103 <xref linkend="libxslt"/>,
104 <xref linkend="openssh"/>,
105 <xref linkend="samba"/>,
106 <ulink url="&gnome-download-http;/gnome-online-accounts">GNOME Online Accounts</ulink>,
107 <ulink url="http://www.videolan.org/developers/libbluray.html">libbluray</ulink>,
108 <ulink url="http://www.gphoto.org/">libgphoto2</ulink>,
109 <ulink url="http://www.libimobiledevice.org/">libimobiledevice</ulink>,
110 <ulink url="http://sourceforge.net/projects/libmtp/">libmtp</ulink>, and
111 <ulink url="http://twistedmatrix.com/trac/">Twisted</ulink>,
112 </para>
113
114 <bridgehead renderas="sect4">Optional (Runtime)</bridgehead>
115 <para role="optional">
116 <xref linkend="obex-data-server"/>
117 </para>
118
119 <para condition="html" role="usernotes">User Notes:
120 <ulink url="&blfs-wiki;/gvfs"/>
121 </para>
122 </sect2>
123
124 <sect2 role="installation">
125 <title>Installation of Gvfs</title>
126
127 <para>
128 Install <application>Gvfs</application> by running the following
129 commands:
130 </para>
131
132<screen><userinput>./configure --prefix=/usr \
133 --sysconfdir=/etc \
134 --disable-gphoto2 &amp;&amp;
135make</userinput></screen>
136
137 <para>
138 <!--To test the results, issue: <command>make -k check</command>.
139 Some tests (potentially half) may fail, normally due to a missing
140 optional dependency.-->This package does not come with a working
141 test suite.
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,
191 /usr/lib/gvfs, and
192 /usr/share/gvfs
193 </seg>
194 </seglistitem>
195 </segmentedlist>
196
197 <variablelist>
198 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
199 <?dbfo list-presentation="list"?>
200 <?dbhtml list-presentation="table"?>
201
202 <varlistentry id="gvfs-cat">
203 <term><command>gvfs-cat</command></term>
204 <listitem>
205 <para>
206 concatenates the given files and prints them
207 to the standard output.
208 </para>
209 <indexterm zone="gvfs gvfs-cat">
210 <primary sortas="b-gvfs-cat">gvfs-cat</primary>
211 </indexterm>
212 </listitem>
213 </varlistentry>
214
215 <varlistentry id="gvfs-copy">
216 <term><command>gvfs-copy</command></term>
217 <listitem>
218 <para>
219 copies a file from one URI location to another.
220 </para>
221 <indexterm zone="gvfs gvfs-copy">
222 <primary sortas="b-gvfs-copy">gvfs-copy</primary>
223 </indexterm>
224 </listitem>
225 </varlistentry>
226
227 <varlistentry id="gvfs-info">
228 <term><command>gvfs-info</command></term>
229 <listitem>
230 <para>
231 shows information about the given locations.
232 </para>
233 <indexterm zone="gvfs gvfs-info">
234 <primary sortas="b-gvfs-info">gvfs-info</primary>
235 </indexterm>
236 </listitem>
237 </varlistentry>
238
239 <varlistentry id="gvfs-less">
240 <term><command>gvfs-less</command></term>
241 <listitem>
242 <para>
243 executes <command>less</command> using the VFS as
244 input preprocesor, so less can access any resource accessible
245 by any of the <application>Gvfs</application> backends.
246 </para>
247 <indexterm zone="gvfs gvfs-less">
248 <primary sortas="b-gvfs-less">gvfs-less</primary>
249 </indexterm>
250 </listitem>
251 </varlistentry>
252
253 <varlistentry id="gvfs-ls">
254 <term><command>gvfs-ls</command></term>
255 <listitem>
256 <para>
257 lists information about the given locations.
258 </para>
259 <indexterm zone="gvfs gvfs-ls">
260 <primary sortas="b-gvfs-ls">gvfs-ls</primary>
261 </indexterm>
262 </listitem>
263 </varlistentry>
264
265 <varlistentry id="gvfs-mime">
266 <term><command>gvfs-mime</command></term>
267 <listitem>
268 <para>
269 is used to query information about applications that are
270 registered to handle a mime-type, or set the default
271 handler for a mime-type.
272 </para>
273 <indexterm zone="gvfs gvfs-mime">
274 <primary sortas="b-gvfs-mime">gvfs-mime</primary>
275 </indexterm>
276 </listitem>
277 </varlistentry>
278
279 <varlistentry id="gvfs-mkdir">
280 <term><command>gvfs-mkdir</command></term>
281 <listitem>
282 <para>
283 creates a directory specified by an URI.
284 </para>
285 <indexterm zone="gvfs gvfs-mkdir">
286 <primary sortas="b-gvfs-mkdir">gvfs-mkdir</primary>
287 </indexterm>
288 </listitem>
289 </varlistentry>
290
291 <varlistentry id="gvfs-monitor-dir">
292 <term><command>gvfs-monitor-dir</command></term>
293 <listitem>
294 <para>
295 prints information about file creation, deletion, file content and
296 attribute changes and mount and unmount operations inside the
297 specified directories.
298 </para>
299 <indexterm zone="gvfs gvfs-monitor-dir">
300 <primary sortas="b-gvfs-monitor-dir">gvfs-monitor-dir</primary>
301 </indexterm>
302 </listitem>
303 </varlistentry>
304
305 <varlistentry id="gvfs-monitor-file">
306 <term><command>gvfs-monitor-file</command></term>
307 <listitem>
308 <para>
309 prints information about creation, deletion, content and attribute
310 changes and mount and unmount operations affecting the monitored files.
311 </para>
312 <indexterm zone="gvfs gvfs-monitor-file">
313 <primary sortas="b-gvfs-monitor-file">gvfs-monitor-file</primary>
314 </indexterm>
315 </listitem>
316 </varlistentry>
317
318 <varlistentry id="gvfs-mount">
319 <term><command>gvfs-mount</command></term>
320 <listitem>
321 <para>
322 provides commandline access to various aspects of GIOs mounting
323 functionality.
324 </para>
325 <indexterm zone="gvfs gvfs-mount">
326 <primary sortas="b-gvfs-mount">gvfs-mount</primary>
327 </indexterm>
328 </listitem>
329 </varlistentry>
330
331 <varlistentry id="gvfs-move">
332 <term><command>gvfs-move</command></term>
333 <listitem>
334 <para>
335 moves a file from one URI location to another.
336 </para>
337 <indexterm zone="gvfs gvfs-move">
338 <primary sortas="b-gvfs-move">gvfs-move</primary>
339 </indexterm>
340 </listitem>
341 </varlistentry>
342
343 <varlistentry id="gvfs-open">
344 <term><command>gvfs-open</command></term>
345 <listitem>
346 <para>
347 opens files with the default application that is registered
348 to handle files of that type.
349 </para>
350 <indexterm zone="gvfs gvfs-open">
351 <primary sortas="b-gvfs-open">gvfs-open</primary>
352 </indexterm>
353 </listitem>
354 </varlistentry>
355
356 <varlistentry id="gvfs-rename">
357 <term><command>gvfs-rename</command></term>
358 <listitem>
359 <para>
360 changes the name of a file or directory.
361 </para>
362 <indexterm zone="gvfs gvfs-rename">
363 <primary sortas="b-gvfs-rename">gvfs-rename</primary>
364 </indexterm>
365 </listitem>
366 </varlistentry>
367
368 <varlistentry id="gvfs-rm">
369 <term><command>gvfs-rm</command></term>
370 <listitem>
371 <para>
372 removes a file.
373 </para>
374 <indexterm zone="gvfs gvfs-rm">
375 <primary sortas="b-gvfs-rm">gvfs-rm</primary>
376 </indexterm>
377 </listitem>
378 </varlistentry>
379
380 <varlistentry id="gvfs-save">
381 <term><command>gvfs-save</command></term>
382 <listitem>
383 <para>
384 reads from the standard input and saves the data to
385 the given location.
386 </para>
387 <indexterm zone="gvfs gvfs-save">
388 <primary sortas="b-gvfs-save">gvfs-save</primary>
389 </indexterm>
390 </listitem>
391 </varlistentry>
392
393 <varlistentry id="gvfs-set-attribute">
394 <term><command>gvfs-set-attribute</command></term>
395 <listitem>
396 <para>
397 allows to set a file attribute on a file.
398 </para>
399 <indexterm zone="gvfs gvfs-set-attribute">
400 <primary sortas="b-gvfs-set-attribute">gvfs-set-attribute</primary>
401 </indexterm>
402 </listitem>
403 </varlistentry>
404
405 <varlistentry id="gvfs-trash">
406 <term><command>gvfs-trash</command></term>
407 <listitem>
408 <para>
409 sends files or directories to the "Trashcan".
410 </para>
411 <indexterm zone="gvfs gvfs-trash">
412 <primary sortas="b-gvfs-trash">gvfs-trash</primary>
413 </indexterm>
414 </listitem>
415 </varlistentry>
416
417 <varlistentry id="gvfs-tree">
418 <term><command>gvfs-tree</command></term>
419 <listitem>
420 <para>
421 lists the contents of the given directories recursively,
422 in a tree-like format.
423 </para>
424 <indexterm zone="gvfs gvfs-tree">
425 <primary sortas="b-gvfs-tree">gvfs-tree</primary>
426 </indexterm>
427 </listitem>
428 </varlistentry>
429
430 <varlistentry id="libgvfscommon">
431 <term><filename class="libraryfile">libgvfscommon.so</filename></term>
432 <listitem>
433 <para>
434 contains the common API functions used in
435 <application>Gvfs</application> programs.
436 </para>
437 <indexterm zone="gvfs libgvfscommon">
438 <primary sortas="c-libgvfscommon">libgvfscommon.so</primary>
439 </indexterm>
440 </listitem>
441 </varlistentry>
442
443 </variablelist>
444
445 </sect2>
446
447</sect1>
Note: See TracBrowser for help on using the repository browser.