Changes between Initial Version and Version 1 of Ticket #378, comment 7
- Timestamp:
- 07/13/13 14:49:20 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #378, comment 7
initial v1 6 6 jbidwatcher is using a java toolkit (looks like "swing"), so the toolkit will translate {{{QUESTION_DIALOG}}} into whatever platform-specific value is required, in this case it should be using {{{_NET_WM_WINDOW_TYPE_DIALOG}}} for X11, but seems to be using {{{_NET_WM_TYPE_DIALOG}}}. 7 7 [[BR]] 8 I cannot find anywhere in the spec that these values are acceptable, see 9 [http://standards.freedesktop.org/wm-spec/wm-spec-1.3.html#id2731840 EWMH _NET_WM_WINDOW_TYPE]. In fact, a google search turns up next to nothing when using {{{_NET_WM_TYPE}}} instead of {{{_NET_WM_WINDOW_TYPE}}}. 8 I cannot find anywhere in the spec that this value is acceptable, see [http://standards.freedesktop.org/wm-spec/wm-spec-1.3.html#id2731840 EWMH _NET_WM_WINDOW_TYPE]. In fact, a google search turns up next to nothing when using {{{_NET_WM_TYPE}}} instead of {{{_NET_WM_WINDOW_TYPE}}}. 10 9 (there is one mention in the spec of {{{_NET_WM_TYPE_DESKTOP}}} but it looks like a typo, or maybe an old version of the spec) 11 10