[neon/snap-packaging/snapcraft-desktop-integration/work.core24] kde-neon-6: more things that broke with snapcraft 9

Scarlett Moore null at kde.org
Mon Jul 6 11:34:27 BST 2026


Git commit 57a0867f9c47feb4ed0a38669e82a89c56f5312d by Scarlett Moore.
Committed on 06/07/2026 at 10:33.
Pushed by scarlettmoore into branch 'work.core24'.

more things that broke with snapcraft 9

M  +2    -0    kde-neon-6/launcher-specific

https://invent.kde.org/neon/snap-packaging/snapcraft-desktop-integration/-/commit/57a0867f9c47feb4ed0a38669e82a89c56f5312d

diff --git a/kde-neon-6/launcher-specific b/kde-neon-6/launcher-specific
index 43d226d..78e83f0 100644
--- a/kde-neon-6/launcher-specific
+++ b/kde-neon-6/launcher-specific
@@ -13,6 +13,7 @@ fi
 # Add paths for games
 append_dir PATH "$SNAP/usr/games"
 append_dir PATH "$SNAP_DESKTOP_RUNTIME/usr/games"
+append_dir LPATH "/snap/mesa-2404/current/usr/bin"
 
 # Qt Libs
 prepend_dir LD_LIBRARY_PATH "$SNAP_DESKTOP_RUNTIME/usr/lib"
@@ -26,6 +27,7 @@ append_dir LD_LIBRARY_PATH "$SNAP_DESKTOP_RUNTIME/usr/lib/$ARCH/lapack"
 # everything that broke with snapcraft 9
 append_dir LD_LIBRARY_PATH "$SNAP/usr/lib/$ARCH"
 append_dir LD_LIBRARY_PATH "$SNAP/usr/lib"
+append_dir LD_LIBRARY_PATH "/snap/mesa-2404/current/usr/lib/$ARCH"
 
 # lxqt-support
 append_dir LD_LIBRARY_PATH "$SNAP/lxqt-support/usr/lib/$ARCH"


More information about the Neon-commits mailing list