mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-25 16:15:52 +03:00
[GH-ISSUE #247] [Linux] Permit Disabling Disconnect Notification #113
Labels
No labels
android
bug
documentation
enhancement
good first issue
help wanted
linux
pull-request
reverse-engineering
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librepods#113
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Ari-43 on GitHub (Nov 15, 2025).
Original GitHub issue: https://github.com/kavishdevar/librepods/issues/247
The Issue
Currently, the application displays its own notification when AirPods disconnect.
Redundant disconnect notification provided by this utility:

Context
On Linux, Blueman or another Bluetooth manager (usually part of the desktop environment) often already sends a system notification to the running notification daemon when a Bluetooth device disconnects. For most users the baked-in notification provided by this application would be redundant or even annoying (may render above other desktop notifications, only partially respects system QT theme from my experience).
A disconnect notification from Blueman, my GUI Bluetooth manager, sent to

xfce4-notifyd, the notification daemon I use:Potential Fix
Provide the the ability to select the utility's notification behavior from one of the following:
@Ari-43 commented on GitHub (Nov 15, 2025):
I am blind, fully disabling the notification is already an option. Apologies. I do believe this should be the default behavior, but I'll consider this resolved since the option is present.