Opened 5 years ago
Closed 5 years ago
#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.
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.