Search found 4 matches

by dric512
Tue Feb 25, 2025 8:35 pm
Forum: MP - General Support
Topic: XnView on WSL2: Could not load the Qt platform
Replies: 2
Views: 955

Re: XnView on WSL2: Could not load the Qt platform

No directly `/usr/bin/xnview`.

I installed `qt6-base-dev` and now it opens correctly, not sure why it makes a difference.
by dric512
Sat Feb 22, 2025 8:32 pm
Forum: MP - General Support
Topic: XnView on WSL2: Could not load the Qt platform
Replies: 2
Views: 955

XnView on WSL2: Could not load the Qt platform

I have WSL2 installed on Windows 11 and try to launch XnView directly from WSL. The goal is to open scripts which are on the Linux side.

I have been able to run it on a previous laptop, but although I was able to install the .deb file and fixed missing dependencies, when I launch it I have the ...
by dric512
Tue Sep 03, 2024 7:56 pm
Forum: MP - General Support
Topic: Configure OpenWith program
Replies: 1
Views: 353

Re: Configure OpenWith program

I have been able to work around it by creating an addition script that directly calls:

<path to venv>/python <path>/script.py <args>
by dric512
Tue Sep 03, 2024 7:32 pm
Forum: MP - General Support
Topic: Configure OpenWith program
Replies: 1
Views: 353

Configure OpenWith program

I am trying to configure an "Open with" program to open pictures. When I try to use it, nothing happens and I am not able to debug it.

The script I want to configure is:


<path to venv>/bin/python3 <path>/script.py <images>


Both "path to venv" and "path" are absolute paths on Linux. If I try ...