gnome-bluetooth-3.6.1

Introduction to GNOME Bluetooth

The GNOME Bluetooth package contains tools for managing and manipulating Bluetooth devices using the GNOME Desktop.

This package is known to build and work properly using an LFS-7.2 platform.

Package Information

GNOME Bluetooth Dependencies

Required

libnotify-0.7.5 and yelp-xsl-3.6.1

Recommended

Optional

GeoClue-0.12.0 and GTK-Doc-1.18

Required (Runtime)

BlueZ-4.101, ConsoleKit-0.4.6 and Obexd-0.48 (Required for bluetooth-sendto to work)

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-bluetooth

Installation of GNOME Bluetooth

Install GNOME Bluetooth by running the following commands:

./configure --prefix=/usr --sysconfdir=/etc &&
make

This package does not come with a test suite.

Now, as the root user:

make install

For GNOME Bluetooth to work as expected, users need to be allowed to write to /dev/rfkill. Create a Udev rule that will allow normal users to write to /dev/rfkill with the following command as the root user:

cat > /lib/udev/rules.d/61-gnome-bluetooth.rules << "EOF"
# Get access to /dev/rfkill for users
# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
#
# Updated for udev >= 154
# http://bugs.debian.org/582188
# https://bugzilla.redhat.com/show_bug.cgi?id=588660

ENV{ACL_MANAGE}=="0", GOTO="gnome_bluetooth_end"
ACTION!="add|change", GOTO="gnome_bluetooth_end"
KERNEL=="rfkill", TAG+="udev-acl"
LABEL="gnome_bluetooth_end"
EOF

Command Explanations

--enable-gtk-doc: Use this parameter if GTK-Doc is installed and you wish to rebuild and install the API documentation.

Contents

Installed Programs: bluetooth-applet, bluetooth-sendto and bluetooth-wizard
Installed Library: libgnome-bluetooth.so
Installed Directories: /usr/include/gnome-bluetooth, /usr/lib/gnome-bluetooth, /usr/share/gnome-bluetooth, /usr/share/gtk-doc/html/gnome-bluetooth and /usr/share/help/*/gnome-bluetooth

Short Descriptions

bluetooth-applet

is a GNOME applet for prompting the user for a Bluetooth passkey (PIN).

bluetooth-sendto

is a GTK+ application for transfering files over Bluetooth.

bluetooth-wizard

is a GTK+ wizard for setting up devices with the Linux Bluetooth stack.

libgnome-bluetooth.so

contains the GNOME Bluetooth API functions.

Last updated on 2013-02-11 18:51:17 +0000