http://bugs.winehq.org/show_bug.cgi?id=4122
--- Comment #10 from Austin English austinenglish@gmail.com 2011-01-03 13:53:06 CST --- In wine-1.3.10-252-g8cbb8cc, wine associates jpeg files to wine's internet explorer, and picasa will run that. However, it fails, and you only get an empty browser window.
It seems to work if I call it manually, but only with a full path. E.g.,: austin@aw21 ~/.wine/drive_c $ wine iexplore bad4.jpeg fixme:ole:CoResumeClassObjects stub fixme:storage:create_storagefile Storage share mode not implemented. fixme:urlmon:URLMoniker_BindToObject use running object table fixme:shdocvw:bind_to_object BindToObject failed: 80070057
fails, but
austin@aw21 ~/.wine/drive_c $ wine iexplore "C:\bad4.jpeg" ... fixme:shdocvw:ClOleCommandTarget_QueryStatus (0x12975c)->((null) 1 0x32db44 (nil)) fixme:shdocvw:ClOleCommandTarget_QueryStatus command_0: 27, 0x0 fixme:shdocvw:ClOleCommandTarget_Exec Unimplemented cmdid 25 fixme:shdocvw:ClOleCommandTarget_Exec Unimplemented cmdid 26 fixme:shdocvw:ClOleCommandTarget_Exec Unimplemented group {000214d1-0000-0000-c000-000000000046}
works. This mimics windows behavior (only works there with a full path as well).
Additionally, png files are supposed to open in iexplore (at least, we set it as default in the registry), but png files do not open for me.
The png problem is definitely a separate issue (bug 25681). Jpeg's should seemingly work now, but perhaps we're not calling it with the full win32 path.