After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 765452 - Patch to stop "Unhandled action type" warnings spam in logs for custom atoms
Patch to stop "Unhandled action type" warnings spam in logs for custom atoms
Status: RESOLVED DUPLICATE of bug 765453
Product: libwnck
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: libwnck maintainers
libwnck maintainers
Depends on:
Blocks:
 
 
Reported: 2016-04-23 02:46 UTC by orbit
Modified: 2016-04-23 02:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Warning Fix (503 bytes, patch)
2016-04-23 02:46 UTC, orbit
none Details | Review

Description orbit 2016-04-23 02:46:09 UTC
Created attachment 326586 [details] [review]
Warning Fix

libwnck is flooding systemd journal very hard with "Unhandled action type" warnings when it encounters atom that it doesn't understand. Openbox being a particular victim of this spam because it employs custom atom _OB_WM_ACTION_UNDECORATE for its needs.

Attached patch changes the behavior of this warning to occur only when unknown atom's name is null or begins with "_NET_WM_" in its name, thereby suppressing warnings for all non-standard atoms.
Comment 1 orbit 2016-04-23 02:53:33 UTC

*** This bug has been marked as a duplicate of bug 765453 ***
Comment 2 orbit 2016-04-23 02:54:18 UTC
Double post. Disregard this bug entry. See here: https://bugzilla.gnome.org/show_bug.cgi?id=765453