[neon/snap-packaging/snapcraft-desktop-integration] kde-neon-6: try to fix snaps

Scarlett Moore null at kde.org
Thu Jul 2 17:01:35 BST 2026


Git commit 9fe1001b88526ae1ee3602e6f05d2850998ae852 by Scarlett Moore.
Committed on 02/07/2026 at 16:01.
Pushed by scarlettmoore into branch 'master'.

try to fix snaps

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

https://invent.kde.org/neon/snap-packaging/snapcraft-desktop-integration/-/commit/9fe1001b88526ae1ee3602e6f05d2850998ae852

diff --git a/kde-neon-6/launcher-specific b/kde-neon-6/launcher-specific
index 3ef1c53..3ffded4 100644
--- a/kde-neon-6/launcher-specific
+++ b/kde-neon-6/launcher-specific
@@ -23,6 +23,10 @@ append_dir LD_LIBRARY_PATH "$SNAP_DESKTOP_RUNTIME/usr/lib/$ARCH/blas"
 # lapack
 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"
+
 # lxqt-support
 append_dir LD_LIBRARY_PATH "$SNAP/lxqt-support/usr/lib/$ARCH"
 


More information about the Neon-commits mailing list