Your message dated Wed, 16 Mar 2011 08:47:31 +0000
with message-id <[email protected]>
and subject line Bug#618505: Removed package(s) from unstable
has caused the Debian Bug report #601968,
regarding notification-daemon-xfce sends invalid single-argument 
NotificationClosed signal
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
601968: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=601968
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: notification-daemon-xfce
Version: 0.3.7-2
Severity: normal
Tags: patch

As discussed in Debian bug #527553 and XFCE bug #5339, the FreeDesktop
spec for notifications requires a "reason" argument for NotificationClosed
signals. xfce4-notifyd has been patched to provide this, but 
notification-daemon-xfce has not. Attached is a simplistic patch to add
this required argument (the reason given is always "The notification was 
dismissed by the user", even if this is not true - it was deemed the simplest
way to add a patch).

The attached patch has been tested with some apps, e.g. Banshee, and doesn't
exhibit the problems cited in bug #527553.

-- System Information:
Debian Release: squeeze/sid
  APT prefers maverick-updates
  APT policy: (500, 'maverick-updates'), (500, 'maverick-security'), (500, 
'maverick-backports'), (500, 'maverick')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.35-22-generic (SMP w/8 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages notification-daemon-xfce depends on:
ii  libatk1.0-0      1.32.0-0ubuntu1         The ATK accessibility toolkit
ii  libc6            2.12.1-0ubuntu8         Embedded GNU C Library: Shared lib
ii  libcairo2        1.10.0-1ubuntu2         The Cairo 2D vector graphics libra
ii  libdbus-1-3      1.4.0-0ubuntu1          simple interprocess messaging syst
ii  libdbus-glib-1-2 0.88-2                  simple interprocess messaging syst
ii  libfontconfig1   2.8.0-2ubuntu1          generic font configuration library
ii  libfreetype6     2.4.2-2                 FreeType 2 font engine, shared lib
ii  libglib2.0-0     2.26.0-0ubuntu1         The GLib library of C routines
ii  libgtk2.0-0      2.22.0-0ubuntu1         The GTK+ graphical user interface 
ii  libnotify1 [libn 0.5.0-2ubuntu1          sends desktop notifications to a n
ii  libpango1.0-0    1.28.1-1ubuntu3         Layout and rendering of internatio
ii  libsexy2         0.1.11-2build2          collection of additional GTK+ widg
ii  libx11-6         2:1.3.3-3ubuntu1        X11 client-side library
ii  libxfce4util4    4.6.2-1ubuntu1          Utility functions library for Xfce
ii  libxfcegui4-4    4.6.4-1                 Basic GUI C functions for Xfce4
ii  libxml2          2.7.7.dfsg-4            GNOME XML library
ii  zlib1g           1:1.2.3.4.dfsg-3ubuntu1 compression library - runtime

notification-daemon-xfce recommends no packages.

notification-daemon-xfce suggests no packages.
diff -urNad /tmp/notification-daemon-xfce-0.3.7~//src/daemon/daemon.c /tmp/notification-daemon-xfce-0.3.7/src/daemon/daemon.c
--- /tmp/notification-daemon-xfce-0.3.7~//src/daemon/daemon.c	2007-05-26 10:52:28.000000000 +0100
+++ /tmp/notification-daemon-xfce-0.3.7/src/daemon/daemon.c	2010-10-31 11:51:53.000000000 +0000
@@ -286,6 +286,9 @@
 _emit_closed_signal(GtkWindow *nw)
 {
 	DBusMessage *message = create_signal(nw, "NotificationClosed");
+	dbus_message_append_args(message,
+							DBUS_TYPE_UINT32, 2,
+							DBUS_TYPE_INVALID);
 	dbus_connection_send(dbus_conn, message, NULL);
 	dbus_message_unref(message);
 }

--- End Message ---
--- Begin Message ---
Version: 0.3.7-2+rm

Dear submitter,

as the package notification-daemon-xfce has just been removed from the Debian 
archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/618505

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl (the ftpmaster behind the curtain)


--- End Message ---
_______________________________________________
Pkg-xfce-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-xfce-devel

Reply via email to