Skip to content

ci(visual): mark linux-gnome experimental until Mutter blue-paint is fixed#36

Merged
afonsojramos merged 1 commit into
mainfrom
mark-gnome-experimental
May 12, 2026
Merged

ci(visual): mark linux-gnome experimental until Mutter blue-paint is fixed#36
afonsojramos merged 1 commit into
mainfrom
mark-gnome-experimental

Conversation

@afonsojramos
Copy link
Copy Markdown
Member

Summary

Mark the Linux (GNOME) visual job as experimental: true (matching Cinnamon's convention) so its failures no longer block the workflow.

GNOME Mutter paints the fixture window as a solid Adwaita-blue rectangle regardless of every fix tried so far:

  • transparent: false
  • backgroundColor: '#FFFFFF'
  • frame: false
  • useContentSize: true
  • mb.window.focus() after positioning
  • ✅ HTML body background: rgb(255, 255, 255)

The test still passes (white pixels exist elsewhere on screen via the globalWhite fallback) but the saved screenshot doesn't show the white-box-with-black-square design the way the other 13 platforms do. Likely an Electron+Mutter rendering conflict that needs deeper investigation; not worth gating CI on while we figure it out.

@afonsojramos afonsojramos merged commit 47a855d into main May 12, 2026
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant