[Bug 332767] Re: Message popups do not pay attention to notification daemon capabilities

2011-10-16 Thread igi
** Tags added: oneiric -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/332767 Title: Message popups do not pay attention to notification daemon capabilities To manage notifications about this bug

[Bug 332767] Re: Message popups do not pay attention to notification daemon capabilities

2011-04-21 Thread igi
I can still confirm wrong behaviour in Maverick and Natty beta2. It is always reproducible with Gmail accounts (as I described in duplicate https://bugs.launchpad.net/ubuntu/+source/mail-notification/+bug/674947). ** Changed in: mail-notification Status: New = Confirmed ** Tags added:

[Bug 332767] Re: Message popups do not pay attention to notification daemon capabilities

2010-12-17 Thread Miguel Mendes Ruiz
I'm having this issue on Maverick. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/332767 Title: Message popups do not pay attention to notification daemon capabilities -- ubuntu-bugs mailing list

[Bug 332767] Re: Message popups do not pay attention to notification daemon capabilities

2010-07-10 Thread Stefano Rivera
Jeremy: There's a newer version in Maverick, and I simply can't reproduce it on maverick. Please try to do so yourself and reopen this if necessary. -- Message popups do not pay attention to notification daemon capabilities https://bugs.launchpad.net/bugs/332767 You received this bug

[Bug 332767] Re: Message popups do not pay attention to notification daemon capabilities

2010-07-09 Thread Stefano Rivera
As far as I can tell, this bug has been fixed in the latest development version of Ubuntu - Maverick Meerkat. If you need a fix for the bug in previous versions of Ubuntu, please follow the instructions for How to request new packages at

[Bug 332767] Re: Message popups do not pay attention to notification daemon capabilities

2010-07-09 Thread Jeremy Nickurak
Stefano: http://changelogs.ubuntu.com/changelogs/pool/universe/m/mail-notification/mail-notification_5.4.dfsg.1-2ubuntu1/changelog doesn't list any recent changes... and I don't see anything in notify-osd that suggests this has been fixed. Do you have a pointer to what changed? -- Message

[Bug 332767] Re: Message popups do not pay attention to notification daemon capabilities

2010-05-24 Thread opax
Could comeone sum up what has already been done, please? -- Message popups do not pay attention to notification daemon capabilities https://bugs.launchpad.net/bugs/332767 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 332767] Re: Message popups do not pay attention to notification daemon capabilities

2010-03-29 Thread Klaus Doblmann
I hope it will be fixed properly some day (soon) because at the current state mail-notification is nearly useless with the ugly dialog-popup instead of a real notification. -- Message popups do not pay attention to notification daemon capabilities https://bugs.launchpad.net/bugs/332767 You

[Bug 332767] Re: Message popups do not pay attention to notification daemon capabilities

2010-03-14 Thread Ernst Sjöstrand
I think that mail-notification builds better in Lucid now, so then this could be fixed? ** Changed in: mail-notification (Ubuntu) Status: Incomplete = Confirmed -- Message popups do not pay attention to notification daemon capabilities https://bugs.launchpad.net/bugs/332767 You received

[Bug 332767] Re: Message popups do not pay attention to notification daemon capabilities

2009-10-05 Thread Ilya Barygin
I have filed bug 443406 about evolution-gtkhtml problem. -- Message popups do not pay attention to notification daemon capabilities https://bugs.launchpad.net/bugs/332767 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 332767] Re: Message popups do not pay attention to notification daemon capabilities

2009-07-23 Thread Jacob Peddicord
Here's a modified patch. It applies and theoretically should work, but mail-notification (of any recent version) currently FTBFS in karmic due to something in evolution or gtkhtml: In file included from /usr/include/evolution-2.28/mail/em-format-html-display.h:28, from

[Bug 332767] Re: Message popups do not pay attention to notification daemon capabilities

2009-07-18 Thread Chris Coulson
Thank you for your work there. Some comments on the patch though: -self_add_actions(self); +if ( mn_popups_can_use_actions == 1 ) + self_add_actions(self); This should be if ( mn_popups_can_use_actions (self) == 1 ) shouldn't it? +mn_popups_server_caps =

[Bug 332767] Re: Message popups do not pay attention to notification daemon capabilities

2009-07-18 Thread Chris Coulson
Unsubscribing ubuntu-universe-sponsors for now. Please re-subscribe when ready. Thanks -- Message popups do not pay attention to notification daemon capabilities https://bugs.launchpad.net/bugs/332767 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 332767] Re: Message popups do not pay attention to notification daemon capabilities

2009-07-01 Thread Chris Coulson
Assigning Steve, as per the duplicate ** Changed in: mail-notification (Ubuntu) Assignee: (unassigned) = Steve Dodier (sidi) -- Message popups do not pay attention to notification daemon capabilities https://bugs.launchpad.net/bugs/332767 You received this bug notification because you are

[Bug 332767] Re: Message popups do not pay attention to notification daemon capabilities

2009-07-01 Thread Steve Dodier
It looks like the patch does already everything needed (except hiding the actions associated to the notification incase an action-less daemon is in use ?). Chris, I assigned myself to the other bug because I thought there was no patch yet. I'm gonna let the people who wrote it manage it :) **

[Bug 332767] Re: Message popups do not pay attention to notification daemon capabilities

2009-05-29 Thread hackel
It would make more sense for notify-osd to simply allow actions again if the user specifically *chooses* that they want them. This is a real frustration...I don't want to give up the actions completely in order to get a popup notification. This new mentality about what does or does not qualify

[Bug 332767] Re: Message popups do not pay attention to notification daemon capabilities

2009-05-17 Thread Maia Kozheva
Wouldn't it make more sense to test for capabilities instead of checking specifically for notify-osd? -- Message popups do not pay attention to notification daemon capabilities https://bugs.launchpad.net/bugs/332767 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 332767] Re: Message popups do not pay attention to notification daemon capabilities

2009-05-17 Thread Jacob Peddicord
sikon: Yes, it would, however popup positioning/expiration is not a feature advertised or recognized by any notification daemon. On https://wiki.ubuntu.com/NotifyOSD#Mail%20Notification: It has a setting for whether “message popups” should be “Attached to the status icon” or “In the popup

[Bug 332767] Re: Message popups do not pay attention to notification daemon capabilities

2009-05-06 Thread Jacob Peddicord
Scratch that last debdiff; libeel2 seems to have been removed from Karmic. However, I was able to build it without a dependency on libeel2. In fact, I can't find anything in the original README that states that libeel is required. This patch should build; it is the same as my last with the

[Bug 332767] Re: Message popups do not pay attention to notification daemon capabilities

2009-05-04 Thread Jacob Peddicord
I'm making an attempt at fixing this and the other issues mentioned on https://wiki.ubuntu.com/NotifyOSD#Mail%20Notification. I haven't been able to build Gob2 with the necessary patches at all, so this could be quite painful :) -- Message popups do not pay attention to notification daemon

[Bug 332767] Re: Message popups do not pay attention to notification daemon capabilities

2009-05-04 Thread Jacob Peddicord
That wasn't as bad as I thought it would be. Subscribing u-u-s for Karmic; a testing package will be available in my PPA shortly: https://launchpad.net/~jpeddicord/+archive/ppa/+sourcepub/607251 /+listing-archive-extra ** Attachment added: mail-notification_5.4.dfsg.1-1ubuntu2.debdiff

[Bug 332767] Re: Message popups do not pay attention to notification daemon capabilities

2009-04-07 Thread svasie
I can confirm Dylan McCall workaround. Deleting all entries in /apps /mail-notification/popups/actions (gconf) makes notifications work as expected. -- Message popups do not pay attention to notification daemon capabilities https://bugs.launchpad.net/bugs/332767 You received this bug

[Bug 332767] Re: Message popups do not pay attention to notification daemon capabilities

2009-03-25 Thread Pedro Villavicencio
Got the same issue here, confirming, thanks for the report. ** Changed in: mail-notification (Ubuntu) Importance: Undecided = Low ** Changed in: mail-notification (Ubuntu) Status: New = Triaged -- Message popups do not pay attention to notification daemon capabilities

[Bug 332767] Re: Message popups do not pay attention to notification daemon capabilities

2009-03-23 Thread Dylan McCall
To be nice, I should mention here that it is possible to disable the actions in gconf-editor as a horrible workaround :) Look in /apps/mail-notification/popups/actions. (Just delete everything in that list). -- Message popups do not pay attention to notification daemon capabilities

[Bug 332767] Re: Message popups do not pay attention to notification daemon capabilities

2009-03-02 Thread Matthew Paul Thomas
** Tags added: notifications -- Message popups do not pay attention to notification daemon capabilities https://bugs.launchpad.net/bugs/332767 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 332767] Re: Message popups do not pay attention to notification daemon capabilities

2009-03-02 Thread Matthew Paul Thomas
** Description changed: This issue is easily exposed using the new notification-osd from Ubuntu Jaunty. The notification daemon provides information regarding, for example, whether it will accept Actions for notifications. Even though it is told not to, mail-notification passes actions.

[Bug 332767] Re: Message popups do not pay attention to notification daemon capabilities

2009-03-02 Thread Matthew Paul Thomas
Thanks for reporting this. Just commenting out the actions would leave Mail Notification with almost a tab full of settings that don't do anything. In the mini-spec I've specified how the options should be invisible when Notify OSD is being used. -- Message popups do not pay attention to

[Bug 332767] Re: Message popups do not pay attention to notification daemon capabilities

2009-02-25 Thread Ernst Persson
** Also affects: mail-notification (Ubuntu) Importance: Undecided Status: New -- Message popups do not pay attention to notification daemon capabilities https://bugs.launchpad.net/bugs/332767 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 332767] Re: Message popups do not pay attention to notification daemon capabilities

2009-02-25 Thread migueleonm
It happens to me with emesene notifications... is really annoying -- Message popups do not pay attention to notification daemon capabilities https://bugs.launchpad.net/bugs/332767 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --