[neon/snap-packaging/snapcraft-desktop-integration] kde-neon-6: Add alsa config path export.

Scarlett Moore null at kde.org
Sat Jul 20 10:39:45 BST 2024


Git commit 10bd8145fdb9f3ff9eb269b1c336401e1378018a by Scarlett Moore.
Committed on 20/07/2024 at 09:38.
Pushed by scarlettmoore into branch 'master'.

Add alsa config path export.

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

https://invent.kde.org/neon/snap-packaging/snapcraft-desktop-integration/-/commit/10bd8145fdb9f3ff9eb269b1c336401e1378018a

diff --git a/kde-neon-6/launcher-specific b/kde-neon-6/launcher-specific
index baaf8e3..5e2b4b4 100644
--- a/kde-neon-6/launcher-specific
+++ b/kde-neon-6/launcher-specific
@@ -23,6 +23,9 @@ append_dir QML2_IMPORT_PATH "$SNAP_DESKTOP_RUNTIME/usr/lib/$ARCH/qt6/qml"
 # Fix locating the QtWebEngineProcess executable
 export QTWEBENGINEPROCESS_PATH="$SNAP_DESKTOP_RUNTIME/usr/lib/qt6/libexec/QtWebEngineProcess"
 
+# Fix sound issues with many apps.
+export ALSA_CONFIG_PATH="$SNAP_DESKTOP_RUNTIME/etc/asound.conf"
+
 # Removes Qt warning: Could not find a location
 # of the system Compose files
 export QTCOMPOSE="$SNAP_DESKTOP_RUNTIME/usr/share/X11/locale"


More information about the Neon-commits mailing list