source: general/sysutils/gvfs.xml@ d0cf396

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

Add book's fuse to gvfs dependencies, convert pulseaudio page to 'new blfs xml format' and remove bunch of modules from being listed, sort alsa-plugins dependencies in alphabetical order and use double quotes on them

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

  • Property mode set to 100644
File size: 11.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.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>./configure --prefix=/usr \
107 --sysconfdir=/etc \
108 --libexecdir=/usr/lib/gvfs &amp;&amp;
109make</userinput></screen>
110
111 <para>This package does not come with a test suite.</para>
112
113 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
114
115<screen role="root"><userinput>make install</userinput></screen>
116
117 </sect2>
118
119 <sect2 role="content">
120 <title>Contents</title>
121
122 <segmentedlist>
123 <segtitle>Installed Programs</segtitle>
124 <segtitle>Installed Libraries</segtitle>
125 <segtitle>Installed Directories</segtitle>
126
127 <seglistitem>
128 <seg>
129 gvfs-cat, gvfs-copy, gvfs-info, gvfs-less, gvfs-ls,
130 gvfs-mime, gvfs-mkdir, gvfs-monitor-dir, gvfs-monitor-file,
131 gvfs-mount, gvfs-move, gvfs-open, gvfs-rename, gvfs-rm,
132 gvfs-save, gvfs-set-attribute, gvfs-trash, gvfs-tree
133 and several executables in /usr/lib/gvfs
134 </seg>
135 <seg>
136 libgvfscommon.so and libgvfscommon-dnssd.so
137 </seg>
138 <seg>
139 /usr/include/gvfs-client, /usr/lib/gvfs and /usr/share/gvfs
140 </seg>
141 </seglistitem>
142 </segmentedlist>
143
144 <variablelist>
145 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
146 <?dbfo list-presentation="list"?>
147 <?dbhtml list-presentation="table"?>
148
149 <varlistentry id="gvfs-cat">
150 <term><command>gvfs-cat</command></term>
151 <listitem>
152 <para>prints a file to standard output using the virtual
153 file system to access the file via a URI.</para>
154 <indexterm zone="gvfs gvfs-cat">
155 <primary sortas="b-gvfs-cat">gvfs-cat</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 <varlistentry id="gvfs-copy">
161 <term><command>gvfs-copy</command></term>
162 <listitem>
163 <para>copies a file from one URI location to another using
164 the virtual file system.</para>
165 <indexterm zone="gvfs gvfs-copy">
166 <primary sortas="b-gvfs-copy">gvfs-copy</primary>
167 </indexterm>
168 </listitem>
169 </varlistentry>
170
171 <varlistentry id="gvfs-info">
172 <term><command>gvfs-info</command></term>
173 <listitem>
174 <para>prints information about files and directories using
175 the virtual file system.</para>
176 <indexterm zone="gvfs gvfs-info">
177 <primary sortas="b-gvfs-info">gvfs-info</primary>
178 </indexterm>
179 </listitem>
180 </varlistentry>
181
182 <varlistentry id="gvfs-less">
183 <term><command>gvfs-less</command></term>
184 <listitem>
185 <para>executes <command>less</command> using the VFS as
186 input preprocesor, so less can access any resource accessible
187 by any of the gvfs backends.</para>
188 <indexterm zone="gvfs gvfs-less">
189 <primary sortas="b-gvfs-less">gvfs-less</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193
194 <varlistentry id="gvfs-ls">
195 <term><command>gvfs-ls</command></term>
196 <listitem>
197 <para>lists the content of directories using the virtual file
198 system.</para>
199 <indexterm zone="gvfs gvfs-ls">
200 <primary sortas="b-gvfs-ls">gvfs-ls</primary>
201 </indexterm>
202 </listitem>
203 </varlistentry>
204
205 <varlistentry id="gvfs-mkdir">
206 <term><command>gvfs-mkdir</command></term>
207 <listitem>
208 <para>makes a directory specified by an URI using
209 the virtual file system.</para>
210 <indexterm zone="gvfs gvfs-mkdir">
211 <primary sortas="b-gvfs-mkdir">gvfs-mkdir</primary>
212 </indexterm>
213 </listitem>
214 </varlistentry>
215
216 <varlistentry id="gvfs-monitor-dir">
217 <term><command>gvfs-monitor-dir</command></term>
218 <listitem>
219 <para>monitors the change content of a directory using
220 the virtual file system.</para>
221 <indexterm zone="gvfs gvfs-monitor-dir">
222 <primary sortas="b-gvfs-monitor-dir">gvfs-monitor-dir</primary>
223 </indexterm>
224 </listitem>
225 </varlistentry>
226
227 <varlistentry id="gvfs-monitor-file">
228 <term><command>gvfs-monitor-file</command></term>
229 <listitem>
230 <para>monitors the change of a file using the virtual file
231 system.</para>
232 <indexterm zone="gvfs gvfs-monitor-file">
233 <primary sortas="b-gvfs-monitor-file">gvfs-monitor-file</primary>
234 </indexterm>
235 </listitem>
236 </varlistentry>
237
238 <varlistentry id="gvfs-mount">
239 <term><command>gvfs-mount</command></term>
240 <listitem>
241 <para>mounts, unmounts and lists file systems using the
242 virtual file system.</para>
243 <indexterm zone="gvfs gvfs-mount">
244 <primary sortas="b-gvfs-mount">gvfs-mount</primary>
245 </indexterm>
246 </listitem>
247 </varlistentry>
248
249 <varlistentry id="gvfs-move">
250 <term><command>gvfs-move</command></term>
251 <listitem>
252 <para>moves a file from one URI location to another using
253 the virtual file system.</para>
254 <indexterm zone="gvfs gvfs-move">
255 <primary sortas="b-gvfs-move">gvfs-move</primary>
256 </indexterm>
257 </listitem>
258 </varlistentry>
259
260 <varlistentry id="gvfs-open">
261 <term><command>gvfs-open</command></term>
262 <listitem>
263 <para>opens an URI using the appropiate application.</para>
264 <indexterm zone="gvfs gvfs-open">
265 <primary sortas="b-gvfs-open">gvfs-open</primary>
266 </indexterm>
267 </listitem>
268 </varlistentry>
269
270 <varlistentry id="gvfs-rename">
271 <term><command>gvfs-rename</command></term>
272 <listitem>
273 <para>changes the name of a file or directory using the
274 virtual file system.</para>
275 <indexterm zone="gvfs gvfs-rename">
276 <primary sortas="b-gvfs-rename">gvfs-rename</primary>
277 </indexterm>
278 </listitem>
279 </varlistentry>
280
281 <varlistentry id="gvfs-rm">
282 <term><command>gvfs-rm</command></term>
283 <listitem>
284 <para>removes a directory entry using the virtual file
285 system via a URI.</para>
286 <indexterm zone="gvfs gvfs-rm">
287 <primary sortas="b-gvfs-rm">gvfs-rm</primary>
288 </indexterm>
289 </listitem>
290 </varlistentry>
291
292 <varlistentry id="gvfs-save">
293 <term><command>gvfs-save</command></term>
294 <listitem>
295 <para>saves information to a file using the virtual
296 file system.</para>
297 <indexterm zone="gvfs gvfs-save">
298 <primary sortas="b-gvfs-save">gvfs-save</primary>
299 </indexterm>
300 </listitem>
301 </varlistentry>
302
303 <varlistentry id="gvfs-trash">
304 <term><command>gvfs-trash</command></term>
305 <listitem>
306 <para>moves a directory entry to the trash using the
307 virtual file system.</para>
308 <indexterm zone="gvfs gvfs-trash">
309 <primary sortas="b-gvfs-trash">gvfs-trash</primary>
310 </indexterm>
311 </listitem>
312 </varlistentry>
313
314 <varlistentry id="gvfs-tree">
315 <term><command>gvfs-tree</command></term>
316 <listitem>
317 <para>lists contents of directories in a tree-like format
318 using the virtual file system.</para>
319 <indexterm zone="gvfs gvfs-tree">
320 <primary sortas="b-gvfs-tree">gvfs-tree</primary>
321 </indexterm>
322 </listitem>
323 </varlistentry>
324
325 <varlistentry id="libgvfscommon">
326 <term><filename class='libraryfile'>libgvfscommon.so</filename></term>
327 <listitem>
328 <para>contains common API functions used in GVFS programs.</para>
329 <indexterm zone="gvfs libgvfscommon">
330 <primary sortas="c-libgvfscommon">libgvfscommon.so</primary>
331 </indexterm>
332 </listitem>
333 </varlistentry>
334
335 <varlistentry id="libgvfscommon-dnssd">
336 <term><filename class='libraryfile'>libgvfscommon-dnssd.so</filename></term>
337 <listitem>
338 <para>contains API functions used in GVFS DNS/SD backend.</para>
339 <indexterm zone="gvfs libgvfscommon-dnssd">
340 <primary sortas="c-libgvfscommon-dnssd">libgvfscommon-dnssd.so</primary>
341 </indexterm>
342 </listitem>
343 </varlistentry>
344
345 </variablelist>
346
347 </sect2>
348
349</sect1>
Note: See TracBrowser for help on using the repository browser.