http://bugs.winehq.org/show_bug.cgi?id=9453
Summary: iexplore commandline args cause failure Product: Wine Version: CVS/GIT Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: wine-shdocvw AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
Picasa uses the -nohome option to iexplore sometimes (e.g. if you do About / Help and it can't find your native browser?), and our iexplore just doesn't handle that yet; instead of skipping the options, it tries to use them as URLs, causing a confusing blank screen for users and no error message.
There's lots of evidence for people using these options in the wild (e.g. http://www.vim.org/tips/tip.php?tip_id=394 ) and they're even documented, http://support.microsoft.com/kb/q178058/
http://bugs.winehq.org/show_bug.cgi?id=9453
--- Comment #1 from Dan Kegel dank@kegel.com 2007-08-25 10:45:43 --- Patch sent, http://www.winehq.org/pipermail/wine-patches/2007-August/043192.html
While that patch is probably ok for -nohome, it doesn't handle the other IE options.
http://bugs.winehq.org/show_bug.cgi?id=9453
--- Comment #2 from Dan Kegel dank@kegel.com 2007-08-25 19:48:50 --- Note that winebrowser/main.c handles this option, too. But that doesn't help apps that invoke iexplore directly.
wine.inf itself specifies -nohome in a few places, too, as of this commit: http://source.winehq.org/git/wine.git/?a=commitdiff;h=fe07efb3dc37463c4288f7... though that's sent to winebrowser, not iexplore.
http://bugs.winehq.org/show_bug.cgi?id=9453
Vijay Kamuju infyquest@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |infyquest@gmail.com Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #3 from Vijay Kamuju infyquest@gmail.com 2007-08-29 13:01:05 --- This has been fixed by http://source.winehq.org/git/wine.git?a=commit;h=9e0ece41a580f511e6e416cb248... If there are any new frequently use command line options, we can open bugs for those. We need to find the frequently used ie options and fix them. And also wine's iexplore is not a replacement for IE Hence closing this issue
http://bugs.winehq.org/show_bug.cgi?id=9453
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Dan Kegel dank@kegel.com 2008-01-28 05:23:25 --- Closing all RESOLVED FIXED bugs more than three months old.
http://bugs.winehq.org/show_bug.cgi?id=9453
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified