XnView MP 1.8.6 (64 bit, Linux): "Open with ..." feature

*** Please report new bugs here! ***

Moderators: helmut, XnTriq, xnview, Dreamer

Post Reply
Cons1mgr
Posts: 6
Joined: Mon Feb 17, 2025 10:22 am

XnView MP 1.8.6 (64 bit, Linux): "Open with ..." feature

Post by Cons1mgr »

While using XnView MP Version 1.8.6 (64 bit) on Linux Mint 22 Cinnamon I would like to pass pics from XnView to Windows applications that run under wine using the "Open with ..." feature.

Following the hint on viewtopic.php?f=82&t=48583 I made the following sample script, saved it as /usr/local/bin/irfan64 at and made it executable:
#!/bin/bash
wine /media/...(path).../i_view64.exe
The script starts the .exe correctly from the command line.

/usr/local/bin/irfan64 can be added to the "Open with ..." configuration list but nothing happens if this entry is selected within "Open with ..." on an image.
Post Reply