[neon/snap-packaging/snapcraft-desktop-integration/work.core24] kde-neon-6: fix qt plugins

Scarlett Moore null at kde.org
Fri Jul 3 09:53:06 BST 2026


Git commit 1bc03ba9e003bc07da0b2f27d76a93421a60ad7b by Scarlett Moore.
Committed on 03/07/2026 at 08:52.
Pushed by scarlettmoore into branch 'work.core24'.

fix qt plugins

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

https://invent.kde.org/neon/snap-packaging/snapcraft-desktop-integration/-/commit/1bc03ba9e003bc07da0b2f27d76a93421a60ad7b

diff --git a/kde-neon-6/launcher-specific b/kde-neon-6/launcher-specific
index 8362076..43d226d 100644
--- a/kde-neon-6/launcher-specific
+++ b/kde-neon-6/launcher-specific
@@ -36,6 +36,9 @@ 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"
+
+append_dir QT_PLUGIN_PATH "$SNAP/usr/lib/$ARCH/plugins"
+append_dir QT_PLUGIN_PATH "$SNAP_DESKTOP_RUNTIME/usr/lib/$ARCH/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