fix(release): xcb runtime set for the AppImage deploy, in-tree dish flatpak module - #38
Merged
emir-hasanbegovic merged 1 commit intoAug 23, 2026
Conversation
…latpak module linuxdeploy's qt plugin refuses to deploy libqxcb.so when its dependencies do not resolve on the build host; jammy's runner image carries no libxkbcommon-x11. Install the full xcb block libqxcb links rather than discovering it one library per run. The dish flatpak module goes back to an in-tree configure: its post-install copies the udev rule by a source-relative path, and only SDL2's CMakeLists rejects in-tree.
emir-hasanbegovic
enabled auto-merge (squash)
August 23, 2026 14:46
emir-hasanbegovic
deleted the
fix/appimage-xcb-deps-flatpak-postinstall
branch
August 23, 2026 14:57
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Attempt 3: the .deb and .rpm passed for the third straight time; the same two jobs advanced one layer each.
AppImage: linuxdeploy's qt plugin deploys
libqxcb.soand fails when a dependency does not resolve on the build host; jammy's runner image lackslibxkbcommon-x11.so.0. Installed the full xcb runtime block libqxcb links (xkbcommon-x11, cursor, icccm, image, keysyms, randr, render-util, shape, xinerama, xkb) instead of finding them one failed run at a time.Flatpak: #37's
builddir: trueon the dish module moved the post-install cwd out of the source tree, and the udev-rule copy is source-relative. Only SDL2's CMakeLists rejects in-tree configures; dish's does not, and in-tree is the configuration the manifest header's local build used. Reverted on dish, kept on sdl2, both manifests.Same follow-up: retag 0.1.0 on the merge commit.