Changes between Initial Version and Version 1 of Ticket #1955, comment 4
- Timestamp:
- 09/11/18 13:35:11 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1955, comment 4
initial v1 3 3 That's because GTK on win32 does this for windows which are set as "DIALOG". 4 4 5 Since the toolkit is using the wrong window attributes,I was tempted to close this ticket as invalid, but since we already have workaround for AWT (see r11983), r20382 does something similar for this particular case: we switch to "NORMAL" windows instead of "DIALOG" when we detect both AWT and "skip-taskbar" (when running on ms windows only).5 The toolkit is using the wrong window attributes so I was tempted to close this ticket as invalid, but since we already have workaround for AWT (see r11983), r20382 does something similar for this particular case: we switch to "NORMAL" windows instead of "DIALOG" when we detect both AWT and "skip-taskbar" (when running on ms windows only). 6 6 7 7 @mjharkin: please close if the latest mswindows beta builds ([https://xpra.org/beta/windows/]) work for you. (and I may backport this workaround to older branches)