Comment 2 for bug 425370

Revision history for this message
Rotbart van Dainig (rotbart-van-dainig) wrote : Re: [Bug 425370] Re: X-Properties are missing and incorrect

Am Montag, den 07.09.2009, 01:16 +0000 schrieb A. Walton:
> 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.

No idea, honestly - I just noticed that window-matching didn't work
anymore and started to poke around with xprops.

> 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).

In Jaunty, those classes are at least set "notification-daemon", though
the type is "normal", too.

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

Yes, notification-daemon indeed.