Your message dated Fri, 01 Dec 2023 18:36:44 +0000
with message-id <[email protected]>
and subject line Bug#1053673: Removed package(s) from unstable
has caused the Debian Bug report #431682,
regarding libwnck complains about unhandled actions
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.)
--
431682: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=431682
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libwnck
Version: 2.18.2-1
when using a window manager that uses actions which libwnck doesn't
know about, like say openbox 3.4 in combination with rox and TaskTray,
libwnck complains very loudly:
(TaskTray:9403): Wnck-WARNING **: Unhandled action type (nil)
(TaskTray:9403): Wnck-WARNING **: Unhandled action type (nil)
(TaskTray:9403): Wnck-WARNING **: Unhandled action type (nil)
(TaskTray:9403): Wnck-WARNING **: Unhandled action type (nil)
... ad nauseum
AFAIU new actions are being hammered out all the time by the fine
folks at xorg and gnome, so I suggest the messages be throttled, or
ideally, removed, as in the attached patch.
-Kacper
--- libwnck/window.c.old 2007-07-04 10:30:26.000000000 +0200
+++ libwnck/window.c 2007-07-04 10:39:53.000000000 +0200
@@ -2188,12 +2188,6 @@
else if (atoms[i] == _wnck_atom_get ("_NET_WM_ACTION_FULLSCREEN"))
window->priv->actions |= WNCK_WINDOW_ACTION_FULLSCREEN;
- else
- {
- const char *name = _wnck_atom_name (atoms [i]);
- g_warning ("Unhandled action type %s", name ? name: "(nil)");
- }
-
i++;
}
--- End Message ---
--- Begin Message ---
Version: 2.30.7-6+rm
Dear submitter,
as the package libwnck 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 https://bugs.debian.org/1053673
The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.
Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.
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.
Thorsten Alteholz (the ftpmaster behind the curtain)
--- End Message ---