Skip to content

Commit 992c4d2

Browse files
authored
fix: Clean up alsa warnings in the snap by adding new layouts (#100)
* fix: Clean up alsa warnings in the snap by adding new layouts * snap: rename slot to match app
1 parent 8d6d2b0 commit 992c4d2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

snap/snapcraft.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ platforms:
1616
amd64:
1717
arm64:
1818

19+
layout:
20+
/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/alsa-lib:
21+
bind: $SNAP/gnome-platform/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/alsa-lib
22+
/usr/share/alsa:
23+
bind: $SNAP/gnome-platform/usr/share/alsa
24+
1925
environment:
2026
LD_LIBRARY_PATH: $LD_LIBRARY_PATH:$SNAP/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR:$SNAP/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/caca:$SNAP/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/vdpau:$SNAP/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/mfx:$SNAP/gnome-platform/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR:$SNAP/gnome-platform/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/blas:$SNAP/gnome-platform/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/lapack
2127

@@ -32,7 +38,7 @@ apps:
3238
- mpris
3339

3440
slots:
35-
dbus-musicpod:
41+
dbus-nebuchadnezzar:
3642
interface: dbus
3743
bus: session
3844
name: org.feichtmeier.Nebuchadnezzar

0 commit comments

Comments
 (0)