Notify OSD should expire notifications when app goes off DBus
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| notify-osd (Ubuntu) |
Wishlist
|
Mirco Müller |
Bug Description
Notify OSD should watch the different clients that sent notifications on DBus. If the client drops off DBus Notify OSD should expire the notifications more quickly than it would otherwise. In many cases this is because the application has crashed or been closed explicitly. All of the notifications can't be destroyed because in many cases the notification could be sent by notify-send which exits immediately, and would be detected as leaving the bus. I would suggest limiting the number to 2, and expiring those quickly if the application leaves the bus.
Changed in notify-osd: | |
importance: | Undecided → Wishlist |
status: | New → Confirmed |
Changed in notify-osd: | |
assignee: | nobody → Mirco Müller (macslow) |
Amargor (lobogris-712) wrote : | #2 |
Im spanish and i dont understand it very well, my english is not very good.
I have a problem with notifications, they disapear inmediatly and i cant read them or sometimes they dont appear. Are you talking about this problem? i dont know how to solve it. I have compiz and ubuntu 9.10 I would be very grateful if you could help me
Amargor (lobogris-712) wrote : | #3 |
sorry, i think i made a mistake this is not my bug
affects: | notify-osd → notify-osd (Ubuntu) |
In some way there should be a list of the notifications then, that can be searched fast, and the notification be removed when the application quits. This requires a lot of changes I think, because notify-send is used now...