System Environment: -------------------------- Arch: i386 Platform: sugarbay wayland: (master) 5b72fc7528aa9f7c655dd49a2227cfd1e3feeb76 libdrm: (master) a3c34f56b94d4d47cadcd9814c2684c11f800e7d macros: (master) c0c42057e0d357c144e7933ee413b522950a0f17 glproto: (master) 29d5b553b30755a25300c30b67d39b37c9a76466 dri2proto: (master) 7fd18b15646a62bd82a4eb0eca60a34c1731813d xproto: (master) 20202784b9700d973d5301f0cb3243eba99fc349 libX11: (master) abc523fce31fcf2687229697a8eb656e343ecb0c mesa: (master) 2402ce04ae06f909e361782f5063fa3070091bf1 kbproto: (master) 391a1f6de6315fc0196d407d800597488315cccb libxkbcommon: (master) 3d672fcfea6b823db4793b9ad1c3aadc4b547a08 pixman: (master) b9ca23a9c711280a706eb1df30a0cfaf3b2d8e27 cairo: (master) d18542b735bb777b444152f0ef06de18993635bd weston: (master) 3448616bc3909faa2d7d2c559be845085a1b23ab (drm-intel-next-queued) e7e58eb5c0d1d7d1a42fcb2b5a247d28ec08b47e Bug detailed description: ----------------------------- Run case dnd, select fullscreen, no image displays in the screen.It dosen't happen in default screen. It happens under X and drm mode. Reproduce steps: ---------------------------- 1. start weston 2. ./dnd 3. select fullscreen
The last known good commit: weston ec323d222cbf8fff30871d79455c88c7096b111e. The last known bad commit: weston 3448616bc3909faa2d7d2c559be845085a1b23ab.
I did not reproduce it by cairo-image.
This application wasn't written to support fullscreen mode. commit efb948846fa598f9d14e6bfbba9591a3bb8819ef Refs: 1.0.0-26-gefb9488 Author: Kristian Høgsberg <krh@bitplanet.net> AuthorDate: Tue Oct 30 18:07:02 2012 -0400 Commit: Kristian Høgsberg <krh@bitplanet.net> CommitDate: Tue Oct 30 18:07:02 2012 -0400 window: Only advertise fullscreen menu item if client supports it If the client doesn't set a fullscreen handler, we can't go fullscreen and shouldn't advertise that in the window menu. The menu implementation is a little simplistic, so we just move the "Fullscreen" entry to the end of the list and don't count it if we don't want it in the menu. https://bugs.freedesktop.org/show_bug.cgi?id=47751 https://bugs.freedesktop.org/show_bug.cgi?id=48106
verified that fullscreen is no longer an option in dnd
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.