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_')