There are few good image viewers under Linux, Showimg is no longer maintained, and we missed Xnview. Just a little problem for me: I use Kubuntu 9.04 with KDE 4.2 and I copied the contents of the archive in /opt/
I modified the script like that:
Code: Select all
#!/bin/sh
LD_LIBRARY_PATH=/opt/XnViewMP
export LD_LIBRARY_PATH
/opt/XnViewMP/xnview
Xnview works but I cannot get it to start in full screen when clicking an image (the option is checked), probably because of my script or my install dir. What should I do?