BLUEZ5: Connecting a keyboard shows no pin popup
Bug #1499789 reported by
Dave Morley
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
Fix Released
|
Medium
|
Simon Fels | ||
bluez (Ubuntu) |
Fix Released
|
High
|
Simon Fels |
Bug Description
You can not connect to a pin required keyboard as the dialogue is not shown.
This means that the device for all intents and purposes looks to be connected, but if you disconnect from it you can not reconnect and the device doesn't actually type anything because although it looks connected it actually isn't.
Related branches
lp://staging/~morphis/ubuntu-system-settings/bluez5-support
- Sebastien Bacher (community): Approve
- Jonas G. Drange (community): Approve
- PS Jenkins bot: Needs Fixing (continuous-integration)
-
Diff: 3883 lines (+1901/-877)44 files modifieddebian/control (+1/-1)
plugins/bluetooth/AuthorizationRequestDialog.qml (+53/-0)
plugins/bluetooth/CMakeLists.txt (+16/-3)
plugins/bluetooth/DevicePage.qml (+3/-2)
plugins/bluetooth/DisplayPinCodeDialog.qml (+54/-0)
plugins/bluetooth/PageComponent.qml (+81/-17)
plugins/bluetooth/agent.cpp (+77/-54)
plugins/bluetooth/agent.h (+9/-2)
plugins/bluetooth/agent.xml (+0/-38)
plugins/bluetooth/agentadaptor.cpp (+0/-75)
plugins/bluetooth/agentadaptor.h (+0/-79)
plugins/bluetooth/bluetooth.cpp (+19/-51)
plugins/bluetooth/bluetooth.h (+3/-1)
plugins/bluetooth/bluez_adapter1.cpp (+26/-0)
plugins/bluetooth/bluez_adapter1.h (+66/-0)
plugins/bluetooth/bluez_agent1adaptor.cpp (+93/-0)
plugins/bluetooth/bluez_agent1adaptor.h (+96/-0)
plugins/bluetooth/bluez_agentmanager1.cpp (+26/-0)
plugins/bluetooth/bluez_agentmanager1.h (+68/-0)
plugins/bluetooth/bluez_device1.cpp (+26/-0)
plugins/bluetooth/bluez_device1.h (+85/-0)
plugins/bluetooth/bluez_helper.h (+29/-0)
plugins/bluetooth/dbus-shared.h (+9/-0)
plugins/bluetooth/device.cpp (+181/-175)
plugins/bluetooth/device.h (+21/-24)
plugins/bluetooth/devicemodel.cpp (+254/-233)
plugins/bluetooth/devicemodel.h (+21/-13)
plugins/bluetooth/freedesktop_objectmanager.cpp (+26/-0)
plugins/bluetooth/freedesktop_objectmanager.h (+58/-0)
plugins/bluetooth/freedesktop_properties.cpp (+26/-0)
plugins/bluetooth/freedesktop_properties.h (+71/-0)
plugins/bluetooth/org.bluez.Adapter1.xml (+11/-0)
plugins/bluetooth/org.bluez.Agent1.xml (+55/-0)
plugins/bluetooth/org.bluez.AgentManager1.xml (+16/-0)
plugins/bluetooth/org.bluez.Device1.xml (+16/-0)
plugins/bluetooth/org.freedesktop.DBus.ObjectManager.xml (+19/-0)
plugins/bluetooth/org.freedesktop.DBus.Properties.xml (+27/-0)
plugins/bluetooth/plugin.cpp (+6/-0)
tests/plugins/bluetooth/CMakeLists.txt (+17/-16)
tests/plugins/bluetooth/fakebluez.cpp (+41/-4)
tests/plugins/bluetooth/fakebluez.h (+9/-6)
tests/plugins/bluetooth/tst_bluetooth.cpp (+100/-29)
tests/plugins/bluetooth/tst_device.cpp (+67/-54)
tests/plugins/bluetooth/tst_devicemodel.cpp (+19/-0)
tags: | added: bluez5 |
tags: | added: bluetooth |
Changed in bluez (Ubuntu): | |
assignee: | nobody → Simon Fels (morphis) |
summary: |
- BLUEZ5: Connecting a keyboard shows no pip popup + BLUEZ5: Connecting a keyboard shows no pin popup |
Changed in bluez (Ubuntu): | |
status: | New → In Progress |
Changed in bluez (Ubuntu): | |
importance: | Undecided → High |
Changed in canonical-devices-system-image: | |
assignee: | nobody → Simon Fels (morphis) |
Changed in canonical-devices-system-image: | |
importance: | Undecided → Medium |
milestone: | none → backlog |
status: | New → In Progress |
Changed in canonical-devices-system-image: | |
milestone: | backlog → ww02-2016 |
Changed in canonical-devices-system-image: | |
status: | In Progress → Fix Committed |
Changed in bluez (Ubuntu): | |
status: | In Progress → Fix Released |
Changed in canonical-devices-system-image: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.