Skip to content

fix(release): host SVG loader for flatpak export's icon validation - #40

Merged
emir-hasanbegovic merged 1 commit into
mainfrom
fix/flatpak-svg-icon-loader
Aug 23, 2026
Merged

fix(release): host SVG loader for flatpak export's icon validation#40
emir-hasanbegovic merged 1 commit into
mainfrom
fix/flatpak-svg-icon-loader

Conversation

@emir-hasanbegovic

Copy link
Copy Markdown
Contributor

Attempt 5: everything passed except the Flatpak, which reached its final stage. flatpak build-export validates the app icons using the host's gdk-pixbuf loaders, not the sandbox's, and the job's --no-install-recommends install leaves the runner without the SVG loader, so the scalable icon fails with "Format not recognized". librsvg2-common added to the job's packages.

Export is the last stage before build-bundle; nothing runs after it but the artifact upload. Same follow-up: retag 0.1.0 on the merge commit.

Export validates the app icon with the host's gdk-pixbuf, not the
sandbox's; without librsvg2-common the scalable icon fails as format not
recognized.
@emir-hasanbegovic
emir-hasanbegovic enabled auto-merge (squash) August 23, 2026 15:28
@emir-hasanbegovic
emir-hasanbegovic merged commit 1411aeb into main Aug 23, 2026
12 checks passed
@emir-hasanbegovic
emir-hasanbegovic deleted the fix/flatpak-svg-icon-loader branch August 23, 2026 15:38
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