-
Notifications
You must be signed in to change notification settings - Fork 14
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
Suppress, disable, or limit number of Ubuntu system notifications #45
Comments
I would also support either limiting the number of notifications or sending temporary notifications (like Spotify). |
Some quick experimenting shows that |
Please see #31 about how to disable the specific extension. Afaik while the
And on Ubuntu (Focal) it is not being respected based on my observation. Afaik there is also no way to close previous notifications through the API (assuming the process which created the notification has ended and therefore the handle it had isn't available). |
From an ipython session, the timeout parameter doesn't work, as you mention, its just being ignored. But the e.g.
|
But you can only invoke |
You must run into this alot, but this isn't how I expected my afternoon to go... but I found the solution. The notifications spec does properly handle some hints. It happens to actually implement the
You can verify with the following:
[1] https://people.gnome.org/~mccann/docs/notification-spec/notification-spec-latest.html#hints |
* Transient message notifications, per #45 * moving hint to notification creation Signed-off-by: stevemacenski <[email protected]>
Hi,
When I'm doing some rapid prototyping, I'm often building, testing, changing, building, testing, ... and can easily build hundreds of times over a few days. Also in a more typical workflow, I don't power cycle my machine more than once every couple of months so some of the "garbage" can pile up.
The "colcon build complete" notification badges can be helpful, but they also pile up. There has been a point that the notifications have built up to such a point that trying to clear them will lock up my system indefinitely.
I would like to propose either disabling the notifications (probably not the right move), suppressing them from being kept in the persisting notifications bar (e.g. Spotify will tell me song it changed to but there's no long term log of those in my notifications bar), or limit the number of colcon messages that can be kept at any given time to something more manageable.
The text was updated successfully, but these errors were encountered: