Comment 1 for bug 425370

Revision history for this message
A. Walton (awalton) wrote :

Strange, both themes included with notification-daemon properly set the hint code-wise: the "bubble" theme sets the hint by subclassing GtkWindow and sets the property at construction-time, the "standard" theme creates it directly with gtk_window_set_type_hint() when it's making the window. On X, this /should/ set _NET_WM_WINDOW_TYPE, so this might be a bug in GTK+, perhaps pertaining to the recent client-side-windows merge.

Class-hints should also be set automatically by GTK+, which is why we don't call set_role() or set_wmclass() (beyond that it's broken, deprecated and non-portable).

Then again, I have to ask, are you sure you mean notification-daemon, or did you intend to file this bug against notify-osd?