Page 1 of 1

0.99.7 Linux: Program does not suggest original file name when exporting images

Posted: Thu May 05, 2022 8:50 pm
by postcd
Hello,
i am not running latest version mine is 0.99.7 Linux, so i want to ask if it works for You.

1. Open jpg file
2. Ctrl+Alt+S (to export)
3. Select WebP format and click Export...

ISSUE: it does not suggest me original filename and original folder so i can not simply click to confirm. (it does suggest it if the exported file type is same as source). I think it should suggest for all file types.

That is annoyance especially when needing to export multiple files. So before "Ctrl+Alt+S" i have to F2, Ctrl+C, Esc and then "Ctrl+V copied original name to export dialog. Which is annoying.

Re: Program does not suggest original file name when exporting images

Posted: Mon May 23, 2022 12:27 pm
by xnview
i don't understand, original filename is always used as export filename

Re: Program does not suggest original file name when exporting images

Posted: Tue May 24, 2022 10:31 am
by postcd
xnview wrote: Mon May 23, 2022 12:27 pmoriginal filename is always used as export filename
Not in my case. The file name field is empty and location is user home directory (not original location).
I am launching the app like this:

Code: Select all

/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=xnview --file-forwarding com.xnview.XnViewMP @@ %F @@
Happen even when opening file from user home directory.

Re: Program does not suggest original file name when exporting images

Posted: Tue May 24, 2022 12:05 pm
by xnview
could you try the tgz version?

Re: Program does not suggest original file name when exporting images

Posted: Tue May 24, 2022 1:35 pm
by postcd
xnview wrote: Tue May 24, 2022 12:05 pmcould you try the tgz version?
@xnview So I have downloaded https://download.xnview.com/XnViewMP-linux-x64.tgz , extracted, ran "./xnview.sh"
Opened image, export to webp, and it offered original name properly. Though used wrong save folder (folder where i have extracted xnview/) instead of original image folder.

Due to ease of update i prefer flatpak ( https://www.flathub.org/apps/details/co ... w.XnViewMP ) instead of tgz (where happen the issue described, how to proceed so it can be fixed?).
I assume your AppImage is not update ready i guess.