Il giorno mer 2 lug 2025 alle 15:00:13 +02:00:00, Simon Albrecht
<[email protected]> ha scritto:
>> ~$ frescobaldi
>> ALSA lib conf.c:4580:(snd_config_update_r) Cannot access file
>> /usr/local/share/alsa/alsa.conf
>> ALSA lib seq.c:1011:(snd_seq_open_noupdate) Unknown SEQ default
~$ ls -l /usr/local/share/alsa/alsa.conf
ls: cannot access '/usr/local/share/alsa/alsa.conf': No such file or
directory
~$ ls -l /usr/share/alsa/alsa.conf
-rw-r--r-- 1 root root 10117 Jan 19 2022 /usr/share/alsa/alsa.conf
So I guess the question is why is Frescobaldi (or the ALSA
sub-process?) looking for the file in /usr/local, isn’t it?
Now I remember that I found the same bug in May. It's a pygame bug:
https://github.com/pygame/pygame/issues/3756
You can find a workaround there.
You may also uninstall pygame, as portmidi is enough for Frescobaldi
(and easily available on Linux).