Hi Simon,

> ~$ ls -l /usr/local/share/alsa/alsa.conf
> ls: cannot access '/usr/local/share/alsa/alsa.conf': No such file or
> directory

your alsa.conf is most likely in `/usr/share/alsa/alsa.conf`. `/usr/local` is 
typically used for 
stuff not coming from the standard software management of your repo, so apt 
would 
install to `/usr/`, pip to `/usr/local/`. Als your also installation is most 
likely installed using 
your native package manager (dpkg) the config should sit in `/usr/share`.

Now, you could (as quick fix) do

mkdir /usr/share/alsa
ln -s /usr/share/alsa/alsa.conf /usr/local/share/alsa/alsa.conf

to make the config also accessible in the other installation.

But generally the error is weird. That kind of looks like your alsa-lib used by 
Frescobaldi 
(or some dependency) is different to the one installed on your system. It might 
be that 
something was installed using pip which is statically linked to an alsa-lib 
that is configured 
to use /usr/local. In such a case installing python packages using apt might do 
the trick.

Cheers,
Tina

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to