snapclient 12.2.0.1 fixes case (syntax errors introduced with 12.2.0.0 for '--latency' and '--soundcard' but now 'snapclient --player pulse' no longer works

  • snapclient service fails to start with edit to snapclient.start in 12.2.0.1

    I've been running with the following edit in snapclient.start to output to pulse Bluetooth audio for a year with everything working fine:

    HOME="$ADDON_HOME" \
    nice -n "$sc_n" \
    snapclient --player pulse \
    $sc_H \

    12.2.0.1 the service fails to start if i keep the above edit:

    I've reverted to 12.2.0.0 to resolve and keep my o/p to BT pulse audio working.

  • snapclient service fails to start with edit to snapclient.start in 12.2.0.1

    I've been running with the following edit in snapclient.start to output to pulse Bluetooth audio for a year with everything working fine:

    HOME="$ADDON_HOME" \
    nice -n "$sc_n" \
    snapclient --player pulse \
    $sc_H \

    12.2.0.1 the service fails to start if i keep the above edit:

    I've reverted to 12.2.0.0 to resolve and keep my o/p to BT pulse audio working.

    Looks like source needs recompiling with pulse included?