[Bug 52768] IrfanView can't open images with context menu resulting in a black screen

WineHQ Bugzilla wine-bugs at winehq.org
Sun Apr 3 05:16:44 CDT 2022


https://bugs.winehq.org/show_bug.cgi?id=52768

mo78 at abv.bg changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |mo78 at abv.bg

--- Comment #1 from mo78 at abv.bg ---
I found another script and it's working fine with it:

#!/bin/sh
IRFANVIEW="/path/to/i_view32.exe"
ROOT_DRIVE="Z:\\"
for arg
do
    wine "$IRFANVIEW" "${ROOT_DRIVE}$(echo "$arg" | sed 's/\//\\/g')"
done

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list