#53 closed defect (fixed)
Window not fully painted
Reported by: | pmarek | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | minor | Milestone: | 0.1 |
Component: | client | Version: | 0.1.0 |
Keywords: | Cc: |
Description
Similar to #35:
- Debian x86_64, KDE4
- I have some window rules that match by window class, and force some desktop, position, and size.
- Now, when such windows are opened, only the initial size of the window gets painted - the rest is kept black.
To reproduce:
- xchat; define size to be eg. 1000x700
- open the about dialog
- Result: only the top-left corner is painted.
Maybe some race condition in the open/new size/transfer to server network packet order.
Change History (8)
comment:1 Changed 9 years ago by
Owner: | changed from Antoine Martin to Antoine Martin |
---|---|
Status: | new → accepted |
comment:2 Changed 9 years ago by
Snippet of ~/.kde/share/config/kwinrulesrc
:
[ID] Description=NAME clientmachine=HOSTNAME clientmachinematch=0 desktop=1 desktoprule=3 position=300,370 positionrule=3 size=1000,600 sizerule=3 title=XChat: titlematch=3 types=4294967295 wmclass=xchat wmclasscomplete=false wmclassmatch=1
comment:3 Changed 9 years ago by
comment:4 Changed 9 years ago by
Milestone: | → 0.1 |
---|---|
Version: | → 0.1.0 |
comment:5 Changed 9 years ago by
can you try again with r600 and let me know if you still have problems?
(beta packages here: beta area)
comment:6 Changed 9 years ago by
Opening new windows with this beta package seems to work fine; I no longer have half-drawn windows.
Thanks a lot!
comment:7 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
comment:8 Changed 6 weeks ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/53
Note: See
TracTickets for help on using
tickets.
Please provide the "window rules" so I can reproduce, preferably in a cut&paste-able format, instructions otherwise.