Skip to content
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

Communicate with bluetooth daemon async #157

Open
hanaral opened this issue Jun 12, 2021 · 1 comment
Open

Communicate with bluetooth daemon async #157

hanaral opened this issue Jun 12, 2021 · 1 comment

Comments

@hanaral
Copy link

hanaral commented Jun 12, 2021

Problem

The indicator will lock up (and therefore the entire wingpanel) at the drop of a hat if:

  • A device is acting up trying to disconnect
  • The Bluetooth adapter takes a little too long to turn off
  • A device is taking too long to connect
    I have also observed these issues making the entire desktop unresponsive, probably due to the wingpanel overlaying everything.

Proposal

Make the indicator communicate connections/disconnections, enabling/disabling of adapters and devices asynchronously from its own process.
The status of pending (dis)connections are already shown in the indicator with a spinner etc. anyway so I don't see much confusion stemming from this possible change.

@jeremypw
Copy link
Collaborator

jeremypw commented Mar 7, 2023

@hanaral Is this issue still occuring? An ObexManager service has since been added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants