Bug 1244683

Summary: broken window rendering
Product: [Fedora] Fedora Reporter: Martin Stransky <stransky>
Component: waylandAssignee: Adam Jackson <ajax>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 22CC: ajax, alexl, caolanm, extras-qa, gecko-bugs-nobody, mcepl, mcepl, mclasen, stransky
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: ffwayland Environment:
Last Closed: 2015-08-27 12:17:29 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1054334    
Attachments:
Description Flags
tescase
none
screenshot none

Description Martin Stransky 2015-07-20 09:35:17 UTC
Created attachment 1053801 [details]
tescase

Just a simple example shows broken cairo rendering in gdk window. The cairo origin (0,0) is displaced in wayland but correct in X11.

Comment 1 Martin Stransky 2015-07-20 09:46:49 UTC
There's also a console output:

*** BUG ***
In pixman_region32_init_rect: Invalid rectangle passed
Set a breakpoint on '_pixman_log_error' to debug

Comment 2 Martin Stransky 2015-07-20 09:54:45 UTC
Created attachment 1053804 [details]
screenshot

Screen of the misplaced rendering

Comment 3 Caolan McNamara 2015-08-09 13:30:27 UTC
If the goal is to "just get it to work", what happens if you put another widget into the toplevel and set that one as the app_paintable one and connect to its "draw" instead of the toplevel

Comment 4 Martin Stransky 2015-08-19 16:29:02 UTC
Yeah, I use this workaroud how.

Comment 5 Martin Stransky 2015-08-27 12:17:29 UTC
I don't need a fix for it now.