[neon/snap-packaging/snapcraft-desktop-integration/work.core24] kde-neon-6: Apparently kde plugind also no longer install into qt6 path.
Scarlett Moore
null at kde.org
Mon Nov 25 13:47:50 GMT 2024
Git commit feec95f389ca7b010db16c45afe09a87cef07bd8 by Scarlett Moore.
Committed on 25/11/2024 at 13:47.
Pushed by scarlettmoore into branch 'work.core24'.
Apparently kde plugind also no longer install into qt6 path.
M +1 -0 kde-neon-6/launcher-specific
https://invent.kde.org/neon/snap-packaging/snapcraft-desktop-integration/-/commit/feec95f389ca7b010db16c45afe09a87cef07bd8
diff --git a/kde-neon-6/launcher-specific b/kde-neon-6/launcher-specific
index 60991eb..22a4619 100644
--- a/kde-neon-6/launcher-specific
+++ b/kde-neon-6/launcher-specific
@@ -26,6 +26,7 @@ append_dir LD_LIBRARY_PATH "$SNAP_DESKTOP_RUNTIME/usr/lib/$ARCH/lapack"
# 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/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/"
More information about the Neon-commits
mailing list