XnView MP 1.8.6 (64 bit, Linux): "Open with ..." feature
Posted: Tue Feb 18, 2025 9:41 am
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:
/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.
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:
The script starts the .exe correctly from the command line.#!/bin/bash
wine /media/...(path).../i_view64.exe
/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.