source: gnome/core/gnome-user-share.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: 5.5 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 gnome-user-share-download-http
8 "&gnome-download-http;/gnome-user-share/3.0/gnome-user-share-&gnome-user-share-version;.tar.xz">
9 <!ENTITY gnome-user-share-download-ftp
10 "&gnome-download-ftp;/gnome-user-share/3.0/gnome-user-share-&gnome-user-share-version;.tar.xz">
11 <!ENTITY gnome-user-share-md5sum "9466f07e76d866f3acc09cf9413cfd25">
12 <!ENTITY gnome-user-share-size "988 KB">
13 <!ENTITY gnome-user-share-buildsize "11 MB">
14 <!ENTITY gnome-user-share-time "0.2 SBU">
15]>
16
17<sect1 id="gnome-user-share" xreflabel="gnome-user-share-&gnome-user-share-version;">
18 <?dbhtml filename="gnome-user-share.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>gnome-user-share-&gnome-user-share-version;</title>
26
27 <indexterm zone="gnome-user-share">
28 <primary sortas="a-gnome-user-share">gnome-user-share</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to GNOME User Share</title>
33
34 <para>
35 The <application>GNOME User Share</application> package allows easy
36 user-level file sharing via WebDAV or ObexFTP. The shared files are
37 announced on the network by <application>Avahi</application>.
38 </para>
39
40 &lfs70_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&gnome-user-share-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&gnome-user-share-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &gnome-user-share-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &gnome-user-share-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &gnome-user-share-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &gnome-user-share-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">GNOME User Share Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="GConf"/>,
81 <xref linkend="gnome-bluetooth"/> and
82 <xref linkend="libcanberra"/>
83 </para>
84
85 <bridgehead renderas="sect4">Required (Runtime)</bridgehead>
86 <para role="required">
87 <xref linkend="mod_dnssd"/>
88 </para>
89
90 <bridgehead renderas="sect4">Recommended</bridgehead>
91 <para role="recommended">
92 <xref linkend="nautilus"/> and
93 <xref linkend="rarian"/>
94 </para>
95
96 <para condition="html" role="usernotes">User Notes:
97 <ulink url="&blfs-wiki;/gnome-user-share"/>
98 </para>
99 </sect2>
100
101 <sect2 role="installation">
102 <title>Installation of GNOME User Share</title>
103
104 <para>
105 Install <application>GNOME User Share</application> by running
106 the following commands:
107 </para>
108
109<screen><userinput>./configure --prefix=/usr \
110 --sysconfdir=/etc \
111 --libexecdir=/usr/lib/gnome-user-share \
112 --with-modules-path=/usr/lib/apache &amp;&amp;
113make</userinput></screen>
114
115 <para>
116 This package does not come with a test suite.
117 </para>
118
119 <para>
120 Now, as the <systemitem class="username">root</systemitem> user:
121 </para>
122
123<screen role="root"><userinput>make install</userinput></screen>
124
125 </sect2>
126
127 <sect2 role="commands">
128 <title>Command Explanations</title>
129
130 <para>
131 <parameter>--libexecdir=/usr/lib/gnome-user-share</parameter>:
132 This parameter is used so that the
133 <application>GNOME User Share</application> internal support programs
134 are installed in the preferred location of <filename
135 class="directory">/usr/lib/gnome-user-share</filename> instead of
136 <filename class="directory">/usr/libexec</filename>.
137 </para>
138
139 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
140 href="../../xincludes/without-scrollkeeper.xml"/>
141
142 </sect2>
143
144 <sect2 role="content">
145 <title>Contents</title>
146
147 <segmentedlist>
148 <segtitle>Installed Programs</segtitle>
149 <segtitle>Installed Directories</segtitle>
150
151 <seglistitem>
152 <seg>
153 gnome-file-share-properties and gnome-user-share
154 </seg>
155 <seg>
156 /usr/lib/gnome-user-share,
157 /usr/share/gnome/help/gnome-user-share,
158 /usr/share/gnome-user-share and
159 /usr/share/omf/gnome-user-share
160 </seg>
161 </seglistitem>
162 </segmentedlist>
163
164 <variablelist>
165 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
166 <?dbfo list-presentation="list"?>
167 <?dbhtml list-presentation="table"?>
168
169 <varlistentry id="gnome-file-share-properties">
170 <term><command>gnome-file-share-properties</command></term>
171 <listitem>
172 <para>
173 is a tool used to manage shares.
174 </para>
175 <indexterm zone="gnome-user-share gnome-file-share-properties">
176 <primary sortas="b-gnome-file-share-properties">gnome-file-share-properties</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180
181 </variablelist>
182
183 </sect2>
184
185</sect1>
Note: See TracBrowser for help on using the repository browser.