I installed ubuntu 19.04 today and got the problem that XnView will not start. It,s don't matter if I try from UI or terminal Any ideas?
Regards
Anders
I installed ubuntu 19.04 today and got the problem that XnView will not start. It,s don't matter if I try from UI or terminal Any ideas?
Regards
Anders
The XnViewMP .deb file does not install a needed library.
To fix this open a terminal windows (ctrl+alt+t) and enter the command
sudo apt install libopenal1
How I determined this:
When running xnview
from a terminal, an error indicating the library libopenal1.so.1
could not be found. Using the tools at https://packages.ubuntu.com/ I was able to determine that the needed package is libopenal1
libssl-dev
– Charles Green
May 16 '19 at 14:05
exiftool
– Charles Green
May 17 '19 at 13:07
libopenal.so.1
You can search package contents from the webpage, and if you search for the library specifically, the only package which comes up is libopenal1
– Charles Green
Jul 16 '20 at 15:18
echo $XDG_SESSION_TYPE
to your question, please? – Charles Green May 15 '19 at 19:14