Sounds like you did a partial upgrade, it was rebuilt - https://gitlab.archlinux.org/archlinux/packaging/packages/electron25/-/commit/c1e450809ccf7cbe0c65d9c997a51ef0a419b600 pacman -Q electron25 will probably give you 25.9.0-1 instead of -2. Martin On Sun, Oct 8, 2023 at 12:38 AM Christian <syphdias+archlinuxml@xxxxxxxxx> wrote: > > When I start electron apps I run into an error with a shared library > from dav1d. Does anyone else run into this issue? > > ❯ electron > /usr/lib/electron25/electron: error while loading shared libraries: > libdav1d.so.6: cannot open shared object file: No such file or > directory > > I get the error when starting an electron app itself (e.g. obsidian) > or the electron command. > > Electron seems to link to an old version of the library: > ❯ pacman -F libdav1d.so.6 > ❯ pacman -F libdav1d.so.7 > extra/dav1d 1.3.0-1 [installed] > usr/lib/libdav1d.so.7 > > I tried reinstalling obsidian, electron(25), and dav1d. > So my suspicion is that electron was not rebuilt for the new dav1d > version. Possibly causing a problem for all election versions. Is > there another package I should try reinstalling? > > Christian