GNOME Bugzilla – Bug 148485
doesn't know all _NET_WM_ALLOWED_ACTIONS
Last modified: 2006-07-21 09:09:01 UTC
wnck prints an annoying warning: ":(devilspie:18159): Wnck-WARNING **: Unhandled action type (nil)" when it encounters an atom it doesn't know about. Two atoms that are described in the wm spec but aren't handled in the code are _NET_WM_ACTION_MINIMIZE and _NET_WM_ACTION_FULLSCREEN. One window that sets _NET_WM_ACTION_FULLSCREEN is xmms' "jump to file" dialog (which you get at by pressing "j" on the main window).
It was fixed a long time ago :-) 2004-09-21 Mark McLoughlin <mark@skynet.ie> Fix some runtime warning spew reported in bug #149313 * libwnck/tasklist.c: (wnck_task_get_demands_attention): impl. handling task groups as well as individual tasks. (wnck_task_update_visible_state), (wnck_task_create_widgets): use get_demands_attention() * libwnck/window.[ch]: (update_actions): handle the minimize and fullscreen actions.