gnome-bluetooth-2.30.0

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 using an LFS 6.5 platform but has not been tested.

Package Information

gnome-bluetooth Dependencies

Required

GConf-2.28.1, libnotify-0.4.5, and nautilus-sendto-2.28.4

Required (Runtime)

BlueZ

Optional

Rarian-0.8.1

Optional (Runtime)

obexd (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=$(pkg-config --variable=prefix ORBit-2.0) \
            --sysconfdir=/etc/gnome/2.30.2 \
            --disable-scrollkeeper &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Command Explanations

--prefix=$(pkg-config --variable=prefix ORBit-2.0): Setting the prefix using this parameter instead of with $GNOME_PREFIX will ensure that the prefix is consistent with the installation environment and the package will be installed in the correct location.

--sysconfdir=/etc/gnome/2.30.2: This parameter causes the configuration files to be installed in /etc/gnome/2.30.2 instead of $GNOME_PREFIX/etc. Additionally (if applicable), the parameter ensures that the GConf-2 database is correctly updated.

--disable-scrollkeeper: Do not make updates to the scrollkeeper database. Remove it if you have rarian installed.

--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-properties, bluetooth-sendto, and bluetooth-wizard
Installed Libraries: libgbtgeoclue.so, libgnome-bluetooth.so, and libnstbluetooth.so
Installed Directories: $GNOME_PREFIX/{include/gnome-bluetooth, lib/gnome-bluetooth/plugins,share/{gnome-bluetooth, gnome/help/gnome-bluetooth/*,gtk-doc/html/gnome-bluetooth, omf/gnome-bluetooth}}

Short Descriptions

bluetooth-applet

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

bluetooth-properties

is a GTK dialog for managing properties of the Linux Bluetooth stack.

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.

libgbtgeoclue.so

is a gnome-bluetooth plugin.

Last updated on 2010-08-29 05:12:00 +0000