Bug#1054390: noisy output

2023-10-23 Thread Barak A. Pearlmutter
Well that seems a bit drastic! You don't want to lose *all* the error messages. I was thinking something which leaves stdout alone and just filters out annoying stderr lines. Like this: #!/usr/bin/bash set -e xournalpp "$@" 2> >(egrep -v '^ALSA lib .*snd_')

Bug#1054390: noisy output

2023-10-23 Thread Vincent Lefevre
On 2023-10-23 10:41:27 +0100, Barak A. Pearlmutter wrote: > It's great that people are using Xournal++, and care enough about it > to be bothered by this! FYI, I've been using Xournal (xournal package) until now, which doesn't have this issue. But I suppose that xournal will be removed from Debian

Bug#1054390: noisy output

2023-10-23 Thread Barak A. Pearlmutter
It's great that people are using Xournal++, and care enough about it to be bothered by this! These are coming from libsndfile1. Many Linux GUI programs do output a constant stream of harmless warnings, and Xournal++ is hardly the worst offender. The "right" fix is presumably to tell libsndfile1 (t