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.
https://bugs.winehq.org/show_bug.cgi?id=52768
mo78@abv.bg changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED CC| |mo78@abv.bg
--- Comment #1 from mo78@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
https://bugs.winehq.org/show_bug.cgi?id=52768
temp82@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |temp82@luukku.com
--- Comment #2 from temp82@luukku.com --- closing as fixed should be used only when something got fixed in wine. this is not the case.
https://bugs.winehq.org/show_bug.cgi?id=52768
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED Resolution|FIXED |INVALID
--- Comment #3 from Zeb Figura z.figura12@gmail.com --- Nothing was fixed in Wine.