You are not logged in.
I've installed Obsidian via:
$ sudo pacman -S obsidian
Though when I try to run it I get the following error:
$ obsidian
/usr/lib/electron/electron: error while loading shared libraries: libavcodec.so.60: cannot open shared object file: No such file or directory
Any idea how to fix the issue?
Tom
Offline
Does that file exist? If should, as it belongs to ffmpeg which is a dependency of electron. Are you doing partial upgrades? (and / or are you still using a different distro?)
Last edited by Trilby (2023-04-14 20:13:05)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
no the file doesn't exist and ffmoeg works fine!
and no, i haven't done partial upgrades.
i just got obsidian working via a snap install though im still intreaged as to how i would get it working via the pacam route...
Offline
What does `pacman -Q ffmpeg` show?
Offline