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

notify_dbus replace previous notification with the same title #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

drc0
Copy link
Contributor

@drc0 drc0 commented Jul 31, 2014

On linux, when using the dbus notification library, is possible to override the last notification in order to not have many notifications from the same user,
I have a propose that looks at the current summary/title of the notifications, and following notifications with the same title are overridden, for example when receiving 3 notifications like:
PM from me: "hello"
PM from me: "world"
PM from you: "!"

only two of them are displayed in the notification area, in particular those are shown:

PM from me: "world"
PM from you: "!"

this avoids notifications floods, what do you think?
ps (this pull request should be reviewed also with #9 because there the order of the title and body is inverted, line 116 )

thanks!

with the linux dbus facility, notifications from the same person/type
gets memorized and they do not stack, instead they replace the last
message in the notification list.
In particular, notifications with the same title do not stack on each
other but are replaced.
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

Successfully merging this pull request may close these issues.

1 participant