%general-entities; ]> $LastChangedBy$ $Date$ gnome-bluetooth-&gnome-bluetooth-version; gnome-bluetooth Introduction to GNOME Bluetooth The GNOME Bluetooth package contains tools for managing and manipulating Bluetooth devices using the GNOME Desktop. &lfs72_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &gnome-bluetooth-md5sum; Download size: &gnome-bluetooth-size; Estimated disk space required: &gnome-bluetooth-buildsize; Estimated build time: &gnome-bluetooth-time; GNOME Bluetooth Dependencies Required and Recommended and Optional and Required (Runtime) , and (Required for bluetooth-sendto to work) User Notes: 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 Contents Installed Programs Installed Library Installed Directories bluetooth-applet, bluetooth-sendto and bluetooth-wizard libgnome-bluetooth.so /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-applet bluetooth-sendto is a GTK+ application for transferring files over Bluetooth. bluetooth-sendto bluetooth-wizard is a GTK+ wizard for setting up devices with the Linux Bluetooth stack. bluetooth-wizard libgnome-bluetooth.so contains the GNOME Bluetooth API functions. libgnome-bluetooth.so