Can confirm this issue. Seems to be just a problem of quoting. To correct this, I would suggest :
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
Also note that if you specify more than one ...
Search found 1 match
- Sat Nov 24, 2012 3:34 pm
- Forum: New
- Topic: 0.51 Linux: XnView often opens with empty window
- Replies: 5
- Views: 1349