(Follow-up from this question, which is long inactive, so I preferred a new post)
Hi all,
The Appimage Linux installer - downloaded from from download page - fails both as a regular user and with sudo:
./Bitwarden-2022.10.1-x86_64.AppImage
[935:1115/150330.562525:FATAL:setuid_sandbox_host.cc(157)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /tmp/.mount_BitwarFFiJyq/chrome-sandbox is owned by root and has mode 4755.
Trace/breakpoint trap
/tmp/.mount_BitwarFFiJyq/bitwarden: error while loading shared libraries: libffmpeg.so: cannot open shared object file: No such file or directory
sudo ./Bitwarden-2022.10.1-x86_64.AppImage
[1115/150448.050015:FATAL:electron_main_delegate.cc(292)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180.
Trace/breakpoint trap
The 1st error message talks about libffmpeg.so
, so I searched it in my machine and in the repo. Maybe the error has to do with the fact that the installed one is a 3rd party application provided library:
locate libffmpeg.so
/usr/share/atom/libffmpeg.so
apt-file search libffmpeg.so
chromium: /usr/lib/chromium/libffmpeg.so
qmmp: /usr/lib/qmmp/qmmp/Input/libffmpeg.so
webcamoid-plugins: /usr/lib/x86_64-linux-gnu/avkys/submodules/MultiSink/libffmpeg.so
webcamoid-plugins: /usr/lib/x86_64-linux-gnu/avkys/submodules/MultiSrc/libffmpeg.so
webcamoid-plugins: /usr/lib/x86_64-linux-gnu/avkys/submodules/VideoCapture/libffmpeg.so
Questions:
- Is there a known dependency list for AppImage?
- Does AppImage have a help or so? I tried with
help
,-h
and--help
, but they all gave the same output. - Does anyone know what can I try to make it work?
Thanks a lot!