From 6d30835b3b01f70295ed2b2fdd1105acebc909a0 Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Tue, 10 Aug 2021 23:02:56 +0200 Subject: [PATCH] Handle new stuff from 4.28.18220 While we're in the vicinity... ;). --- platform/kobo/nickel.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/kobo/nickel.sh b/platform/kobo/nickel.sh index 3b420f710..3f84666b5 100755 --- a/platform/kobo/nickel.sh +++ b/platform/kobo/nickel.sh @@ -7,6 +7,7 @@ PATH="/sbin:/bin:/usr/sbin:/usr/bin:/usr/lib:" export LD_LIBRARY_PATH="/usr/local/Kobo" # Ditto, 4.28+ export QT_GSTREAMER_PLAYBIN_AUDIOSINK=alsasink +export QT_GSTREAMER_PLAYBIN_AUDIOSINK_DEVICE_PARAMETER=bluealsa:DEV=00:00:00:00:00:00 # Reset PWD, and clear up our own custom stuff from the env while we're there, otherwise, USBMS may become very wonky on newer FW... # shellcheck disable=SC2164