Search found 11 matches

by joshas
Fri Oct 14, 2022 2:45 pm
Forum: MP - General Support
Topic: Flatpack outdated
Replies: 4
Views: 752

Re: Flatpack outdated

I do not own full access to repository, so I only do pull requests when I notice new XnViewMP version is available (usually through notification in program). Another user has publishing rights and updates are lagging. Taking over publishing by developer would ensure timely updates.
by joshas
Fri Oct 14, 2022 8:16 am
Forum: MP - General Support
Topic: Flatpack outdated
Replies: 4
Views: 752

Re: Flatpack outdated

Flathub is primarily intended as a service that is used by app developers to distribute their apps.
Please, take over ownership of XnViewMP Flathub repository as Flatpak user count is steadily growing and flatpak is easier to use than AppImage in some cases. There might be even some monetization ...
by joshas
Sat Sep 17, 2022 10:45 am
Forum: MP - Suggestions
Topic: Consider taking over maintenance of Flatpak repository
Replies: 0
Views: 787

Consider taking over maintenance of Flatpak repository

Currently XnViewMP flatpak repository (https://github.com/flathub/com.xnview.XnViewMP) is maintained by volunteers, users of your software. Flatpak/Flathub insists that ownership should be held by program author. That would reduce delays after new release. I understand that maintaining one more ...
by joshas
Wed Jul 13, 2022 5:36 pm
Forum: New
Topic: 1.00: Excessive debug information output to terminal
Replies: 1
Views: 394

1.00: Excessive debug information output to terminal

XnView: MP 1.00 - 64 bit
OS: Linux

When starting from terminal program displays a lot of debug information.

Effect: While debug output is useful is something goes wrong, for normal use it creates more problems, especially when all that information ends up in system logs.

To reproduce:
1. Start ...
by joshas
Fri Dec 10, 2021 5:57 pm
Forum: New
Topic: 0.98.4 Folder can not be deleted
Replies: 5
Views: 3522

Re: 0.98.4 Folder can not be deleted

This is an issue with Flatpak runtime: https://github.com/flatpak/xdg-desktop- ... issues/518 . As a temporary workaround you can disable "Use Recycle Bin" option in General Settings, File Operations tab.
by joshas
Wed Jun 02, 2021 5:54 pm
Forum: New
Topic: MP 0.98.3 (Flatpak): Failing to delete folders, when using Recycle Bin
Replies: 1
Views: 811

MP 0.98.3 (Flatpak): Failing to delete folders, when using Recycle Bin

XnViewMP 0.98.3, Flatpak version on Linux. If "Use Recycle Bin" setting is turned on, it is impossible to delete folders. Deleting files works without issues, they correctly end up in "Recycle Bin".
If "Use Recycle Bin" option is turned off, deleting works for both folders and files.
I wonder if ...
by joshas
Sat Mar 06, 2021 9:39 am
Forum: New
Topic: Can't run XnView MP 0.97.0 AppImage in POP! OS 20.04
Replies: 9
Views: 1477

Re: Can't run XnView MP 0.97.0 AppImage in POP! OS 20.04

I've created a pull request with most recent version of XnViewMP (0.98.2): https://github.com/flathub/com.xnview.XnViewMP/pull/8 .
But there's at least one big issue with this build: directories cannot be deleted, when "Use Recycle Bin" option is enabled. Might be a bug in QT 5.12. Maybe someone ...
by joshas
Tue Oct 20, 2020 6:11 pm
Forum: New
Topic: Can't run XnView MP 0.97.0 AppImage in POP! OS 20.04
Replies: 9
Views: 1477

Re: Can't run XnView MP 0.97.0 AppImage in POP! OS 20.04

There is a XnViewMP flatpak repository with older version, but it hasn't been updated from last year: https://github.com/flathub/com.xnview.XnViewMP
by joshas
Tue Oct 20, 2020 6:07 pm
Forum: New
Topic: 0.97.0: AppImage doesn't work on Fedora 32
Replies: 16
Views: 4492

Re: 0.97.0: AppImage doesn't work on Fedora 32

0.97.1 AppImage doesn't work with a bit different error message:
/tmp/.mount_XnView8YbnPR/usr/XnView/XnView: symbol lookup error: /lib64/libkrb5.so.3: undefined symbol: krb5int_push_fscreatecon_for, version krb5support_0_MIT

0.97.1 TGZ 64-bit also doesn't work, even after removing lib/libcrypto ...
by joshas
Tue Oct 06, 2020 8:35 pm
Forum: New
Topic: 0.97.0: AppImage doesn't work on Fedora 32
Replies: 16
Views: 4492

0.97.0: AppImage doesn't work on Fedora 32

XnView: MP 0.97.0 - Linux Appimage 64bit
OS: Linux - 64bit (Fedora 32 Workstation Edition)

XnView MP fails to start on Fedora 32.
Downloaded AppImage, chmod +x to make it executable. Running

Effect: Program fails to start.

To reproduce:
1. Download AppImage (XnView_MP.glibc2.17-x86_64.AppImage ...
by joshas
Sat Feb 08, 2020 10:29 am
Forum: MP - General Support
Topic: [SOLVED] Fedora 31 - XnView MP 0.95 - QT error
Replies: 10
Views: 5993

Re: Fedora 31 - XnView MP 0.95 - QT error

Got same issue here. XnViewMP is using xcb platform plugin (X11), but Fedora 31 by default is using wayland.
When starting with QT_QPA_PLATFORM=wayland set, it still results in error.
Here's a debug log when starting with QT_DEBUG_PLUGINS=1 param: https://pastebin.com/ickv0eYD

Problem is that ...