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

Systray icon hint could show a lot more info #1797

Closed
birdie-github opened this issue Jul 23, 2022 · 12 comments · Fixed by #1911
Closed

Systray icon hint could show a lot more info #1797

birdie-github opened this issue Jul 23, 2022 · 12 comments · Fixed by #1911
Labels

Comments

@birdie-github
Copy link

Right now in the hint I can only see this:

Bluetooth active
1 Active connection

A hint could contain a whole lot more information, e.g.:

Bluetooth active
Device: Bluedio T headset
Receive Signal Strength: 50% (Optimal)
Link Quality: 70%
Transmit Power Level: 55% (Optimal)
Battery Level: 80%
Time connected: 5 hours, 10 minutes

Thank you!

@cschramm
Copy link
Member

cschramm commented Sep 8, 2022

Two questions come to my mind:

  • Is that data actually that useful?
  • How do we handle multiple connections?

Link quality is gone, see #1841. At least for BLE RSSI and Tx power are often pointless default values, see #1642.

I'm not aware of anything that would persist the connection time.

That leaves us with just device name and possibly battery level. We could fit that into one line per connected device. Probably a good idea. 🤔

@birdie-github
Copy link
Author

birdie-github commented Sep 8, 2022

Is that data actually that useful?

Yes, it is. If you're busy doing something else, you could leave it open, maybe someone will write a patch.

How do we handle multiple connections?

  1. Absolute most users normally have a single device connected. In fact multiple connections if I'm not mistaken are allowed only with BT 5.2 and not that many PC/laptop BT adapters are at this level.
  2. Show all of them? ;-)
Bluetooth active

Device1: Bluedio T headset
Receive Signal Strength: 50% (Optimal)
Link Quality: 70%
Transmit Power Level: 55% (Optimal)
Battery Level: 80%
Time connected: 5 hours, 10 minutes

Device2: Something else
[the same as above]

@cschramm
Copy link
Member

cschramm commented Sep 8, 2022

Absolute most users normally have a single device connected. In fact multiple connections if I'm not mistaken are allowed only with BT 5.2 and not that many PC/laptop BT adapters are at this level.

?? I'd say it's rather standard to have e.g. a mouse and headphones connected.

@birdie-github
Copy link
Author

I didn't know it was possible. My bad.

In fact I've just connected my smartphone to my PC and BT headphones are still working. Wow.

cschramm added a commit to cschramm/blueman that referenced this issue Oct 21, 2022
cschramm added a commit to cschramm/blueman that referenced this issue Oct 21, 2022
cschramm added a commit to cschramm/blueman that referenced this issue Oct 21, 2022
@github-actions

This comment was marked as outdated.

@github-actions github-actions bot added the stale label Nov 8, 2022
@birdie-github

This comment was marked as outdated.

@github-actions github-actions bot removed the stale label Nov 9, 2022
@cschramm cschramm linked a pull request Nov 10, 2022 that will close this issue
cschramm added a commit to cschramm/blueman that referenced this issue Nov 13, 2022
@github-actions

This comment was marked as outdated.

@github-actions github-actions bot added the stale label Jan 9, 2023
@birdie-github

This comment was marked as outdated.

@infirit infirit added feature and removed stale labels Jan 9, 2023
@igorsantos07
Copy link

Showing the list of connected devices and their battery levels, when available, is definitely useful.

Other than that... Been using bluetooth for many years and I never, ever, needed to know the connection strength. Coming from a user who didn't even know you could connect more than one device to the computer, I wouldn't trust that the connection strength is of any use lol

@infirit
Copy link
Contributor

infirit commented Mar 17, 2023

Other than that... Been using bluetooth for many years and I never, ever, needed to know the connection strength. Coming from a user who didn't even know you could connect more than one device to the computer, I wouldn't trust that the connection strength is of any use lol

Maybe not to you but I've had connection issues and these bars showed the connection quality was abysmal. Also keep in mind blueman is about 15 years old and some of the design and features are based on what was needed back then. A few more years and it will be allowed to drink and drive 🤣 .

@thiagonebuloni
Copy link

Hi, how is this update going? I found an issue marked as resolved in this battery subject, stating that in version 2.2 would be avaiable. But i'm using version 2.3.5 in Mint and it doesn't show battery life.
#1453

@cschramm
Copy link
Member

cschramm commented Aug 3, 2023

There is #1911. I still have to get back to it.

What's available is a battery level in blueman-manager (the devices window) and desktop notifications with the battery level. If those do not work for you, a battery level tooltip won't either.

cschramm added a commit to cschramm/blueman that referenced this issue Aug 23, 2023
cschramm added a commit that referenced this issue Sep 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants