https://bugs.winehq.org/show_bug.cgi?id=52768
Bug ID: 52768 Summary: IrfanView can't open images with context menu resulting in a black screen Product: Wine Version: 7.5 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: mo78@abv.bg Distribution: ---
Hello, As of v.7.5 IrfanView can't open images from the context menu when this workaround is used:
QUICKPARLOCATION="/path/to/i_view32.exe" PARAM=`winepath -w "$*"` wine "$QUICKPARLOCATION" "$PARAM" & exit 0
The program starts normally but with a black screen instead of the image. It's working fine with all previous Wine versions.
Without this workaround there's no context menu to open images and it isn't in the list of available image handling programs, despite of the fact "Association with images" is selected during install.
Executing this script doesn't give any useful output so I don't know how to give you any.