[neon/snap-packaging/snapcraft-desktop-integration/work.core24] kde-neon-6: Adding lxqt-support paths
Kyuyrii Byakko
null at kde.org
Mon Feb 9 09:50:10 GMT 2026
Git commit 96b4b317076431bf705c61a0b3de8b6beb1c46d4 by Kyuyrii Byakko.
Committed on 07/02/2026 at 20:53.
Pushed by scarlettmoore into branch 'work.core24'.
Adding lxqt-support paths
M +3 -0 kde-neon-6/launcher-specific
https://invent.kde.org/neon/snap-packaging/snapcraft-desktop-integration/-/commit/96b4b317076431bf705c61a0b3de8b6beb1c46d4
diff --git a/kde-neon-6/launcher-specific b/kde-neon-6/launcher-specific
index 0d77610..f389018 100644
--- a/kde-neon-6/launcher-specific
+++ b/kde-neon-6/launcher-specific
@@ -23,6 +23,8 @@ 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"
@@ -31,6 +33,7 @@ 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/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