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 148485 - doesn't know all _NET_WM_ALLOWED_ACTIONS
doesn't know all _NET_WM_ALLOWED_ACTIONS
Status: RESOLVED FIXED
Product: libwnck
Classification: Core
Component: general
2.6.x
Other Linux
: Normal normal
: ---
Assigned To: libwnck maintainers
libwnck maintainers
Depends on:
Blocks: 155909
 
 
Reported: 2004-07-26 11:36 UTC by Peter De Wachter
Modified: 2006-07-21 09:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Peter De Wachter 2004-07-26 11:36:42 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).
Comment 1 Vincent Untz 2006-07-21 09:09:01 UTC
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.