Tell me more ×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.

Sending notifications with notify-send in Lubuntu

notify-send -i error -t 1000 "Error" "error notification"

I can send only 21 of them, after that no more notifications sent, the only way to receive more notifications is to click on the panel where there's a letter with the number 21 and then click on the button "clear all notifications".

Is there a way to avoid the need to go clicking the button, also is there a way to remove at all that letter with number of notifications received?

UPDATE: I realize that notification-daemon (0.7.3) is used. I downloaded the sources and edited the source code (nd-queue.c - on_bubble_destroyed) to do not buffer but always destroy the bubbles but I would prefer another way...

share|improve this question
Please don't crosspost. Fits better on AU; closing here – Michael Mrozek Jul 11 '12 at 17:42

closed as too localized by Michael Mrozek Jul 11 '12 at 17:42

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.