#1120 closed defect (fixed)
some window flags are not exported correctly
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | critical | Milestone: | 0.17 |
Component: | server | Version: | trunk |
Keywords: | Cc: |
Description
Probably a result of #990.
For example, the "decorations" attribute does get set properly, but it doesn't get exported.
It looks like the gobject property stuff doesn't work as expected.
Change History (2)
comment:1 Changed 6 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 16 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1120
Note: See
TracTickets for help on using
tickets.
Should be fixed in r11933. This was caused by us overwriting the value we find from the motif wm hints with the default value rather than a gobject issue (not that there aren't issues with gobject still..)
Should be backported.