0.51 Linux: XnView often opens with empty window
Posted: Thu Nov 15, 2012 2:20 pm
When I click on an image, I often get an empty XnViewMP window. Nothing in it, just the window border with the close button.
Also, for some other images (.jpg) I still have it associated with xnview.sh from 0.50, and I can't for the life of me seem to change it to xnview (0.51). The new one is correctly setup in the menu, and for some image types. How do I remove and change the old one by force? I tried every basic GUI way of changing this and it's safe to say something is broken, I need to do this by force changing some configuration file.$ cat `which xnview`
#!/bin/sh
export LD_LIBRARY_PATH=/opt/XnView/lib
export QT_PLUGIN_PATH=/opt/XnView/lib
if [ $# -lt 1 ]; then
/opt/XnView/XnView
else
/opt/XnView/XnView $@
fi
$ xnview "/home/redsandro/Pictures/scan02.png"
XNVIEW restoreGeometry before : 640 480
XNVIEW restoreGeometry after : 200 100
QMetaObject::invokeMethod: No such method MyTabBar::layoutTabs()
QSslSocket: cannot resolve SSLv2_client_method
QSslSocket: cannot resolve SSLv2_server_method
w.init
XNVIEW 1 ok
## XNVIEW RESIZE : 200 100
## MyTabWidget :: resizeEvent : 200 100
XNVIEW 2 ok
w.start
## MyTabWidget :: resizeEvent : 1920 1150
## XNVIEW RESIZE : 1920 1150
$