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_')
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
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
3 matches
Mail list logo