Search found 2 matches

by gmh2000
Thu May 15, 2014 11:36 am
Forum: MP - Suggestions
Topic: xnviewmp: file not found
Replies: 5
Views: 1877

Re: xnviewmp: file not found

I have solved the problem doing the following:

edit (with "sudo") the following file:
/usr/share/applications/XnView.desktop
Change:
Exec=xnview %U
By:
Exec=xnview %f

This solution is based on: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737704
In that case the same problem was with ...
by gmh2000
Wed May 14, 2014 5:51 pm
Forum: MP - Suggestions
Topic: xnviewmp: file not found
Replies: 5
Views: 1877

Re: xnviewmp: file not found

and if you start xnviewmp with an argument from console, it works?

I'm on lubuntu-14.04-desktop-amd64. I got the same error.

However, if I run from the console :

xnview /home/ch/Desktop/照片/IMG_20140503_162629.jpg
(or)
xnview IMG_20140503_162629.jpg

It DOES works .

How to fix it to open it ...