diff --git a/source/2/2.1/2.1.4/bluedevil-sendfile.png b/source/2/2.1/2.1.4/bluedevil-sendfile.png deleted file mode 100644 index 03a4bd7a..00000000 Binary files a/source/2/2.1/2.1.4/bluedevil-sendfile.png and /dev/null differ diff --git a/source/2/2.1/2.1.4/bluedevil.rst b/source/2/2.1/2.1.4/bluedevil.rst deleted file mode 100644 index fce39166..00000000 --- a/source/2/2.1/2.1.4/bluedevil.rst +++ /dev/null @@ -1,87 +0,0 @@ -Chapter 2.1.4 Bluedevil and Bluetooth -===================================== - -Bluedevil is the default application to manage Bluetooth devices for Lubuntu. - -Pairing -------- -To launch Bluedevil to pair with a device from the menu :menuselection:`Internet --> Bluedevil Wizard` or from the command line run - -.. code:: - - bluedevil-wizard - -. If Bluetooth is disabled you will be asked to enable it. In the main part of the window will show detected Bluetooth devices under the heading :guilabel:`Select a device`. To choose a device to pair with left click on it. Click on the device you wish to add and press :guilabel:`Next`. - -Next you will be asked if your pin matches on your device to pair it. If the pin matches press the :guilabel:`Matches` button. If the the pin does not match press the :guilabel:`Does not match` button. - -.. image:: bluedevilwizard.png - -Sending files -------------- -To send a file to another device after pairing with the device :menuselection:`Internet --> Bluedevil Send File` or from the command line run - -.. code:: - - bluedevil-sendfile - -to open the file sending dialog. Then select the device you want to send a file to. Press the button with the upward pointing arrow to to bring a dialog of which files to transfer. To choose the file navigate to the path and select the :guilabel:`Open` button. To choose which device to sent a file select the device under :guilabel:`Select a device from the list`. Then to actually send the file press the :guilabel:`Send files` button. On a mobile device you may need to press a button to allow the file transfer. - -.. image:: bluedevil-sendfile.png - -Shortcomings ------------- - -While Bluedevil can handle most basic operations, some tasks need to be completed via the command line. Here are some common tasks: - -Listing Paired Devices -^^^^^^^^^^^^^^^^^^^^^^ - -You can list the devices that are already paired by running the following: - -.. code:: - - $ bt-device -l - Added devices: - FOO BAR (00:11:22:33:44:55) - -Connect to Paired Device Manually -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -To connect to `FOO BAR`, you would run: - -.. code:: - - $ bluetoothctl connect 00:11:22:33:44:55 - Attempting to connect to 00:11:22:33:44:55 - [CHG] Device 00:11:22:33:44:55 Connected: yes - Connection successful - -Disconnect From Paired Device Manually -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -To disconnect from `FOO BAR`, you would run: - -.. code:: - - $ bluetoothctl disconnect 00:11:22:33:44:55 - Attempting to disconnect from 00:11:22:33:44:55 - [CHG] Device 00:11:22:33:44:55 ServicesResolved: no - Successful disconnected - -More Commands -^^^^^^^^^^^^^ - -Running the following will give you many more options for configuration via the command line: - -.. code:: - - $ bluetoothctl -h - -Version -------- -Lubuntu ships with version 5.27.7 of Bluedevil. - - - - diff --git a/source/2/2.1/2.1.4/bluedevilwizard.png b/source/2/2.1/2.1.4/bluedevilwizard.png deleted file mode 100644 index 2f7b6f80..00000000 Binary files a/source/2/2.1/2.1.4/bluedevilwizard.png and /dev/null differ diff --git a/source/2/2.1/Internet_Applications.rst b/source/2/2.1/Internet_Applications.rst index f4ad082f..a5769117 100644 --- a/source/2/2.1/Internet_Applications.rst +++ b/source/2/2.1/Internet_Applications.rst @@ -10,5 +10,4 @@ This chapter documents how to use webbrowsers, IRC, and torrent clients. 2.1.1/firefox 2.1.2/qtransmission 2.1.3/Quassel_IRC - 2.1.4/bluedevil