Say when a paired device is present over something other than Bluetooth #18
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Reported as the pane misreporting a connected Magic Trackpad.
It is not: the pane is telling the truth and the trackpad is not
on Bluetooth at all.
It is plugged in over USB, so BlueZ is right and the pane is
faithful. What is wrong is what it reads like: a device that is
plainly working, listed as paired and not connected, looks like
a broken pane.
Worth doing: notice that a paired device is present on another
transport and say so, rather than leaving it looking
disconnected. The HID bus already knows, and matching is
possible on the name or the vendor and product.
Also wanted, a Bluetooth TUI on SUPER+SHIFT+C so there is always
a working way in. Neither bluetuith nor bluetui is in the Fedora
repositories; blueman is there but is a GTK application rather
than a TUI. So the options are a pinned release binary of
bluetuith, a COPR if a trustworthy one exists, or bluetoothctl,
which is already installed and interactive if not pretty.
Moved to donbox#5 as part of the rewrite.