http://bugs.winehq.org/show_bug.cgi?id=17973
Summary: explorer: Spaces in desktop title on CLI cause both wrong window title and command Product: Wine Version: 1.1.13 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: programs AssignedTo: wine-bugs@winehq.org ReportedBy: shacklein@gmail.com
When using the form: $ wine explorer /desktop=Title,WxH program.exe Title currently cannot contain spaces. Example: $ wine explorer /desktop=My\ Program,800x600 myprogram.exe This correctly detects the size 800x600 for the virtual desktop, but it sets the title of the window to "My" and tries to run "Program" as the command line.
I've submitted a patch to wine-patches that fixes this problem (and afaik, doesn't introduce any new ones), though I'm not sure if it's really "neat" enough. http://www.winehq.org/pipermail/wine-patches/2009-March/070776.html
So far, I've had no feedback about it. At the least, I'd like to be told why it's not suitable for inclusion, or if there's any cleaning up I need to do to it :)