source: general/sysutils/gvfs.xml@ 7ded7e3

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

Gnome 3.4.2 (See changelog for which components were upgraded/added). Converted all of Gnome XML files to the 'new xml format'. Sorted 'Postlfs' and 'General' section packages in some kind of order. Moved Colord into 'System Utilities' and SpiderMonkey into 'General Utilities'. Fixed Avahi dependencies as reported last night. Fixed several typos and dependencies in other packages. Sorted general.ent according to other packages.

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

  • Property mode set to 100644
File size: 12.2 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 "348edf09eca150ba7065017127f63c64">
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>
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 &lfs70_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="intltool"/> and
80 <xref linkend="pkgconfig"/>
81 </para>
82
83 <bridgehead renderas="sect4">Recommended</bridgehead>
84 <para role="recommended">
85 <xref linkend="libgnome-keyring"/>,
86 <xref linkend="libsoup"/> and
87 <xref linkend="udisks2"/>
88 </para>
89
90 <bridgehead renderas="sect4">Optional</bridgehead>
91 <para role="optional">
92 <xref linkend="avahi"/>,
93 <ulink url="http://www.bluez.org/">BlueZ</ulink>,
94 <xref linkend="fuse"/>,
95 <xref linkend="libarchive"/>,
96 <ulink url="http://www.videolan.org/developers/libbluray.html">
97 libbluray</ulink>,
98 <ulink url="http://www.gnu.org/software/libcdio/">libcdio</ulink>,
99 <ulink url="http://www.gphoto.org/">libgphoto2</ulink>,
100 <ulink url="http://www.libimobiledevice.org/">libimobiledevice</ulink> and
101 <xref linkend="samba3"/>
102 </para>
103
104 <para condition="html" role="usernotes">User Notes:
105 <ulink url="&blfs-wiki;/gvfs"/>
106 </para>
107 </sect2>
108
109 <sect2 role="installation">
110 <title>Installation of Gvfs</title>
111
112 <para>
113 Install <application>Gvfs</application> by running the following
114 commands:
115 </para>
116
117<screen><userinput>./configure --prefix=/usr \
118 --sysconfdir=/etc \
119 --libexecdir=/usr/lib/gvfs &amp;&amp;
120make</userinput></screen>
121
122 <para>
123 This package does not come with a test suite.
124 </para>
125
126 <para>
127 Now, as the <systemitem class="username">root</systemitem> user:
128 </para>
129
130<screen role="root"><userinput>make install</userinput></screen>
131
132 </sect2>
133
134 <sect2 role="content">
135 <title>Contents</title>
136
137 <segmentedlist>
138 <segtitle>Installed Programs</segtitle>
139 <segtitle>Installed Libraries</segtitle>
140 <segtitle>Installed Directories</segtitle>
141
142 <seglistitem>
143 <seg>
144 gvfs-cat, gvfs-copy, gvfs-info, gvfs-less, gvfs-ls,
145 gvfs-mime, gvfs-mkdir, gvfs-monitor-dir, gvfs-monitor-file,
146 gvfs-mount, gvfs-move, gvfs-open, gvfs-rename, gvfs-rm,
147 gvfs-save, gvfs-set-attribute, gvfs-trash, gvfs-tree
148 and several executables in /usr/lib/gvfs
149 </seg>
150 <seg>
151 libgvfscommon.so and libgvfscommon-dnssd.so
152 </seg>
153 <seg>
154 /usr/include/gvfs-client,
155 /usr/lib/gvfs and
156 /usr/share/gvfs
157 </seg>
158 </seglistitem>
159 </segmentedlist>
160
161 <variablelist>
162 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
163 <?dbfo list-presentation="list"?>
164 <?dbhtml list-presentation="table"?>
165
166 <varlistentry id="gvfs-cat">
167 <term><command>gvfs-cat</command></term>
168 <listitem>
169 <para>
170 prints a file to standard output using the virtual
171 file system to access the file via a URI.
172 </para>
173 <indexterm zone="gvfs gvfs-cat">
174 <primary sortas="b-gvfs-cat">gvfs-cat</primary>
175 </indexterm>
176 </listitem>
177 </varlistentry>
178
179 <varlistentry id="gvfs-copy">
180 <term><command>gvfs-copy</command></term>
181 <listitem>
182 <para>
183 copies a file from one URI location to another using
184 the virtual file system.
185 </para>
186 <indexterm zone="gvfs gvfs-copy">
187 <primary sortas="b-gvfs-copy">gvfs-copy</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
191
192 <varlistentry id="gvfs-info">
193 <term><command>gvfs-info</command></term>
194 <listitem>
195 <para>
196 prints information about files and directories using
197 the virtual file system.
198 </para>
199 <indexterm zone="gvfs gvfs-info">
200 <primary sortas="b-gvfs-info">gvfs-info</primary>
201 </indexterm>
202 </listitem>
203 </varlistentry>
204
205 <varlistentry id="gvfs-less">
206 <term><command>gvfs-less</command></term>
207 <listitem>
208 <para>
209 executes <command>less</command> using the VFS as
210 input preprocesor, so less can access any resource accessible
211 by any of the <application>Gvfs</application> backends.
212 </para>
213 <indexterm zone="gvfs gvfs-less">
214 <primary sortas="b-gvfs-less">gvfs-less</primary>
215 </indexterm>
216 </listitem>
217 </varlistentry>
218
219 <varlistentry id="gvfs-ls">
220 <term><command>gvfs-ls</command></term>
221 <listitem>
222 <para>
223 lists the content of directories using the virtual file
224 system.
225 </para>
226 <indexterm zone="gvfs gvfs-ls">
227 <primary sortas="b-gvfs-ls">gvfs-ls</primary>
228 </indexterm>
229 </listitem>
230 </varlistentry>
231
232 <varlistentry id="gvfs-mkdir">
233 <term><command>gvfs-mkdir</command></term>
234 <listitem>
235 <para>
236 makes a directory specified by an URI using
237 the virtual file system.
238 </para>
239 <indexterm zone="gvfs gvfs-mkdir">
240 <primary sortas="b-gvfs-mkdir">gvfs-mkdir</primary>
241 </indexterm>
242 </listitem>
243 </varlistentry>
244
245 <varlistentry id="gvfs-monitor-dir">
246 <term><command>gvfs-monitor-dir</command></term>
247 <listitem>
248 <para>
249 monitors the change content of a directory using
250 the virtual file system.
251 </para>
252 <indexterm zone="gvfs gvfs-monitor-dir">
253 <primary sortas="b-gvfs-monitor-dir">gvfs-monitor-dir</primary>
254 </indexterm>
255 </listitem>
256 </varlistentry>
257
258 <varlistentry id="gvfs-monitor-file">
259 <term><command>gvfs-monitor-file</command></term>
260 <listitem>
261 <para>
262 monitors the change of a file using the virtual file
263 system.
264 </para>
265 <indexterm zone="gvfs gvfs-monitor-file">
266 <primary sortas="b-gvfs-monitor-file">gvfs-monitor-file</primary>
267 </indexterm>
268 </listitem>
269 </varlistentry>
270
271 <varlistentry id="gvfs-mount">
272 <term><command>gvfs-mount</command></term>
273 <listitem>
274 <para>
275 mounts, unmounts and lists file systems using the
276 virtual file system.
277 </para>
278 <indexterm zone="gvfs gvfs-mount">
279 <primary sortas="b-gvfs-mount">gvfs-mount</primary>
280 </indexterm>
281 </listitem>
282 </varlistentry>
283
284 <varlistentry id="gvfs-move">
285 <term><command>gvfs-move</command></term>
286 <listitem>
287 <para>
288 moves a file from one URI location to another using
289 the virtual file system.
290 </para>
291 <indexterm zone="gvfs gvfs-move">
292 <primary sortas="b-gvfs-move">gvfs-move</primary>
293 </indexterm>
294 </listitem>
295 </varlistentry>
296
297 <varlistentry id="gvfs-open">
298 <term><command>gvfs-open</command></term>
299 <listitem>
300 <para>
301 opens an URI using the appropiate application.
302 </para>
303 <indexterm zone="gvfs gvfs-open">
304 <primary sortas="b-gvfs-open">gvfs-open</primary>
305 </indexterm>
306 </listitem>
307 </varlistentry>
308
309 <varlistentry id="gvfs-rename">
310 <term><command>gvfs-rename</command></term>
311 <listitem>
312 <para>
313 changes the name of a file or directory using the
314 virtual file system.
315 </para>
316 <indexterm zone="gvfs gvfs-rename">
317 <primary sortas="b-gvfs-rename">gvfs-rename</primary>
318 </indexterm>
319 </listitem>
320 </varlistentry>
321
322 <varlistentry id="gvfs-rm">
323 <term><command>gvfs-rm</command></term>
324 <listitem>
325 <para>
326 removes a directory entry using the virtual file
327 system via a URI.
328 </para>
329 <indexterm zone="gvfs gvfs-rm">
330 <primary sortas="b-gvfs-rm">gvfs-rm</primary>
331 </indexterm>
332 </listitem>
333 </varlistentry>
334
335 <varlistentry id="gvfs-save">
336 <term><command>gvfs-save</command></term>
337 <listitem>
338 <para>
339 saves information to a file using the virtual
340 file system.
341 </para>
342 <indexterm zone="gvfs gvfs-save">
343 <primary sortas="b-gvfs-save">gvfs-save</primary>
344 </indexterm>
345 </listitem>
346 </varlistentry>
347
348 <varlistentry id="gvfs-trash">
349 <term><command>gvfs-trash</command></term>
350 <listitem>
351 <para>
352 moves a directory entry to the trash using the
353 virtual file system.
354 </para>
355 <indexterm zone="gvfs gvfs-trash">
356 <primary sortas="b-gvfs-trash">gvfs-trash</primary>
357 </indexterm>
358 </listitem>
359 </varlistentry>
360
361 <varlistentry id="gvfs-tree">
362 <term><command>gvfs-tree</command></term>
363 <listitem>
364 <para>
365 lists contents of directories in a tree-like format
366 using the virtual file system.
367 </para>
368 <indexterm zone="gvfs gvfs-tree">
369 <primary sortas="b-gvfs-tree">gvfs-tree</primary>
370 </indexterm>
371 </listitem>
372 </varlistentry>
373
374 <varlistentry id="libgvfscommon">
375 <term><filename class='libraryfile'>libgvfscommon.so</filename></term>
376 <listitem>
377 <para>
378 contains common API functions used in
379 <application>Gvfs</application> programs.
380 </para>
381 <indexterm zone="gvfs libgvfscommon">
382 <primary sortas="c-libgvfscommon">libgvfscommon.so</primary>
383 </indexterm>
384 </listitem>
385 </varlistentry>
386
387 <varlistentry id="libgvfscommon-dnssd">
388 <term><filename class='libraryfile'>libgvfscommon-dnssd.so</filename></term>
389 <listitem>
390 <para>
391 contains API functions used in
392 <application>Gvfs</application> DNS/SD backend.
393 </para>
394 <indexterm zone="gvfs libgvfscommon-dnssd">
395 <primary sortas="c-libgvfscommon-dnssd">libgvfscommon-dnssd.so</primary>
396 </indexterm>
397 </listitem>
398 </varlistentry>
399
400 </variablelist>
401
402 </sect2>
403
404</sect1>
Note: See TracBrowser for help on using the repository browser.