[neon/snap-packaging/snapcraft-desktop-integration] kde-neon-6: Adding lxqt-support paths
Kyuyrii Byakko
null at kde.org
Mon Feb 9 09:49:35 GMT 2026
Git commit 2bfa55fa8616333de02ea19807f5403fb30cd294 by Kyuyrii Byakko.
Committed on 07/02/2026 at 20:54.
Pushed by scarlettmoore into branch 'master'.
Adding lxqt-support paths
M +3 -0 kde-neon-6/launcher-specific
https://invent.kde.org/neon/snap-packaging/snapcraft-desktop-integration/-/commit/2bfa55fa8616333de02ea19807f5403fb30cd294
diff --git a/kde-neon-6/launcher-specific b/kde-neon-6/launcher-specific
index 75f736a..04fad5a 100644
--- a/kde-neon-6/launcher-specific
+++ b/kde-neon-6/launcher-specific
@@ -23,12 +23,15 @@ 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"
+# lxqt-support
+append_dir LD_LIBRARY_PATH "$SNAP/lxqt-support/usr/lib/$ARCH"
# Add QT_PLUGIN_PATH (Qt Modules).
append_dir QT_PLUGIN_PATH "$SNAP/usr/lib/$ARCH/qt6/plugins"
append_dir QT_PLUGIN_PATH "$SNAP/usr/lib/$ARCH"
append_dir QT_PLUGIN_PATH "$SNAP_DESKTOP_RUNTIME/usr/lib/$ARCH/qt6/plugins"
append_dir QT_PLUGIN_PATH "$SNAP_DESKTOP_RUNTIME/usr/lib/$ARCH/"
+append_dir QT_PLUGIN_PATH "$SNAP/lxqt-support/usr/lib/$ARCH/qt6/plugins"
# And QML2_IMPORT_PATH (Qt Modules).
append_dir QML2_IMPORT_PATH "$SNAP/usr/lib/$ARCH/qt6/qml"
append_dir QML2_IMPORT_PATH "$SNAP_DESKTOP_RUNTIME/usr/lib/$ARCH/qt6/qml"
More information about the Neon-commits
mailing list