Just digging around indicator-applet-developers/notify-
osd/trunk/src/display.c
/* if there is already one bubble on display
we don't have room for another one */
if (bubble_is_visible (bubble))
return NULL;
not great, but off topic.
on topic:
if (bubble_is_urgent (bubble))
{
/* pick-up the /first/ urgent bubble
in the queue (FIFO) */
return bubble;
}
We replace this, and excuse my bashism, with something like
bubble_is_"$URGENCY" (and have no specification == urgent for your
default behavior) and let it be set by an environment variable; then the
hook is customizable like any other freedesktop feature.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/420583
Title:
Notify-osd looks are not customizable
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/notify-osd/+bug/420583/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs