Bug#636323: notification-daemon: crashes on wrong type of 'transient' hint

2011-12-09 Thread Michael Biebl
Hi, On 20.09.2011 16:50, ano...@users.sourceforge.net wrote: found 636323 0.7.2-1 tags 636323 patch thanks This patch against 0.7.2-1 seems to fix the problem. What it does is check the type of the incoming hint and use the appropriate g_variant_get_* function. It also applies the same

Bug#636323: notification-daemon: crashes on wrong type of 'transient' hint

2011-12-06 Thread Thomas Schwinge
Hi! On Tue, 20 Sep 2011 10:50:06 -0400, ano...@users.sourceforge.net wrote: This patch against 0.7.2-1 seems to fix the problem. I'm confirming the original issue, and that this patch does fix it. (I did not verify the patch any other than blindly applying it and rebuilding notification-daemon

Bug#636323: notification-daemon: crashes on wrong type of 'transient' hint

2011-09-20 Thread anomie
found 636323 0.7.2-1 tags 636323 patch thanks This patch against 0.7.2-1 seems to fix the problem. What it does is check the type of the incoming hint and use the appropriate g_variant_get_* function. It also applies the same fix for the resident and action-icons hints. ---

Bug#636323: notification-daemon: crashes on wrong type of 'transient' hint

2011-08-02 Thread Mehturt
Package: notification-daemon Version: 0.7.1-3 Severity: important When sending notification via notify-send using 'transient' hint of wrong type, notification-daemon crashes. Example: notify-send -h byte:transient:1 asdf The 'transient' hint is of type boolean, but notify-send does not allow such