fix(snap): resolve confinement issues on Ubuntu 24.04#91
Merged
Conversation
- Add mpris slot with bus-name attribute to fix AppArmor denial - Add graphics-core22 content plug with mesa-core22 provider for OpenGL/ANGLE - Add stage packages (libglu1-mesa, libvulkan1) for graphics support - Set LD_PRELOAD to resolve bundled dbus library version mismatch Fixes tester-reported runtime failures on Ubuntu 24.04 with snap confinement. Signed-off-by: Martin Wimpress <code@wimpress.io>
…lish workflow - Update README with manual snap connect instruction for mpris interface - Explain mpris must be connected until Snap Store grants auto-connect - Add publish-snap-manual.yml workflow for edge channel publishing without full release - Provides escape hatch for iterating on snap fixes between releases Signed-off-by: Martin Wimpress <code@wimpress.io>
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.
Fixes tester-reported runtime failures on Ubuntu 24.04 with snap confinement.