http://bugs.winehq.org/show_bug.cgi?id=13617
Summary: start /Unix is one character short of the windows behaviour Product: Wine Version: 1.0-rc3 Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: programs AssignedTo: wine-bugs@winehq.org ReportedBy: jeffzaroyko@gmail.com
The attached test program demonstrates the expected behaviour, it will pass if launched from windows explorer and fail if run from the commandline.
Under wine, the expected explorer behaviour has been implemented in wine start using the /Unix switch. It is almost correct, but is missing a space after the quoted commandline.
The following test program demonstrates the expected behaviour and issues a pass/fail message.
I've submitted a patch to correct this.
http://bugs.winehq.org/show_bug.cgi?id=13617
--- Comment #1 from Jeff Zaroyko jeffzaroyko@gmail.com 2008-06-02 19:38:34 --- Created an attachment (id=13592) --> (http://bugs.winehq.org/attachment.cgi?id=13592) test program
http://bugs.winehq.org/show_bug.cgi?id=13617
Jeff Zaroyko jeffzaroyko@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch
--- Comment #2 from Jeff Zaroyko jeffzaroyko@gmail.com 2008-06-04 01:08:35 --- http://www.winehq.org/pipermail/wine-patches/2008-June/055520.html
http://bugs.winehq.org/show_bug.cgi?id=13617
Jeff Zaroyko jeffzaroyko@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #13592|0 |1 is obsolete| |
--- Comment #3 from Jeff Zaroyko jeffzaroyko@gmail.com 2008-06-04 17:42:54 --- Created an attachment (id=13686) --> (http://bugs.winehq.org/attachment.cgi?id=13686) updated test - consider the case of arguments
updated test program to check for correct behaviour if there are arguments supplied
tested on XP and 2003 by launching explorertest3.exe from c:\ in explorer, then tested with arguments by creating a shortcut to explorertest3.exe in c:\ and supplying arguments.
http://bugs.winehq.org/show_bug.cgi?id=13617
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=13617
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source
http://bugs.winehq.org/show_bug.cgi?id=13617
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #4 from Jeff Zaroyko jeffz@jeffz.name 2009-07-10 03:03:26 --- Marking invalid - the behavior I was seeing is not down to explorer but ShellExecute on windows does the quoting which explorer uses to launch executables.
see bug 16543
http://bugs.winehq.org/show_bug.cgi?id=13617
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Jeff Zaroyko jeffz@jeffz.name 2009-07-10 03:04:11 --- closing invalid