Skip to content

fix: replace xorg-x11-utils with xwininfo for Fedora 43 - #77

Closed
jeevesforjoel wants to merge 1 commit into
masterfrom
fix/fedora43-xwininfo-package
Closed

fix: replace xorg-x11-utils with xwininfo for Fedora 43#77
jeevesforjoel wants to merge 1 commit into
masterfrom
fix/fedora43-xwininfo-package

Conversation

@jeevesforjoel

Copy link
Copy Markdown
Collaborator

Problem

The E2E GNOME 49 (Fedora 43) CI job is failing because xorg-x11-utils was removed from the Fedora 43 package repos. The Docker image build errors out with:

No match for argument: xorg-x11-utils

Fix

The only tool from xorg-x11-utils that the E2E test script actually uses is xwininfo (in run-test.sh, to count windows on the Xvfb display). xwininfo is now its own standalone package in Fedora 43.

Replace xorg-x11-utilsxwininfo in Dockerfile.gnome49.

xorg-x11-utils was removed from the Fedora 43 repos. The only tool from
that package used in the E2E tests is xwininfo, which is now available
as its own separate package.
@jeevesforjoel

Copy link
Copy Markdown
Collaborator Author

Fix merged directly to master in 0182452. Closing this duplicate PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant