source: archive/gnome/gnome-bluetooth.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 7.6 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-bluetooth-download-http
8 "&gnome-download-http;/gnome-bluetooth/3.6/gnome-bluetooth-&gnome-bluetooth-version;.tar.xz">
9 <!ENTITY gnome-bluetooth-download-ftp
10 "&gnome-download-ftp;/gnome-bluetooth/3.6/gnome-bluetooth-&gnome-bluetooth-version;.tar.xz">
11 <!ENTITY gnome-bluetooth-md5sum "a3b0b6c2c542b3264cb0144a4efb3342">
12 <!ENTITY gnome-bluetooth-size "1.3 MB">
13 <!ENTITY gnome-bluetooth-buildsize "21 MB">
14 <!ENTITY gnome-bluetooth-time "0.2 SBU">
15]>
16
17<sect1 id="gnome-bluetooth" xreflabel="gnome-bluetooth-&gnome-bluetooth-version;">
18 <?dbhtml filename="gnome-bluetooth.html"?>
19
20
21 <title>gnome-bluetooth-&gnome-bluetooth-version;</title>
22
23 <indexterm zone="gnome-bluetooth">
24 <primary sortas="a-gnome-bluetooth">gnome-bluetooth</primary>
25 </indexterm>
26
27 <sect2 role="package">
28 <title>Introduction to GNOME Bluetooth</title>
29
30 <para>
31 The <application>GNOME Bluetooth</application> package contains tools
32 for managing and manipulating Bluetooth devices using the
33 <application>GNOME</application> Desktop.
34 </para>
35
36 &lfs72_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&gnome-bluetooth-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&gnome-bluetooth-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &gnome-bluetooth-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &gnome-bluetooth-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &gnome-bluetooth-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &gnome-bluetooth-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">GNOME Bluetooth Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="libnotify"/> and
77 <xref linkend="yelp-xsl"/>
78 </para>
79
80 <bridgehead renderas="sect4">Recommended</bridgehead>
81 <para role="recommended">
82 <xref linkend="gobject-introspection"/> and
83 <xref linkend="nautilus-sendto"/>
84 </para>
85
86 <bridgehead renderas="sect4">Optional</bridgehead>
87 <para role="optional">
88 <xref linkend="geoclue"/> and
89 <xref linkend="gtk-doc"/>
90 </para>
91
92 <bridgehead renderas="sect4">Required (Runtime)</bridgehead>
93 <para role="optional">
94 <xref linkend="bluez"/>,
95 <xref linkend="consolekit"/> and
96 <xref linkend="obexd"/>
97 (Required for bluetooth-sendto to work)
98 </para>
99
100 <para condition="html" role="usernotes">User Notes:
101 <ulink url="&blfs-wiki;/gnome-bluetooth"/>
102 </para>
103 </sect2>
104
105 <sect2 role="installation">
106 <title>Installation of GNOME Bluetooth</title>
107
108 <para>
109 Install <application>GNOME Bluetooth</application> by running the following
110 commands:
111 </para>
112
113<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
114make</userinput></screen>
115
116 <para>
117 This package does not come with a test suite.
118 </para>
119
120 <para>
121 Now, as the <systemitem class="username">root</systemitem> user:
122 </para>
123
124<screen role="root"><userinput>make install</userinput></screen>
125
126 <para>
127 For <application>GNOME Bluetooth</application> to work
128 as expected, users need to be allowed to write to
129 <filename>/dev/rfkill</filename>. Create a
130 <application>Udev</application> rule that will allow
131 normal users to write to <filename>/dev/rfkill</filename>
132 with the following command as the
133 <systemitem class="username">root</systemitem> user:
134 </para>
135
136<screen role="root"><userinput>cat &gt; /lib/udev/rules.d/61-gnome-bluetooth.rules &lt;&lt; "EOF"
137<literal># Get access to /dev/rfkill for users
138# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
139#
140# Updated for udev &gt;= 154
141# http://bugs.debian.org/582188
142# https://bugzilla.redhat.com/show_bug.cgi?id=588660
143
144ENV{ACL_MANAGE}=="0", GOTO="gnome_bluetooth_end"
145ACTION!="add|change", GOTO="gnome_bluetooth_end"
146KERNEL=="rfkill", TAG+="udev-acl"
147LABEL="gnome_bluetooth_end"</literal>
148EOF</userinput></screen>
149
150 </sect2>
151
152 <sect2 role="commands">
153 <title>Command Explanations</title>
154
155 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
156 href="../../xincludes/gtk-doc-rebuild.xml"/>
157
158 </sect2>
159
160 <sect2 role="content">
161 <title>Contents</title>
162
163 <segmentedlist>
164 <segtitle>Installed Programs</segtitle>
165 <segtitle>Installed Library</segtitle>
166 <segtitle>Installed Directories</segtitle>
167
168 <seglistitem>
169 <seg>
170 bluetooth-applet, bluetooth-sendto and bluetooth-wizard
171 </seg>
172 <seg>
173 libgnome-bluetooth.so
174 </seg>
175 <seg>
176 /usr/include/gnome-bluetooth,
177 /usr/lib/gnome-bluetooth,
178 /usr/share/gnome-bluetooth,
179 /usr/share/gtk-doc/html/gnome-bluetooth and
180 /usr/share/help/*/gnome-bluetooth
181 </seg>
182 </seglistitem>
183 </segmentedlist>
184
185 <variablelist>
186 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
187 <?dbfo list-presentation="list"?>
188 <?dbhtml list-presentation="table"?>
189
190 <varlistentry id="bluetooth-applet">
191 <term><command>bluetooth-applet</command></term>
192 <listitem>
193 <para>
194 is a <application>GNOME</application> applet for prompting the
195 user for a Bluetooth passkey (PIN).
196 </para>
197 <indexterm zone="gnome-bluetooth bluetooth-applet">
198 <primary sortas="b-bluetooth-applet">bluetooth-applet</primary>
199 </indexterm>
200 </listitem>
201 </varlistentry>
202
203 <varlistentry id="bluetooth-sendto">
204 <term><command>bluetooth-sendto</command></term>
205 <listitem>
206 <para>
207 is a <application>GTK+</application> application for transferring
208 files over Bluetooth.
209 </para>
210 <indexterm zone="gnome-bluetooth bluetooth-sendto">
211 <primary sortas="b-bluetooth-sendto">bluetooth-sendto</primary>
212 </indexterm>
213 </listitem>
214 </varlistentry>
215
216 <varlistentry id="bluetooth-wizard">
217 <term><command>bluetooth-wizard</command></term>
218 <listitem>
219 <para>
220 is a <application>GTK+</application> wizard for setting up
221 devices with the Linux Bluetooth stack.
222 </para>
223 <indexterm zone="gnome-bluetooth bluetooth-wizard">
224 <primary sortas="b-bluetooth-wizard">bluetooth-wizard</primary>
225 </indexterm>
226 </listitem>
227 </varlistentry>
228
229 <varlistentry id="libgnome-bluetooth">
230 <term><filename class="libraryfile">libgnome-bluetooth.so</filename></term>
231 <listitem>
232 <para>
233 contains the <application>GNOME Bluetooth</application> API
234 functions.
235 </para>
236 <indexterm zone="gnome-bluetooth libgnome-bluetooth">
237 <primary sortas="c-libgnome-bluetooth">libgnome-bluetooth.so</primary>
238 </indexterm>
239 </listitem>
240 </varlistentry>
241
242 </variablelist>
243
244 </sect2>
245
246</sect1>
Note: See TracBrowser for help on using the repository browser.