source: gnome/core/gnome-bluetooth.xml@ f5084dd

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 gimp3 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/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since f5084dd was de938a4e, checked in by Krejzi <krejzi@…>, 12 years ago

Cantarell Fonts 0.0.9, Clutter 1.10.8, Evolution 3.4.3, Evolution Data Server 3.4.3, GNOME Bluetooth 3.4.1, GNOME Boxes 3.4.3, libvirt 0.9.12, Mobile Broadband Provider Info 20120614 and Rygel 0.14.2

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

  • Property mode set to 100644
File size: 6.9 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.4/gnome-bluetooth-&gnome-bluetooth-version;.tar.xz">
9 <!ENTITY gnome-bluetooth-download-ftp
10 "&gnome-download-ftp;/gnome-bluetooth/3.4/gnome-bluetooth-&gnome-bluetooth-version;.tar.xz">
11 <!ENTITY gnome-bluetooth-md5sum "6b553e671a862baf1f2f0908e2fb2ab2">
12 <!ENTITY gnome-bluetooth-size "1.1 MB">
13 <!ENTITY gnome-bluetooth-buildsize "20 MB">
14 <!ENTITY gnome-bluetooth-time "0.5 SBU">
15]>
16
17<sect1 id="gnome-bluetooth" xreflabel="gnome-bluetooth-&gnome-bluetooth-version;">
18 <?dbhtml filename="gnome-bluetooth.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>gnome-bluetooth-&gnome-bluetooth-version;</title>
26
27 <indexterm zone="gnome-bluetooth">
28 <primary sortas="a-gnome-bluetooth">gnome-bluetooth</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to GNOME Bluetooth</title>
33
34 <para>
35 The <application>GNOME Bluetooth</application> package contains tools
36 for managing and manipulating Bluetooth devices using the
37 <application>GNOME</application> desktop.
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-bluetooth-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&gnome-bluetooth-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &gnome-bluetooth-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &gnome-bluetooth-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &gnome-bluetooth-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &gnome-bluetooth-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">GNOME Bluetooth Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="gnome-doc-utils"/> and
81 <xref linkend="libnotify"/>
82 </para>
83
84 <bridgehead renderas="sect4">Recommended</bridgehead>
85 <para role="recommended">
86 <xref linkend="gobject-introspection"/>,
87 <xref linkend="nautilus-sendto"/> and
88 <xref linkend="rarian"/>
89 </para>
90
91 <bridgehead renderas="sect4">Optional</bridgehead>
92 <para role="optional">
93 <xref linkend="gtk-doc"/>
94 </para>
95
96 <bridgehead renderas="sect4">Required (Runtime)</bridgehead>
97 <para role="optional">
98 <ulink url="http://www.bluez.org/">BlueZ</ulink> and
99 <ulink url="http://www.bluez.org/">obexd</ulink>
100 (Required for bluetooth-sendto to work)
101 </para>
102
103 <para condition="html" role="usernotes">User Notes:
104 <ulink url="&blfs-wiki;/gnome-bluetooth"/>
105 </para>
106 </sect2>
107
108 <sect2 role="installation">
109 <title>Installation of GNOME Bluetooth</title>
110
111 <para>
112 Install <application>GNOME Bluetooth</application> by running the following
113 commands:
114 </para>
115
116<screen><userinput>./configure --prefix=/usr \
117 --sysconfdir=/etc &amp;&amp;
118make</userinput></screen>
119
120 <para>
121 This package does not come with a test suite.
122 </para>
123
124 <para>
125 Now, as the <systemitem class="username">root</systemitem> user:
126 </para>
127
128<screen role="root"><userinput>make install</userinput></screen>
129
130 </sect2>
131
132 <sect2 role="commands">
133 <title>Command Explanations</title>
134
135 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
136 href="../../xincludes/without-scrollkeeper.xml"/>
137
138 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
139 href="../../xincludes/gtk-doc-rebuild.xml"/>
140
141 </sect2>
142
143 <sect2 role="content">
144 <title>Contents</title>
145
146 <segmentedlist>
147 <segtitle>Installed Programs</segtitle>
148 <segtitle>Installed Library</segtitle>
149 <segtitle>Installed Directories</segtitle>
150
151 <seglistitem>
152 <seg>
153 bluetooth-applet, bluetooth-sendto and bluetooth-wizard
154 </seg>
155 <seg>
156 libgnome-bluetooth.so
157 </seg>
158 <seg>
159 /usr/include/gnome-bluetooth,
160 /usr/lib/gnome-bluetooth,
161 /usr/share/gnome-bluetooth,
162 /usr/share/gnome/help/gnome-bluetooth,
163 /usr/share/gtk-doc/html/gnome-bluetooth and
164 /usr/share/omf/gnome-bluetooth
165 </seg>
166 </seglistitem>
167 </segmentedlist>
168
169 <variablelist>
170 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
171 <?dbfo list-presentation="list"?>
172 <?dbhtml list-presentation="table"?>
173
174 <varlistentry id="bluetooth-applet">
175 <term><command>bluetooth-applet</command></term>
176 <listitem>
177 <para>
178 is a <application>GNOME</application> applet for prompting the
179 user for a Bluetooth passkey (PIN).
180 </para>
181 <indexterm zone="gnome-bluetooth bluetooth-applet">
182 <primary sortas="b-bluetooth-applet">bluetooth-applet</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 <varlistentry id="bluetooth-sendto">
188 <term><command>bluetooth-sendto</command></term>
189 <listitem>
190 <para>
191 is a <application>GTK+</application> application for transfering
192 files over Bluetooth.
193 </para>
194 <indexterm zone="gnome-bluetooth bluetooth-sendto">
195 <primary sortas="b-bluetooth-sendto">bluetooth-sendto</primary>
196 </indexterm>
197 </listitem>
198 </varlistentry>
199
200 <varlistentry id="bluetooth-wizard">
201 <term><command>bluetooth-wizard</command></term>
202 <listitem>
203 <para>
204 is a <application>GTK+</application> wizard for setting up
205 devices with the Linux Bluetooth stack.
206 </para>
207 <indexterm zone="gnome-bluetooth bluetooth-wizard">
208 <primary sortas="b-bluetooth-wizard">bluetooth-wizard</primary>
209 </indexterm>
210 </listitem>
211 </varlistentry>
212
213 <varlistentry id="libgnome-bluetooth">
214 <term><filename class='libraryfile'>libgnome-bluetooth.so</filename></term>
215 <listitem>
216 <para>
217 contains the <application>GNOME Bluetooth</application> API
218 functions.
219 </para>
220 <indexterm zone="gnome-bluetooth libgnome-bluetooth">
221 <primary sortas="c-libgnome-bluetooth">libgnome-bluetooth.so</primary>
222 </indexterm>
223 </listitem>
224 </varlistentry>
225
226 </variablelist>
227
228 </sect2>
229
230</sect1>
Note: See TracBrowser for help on using the repository browser.