Search found 1 match

by dim
Fri Jun 05, 2015 9:33 am
Forum: New
Topic: XnView MP 0.72 linux can't open files from Double Commander
Replies: 1
Views: 881

XnView MP 0.72 linux can't open files from Double Commander

I can't open image files in XnView by clicking on the file in Double Commander file manager. I have to use script below. Any other programs open files from Double Commander properly.

export LD_LIBRARY_PATH=/opt/XnView/lib
export QT_PLUGIN_PATH=/opt/XnView/lib
if [ $# -lt 1 ]; then
/opt/XnView ...