I do not have a bluetooth entry in system settings. However, I use bluetooth by starting it manually using a .desktop file in ~/.config/autostart . Here's the contents:
Seems likely that you're missing something from the install. Here's a list of my installed bluetooth packages:
Code:
[Desktop Entry]Categories=Qt;KDE;X-Bluetooth;Network; Comment[en_US]=KDE Bluetooth support Comment=KDE Bluetooth support Exec=bluedevil-monolithic GenericName[en_US]=BlueDevil GenericName=BlueDevil Icon=preferences-system-bluetooth MimeType= Name[en_US]=BlueDevil Name=BlueDevil NoDisplay=false Path= StartupNotify=true Terminal=false TerminalOptions= Type=Application Version=1.0 X-DBUS-ServiceName= X-DBUS-StartupType= X-KDE-SubstituteUID=false X-KDE-Username=
Code:
ii bluedevil 2.0~rc1really1.3.2-0ubuntu1 amd64 KDE Bluetooth stack ii bluemon 1.4-6ubuntu1 amd64 Activate or deactivate programs based on Bluetooth link quality ii bluetooth 4.101-0ubuntu25 all Bluetooth support ii bluewho 0.1-1 all notifies new discovered bluetooth devices ii bluez 4.101-0ubuntu25 amd64 Bluetooth tools and daemons ii bluez-alsa:amd64 4.101-0ubuntu25 amd64 Bluetooth ALSA support ii bluez-audio 4.101-0ubuntu25 all Transitional package ii bluez-compat 4.101-0ubuntu25 amd64 BlueZ 3.x compatibility binaries ii bluez-cups 4.101-0ubuntu25 amd64 Bluetooth printer driver for CUPS ii bluez-gstreamer 4.101-0ubuntu25 amd64 Bluetooth GStreamer support ii bluez-tools 0.1.38+git662e-3 amd64 Set of tools to manage Bluetooth devices for linux ii bluez-utils 4.101-0ubuntu25 all Transitional package ii libbluedevil1:amd64 2.0~rc1really1.9.4-0ubuntu1 amd64 Qt wrapper for bluez ii libbluetooth3:amd64 4.101-0ubuntu25 amd64 Library to use the BlueZ Linux Bluetooth stack ii libqt5bluetooth5:amd64 5.4.1-1ubuntu1 amd64 Qt Connectivity Bluetooth module ii libqt5bluetooth5-bin:amd64 5.4.1-1ubuntu1 amd64 Qt Connectivity Bluetooth module helper binaries ii pulseaudio-module-bluetooth 1:6.0-0ubuntu6 amd64 Bluetooth module for PulseAudio sound server ii python-bluez 0.20-1 amd64 Python wrappers around BlueZ for rapid bluetooth development
Comment