timschneeb/GalaxyBudsClient

[BUG] No notification popup on linux when connecting buds

Closed this issue · 1 comments

Describe the bug
When connecting to the buds and the application is running in the background no notification is shown even though the options in the settings is selected

To Reproduce
I'm not really sure how to reproduce it.

  1. Install the linux client
  2. Go to Options -> Settings -> Configure connection popup -> Enable popup
  3. Test with a demo popup (Observe it working)
  4. Disconnect buds by putting them in the case
  5. Connect to buds again by taking them out of the case (Observe no popup regarding the connection)

Expected behavior
When taking the buds out of their case with the enable popup setting a popup should be shown.

Desktop (please complete the following information):

  • OS: Arch Linux
  • Application version: 4.5.2-3

Log files
If they are relevant I'll upload them.

Thanks for reporting this issue. I used to have a cooldown for showing the popup, to make sure it doesn't get spammed multiple times at once, which accidentally suppressed the popup events.

You can grab an update with a bugfix here: https://github.com/ThePBone/GalaxyBudsClient/actions/runs/2531165477

Related commit: b3b14dc