-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bluetooth start not handled in kete #65
Comments
I wonder if we really want to fix this. kete is not intended to be the final application, so if you run this, there is a high chance you know how to enable bluetooth before running kete. I suspect we will need a bunch of bluez callbacks too, so I am reluctant to handle this case. |
kete doesn't need to, but fixing this would verify if the bug is in tuhi somewhere. Because kete shouldn't need any bluez hooks anyway, but if a tuhi dbus device doesn't show up despite it being on the bus then we have a problem. |
Trying to replicate here. If I just run If I click on the Bluetooth Off icon first in gnome-shell, I have a |
Note that turning bluetooth On and Off influence on the property |
iirc that's the issue, we shouldn't need to restart tuhi when bluetooth gets disabled and re-enabled. |
Making progresses here. I have a different behavior on my desktop than on my laptop:
Which means that on the laptop, if I start tuhi while bluetooth is off, it only sees the devices later, when it is turned on. However, currently there is no events emitted when |
Sequence to reproduce:
The tuhi dbus object shows the device but kete doesn't know about it. Somewhere a signal is getting lost
The text was updated successfully, but these errors were encountered: