https://bugs.winehq.org/show_bug.cgi?id=37333
Bug ID: 37333 Summary: winefile command line does not support paths with spaces Product: Wine Version: 1.7.26 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: programs Assignee: wine-bugs@winehq.org Reporter: jhansonxi@gmail.com
Passing a target directory to winefile does not work if the path contains spaces.
Works (directory contents displayed): winefile "c:\users\" winefile $HOME/.wine/dosdevices/c:/users/
Note: The trailing slash causes winefile to open the directory. Without the slash it opens the parent directory with the target subdirectory selected.
Does not work (blank listing): winefile "c:\Program Files\" winefile "c:\Program\ Files\" winefile $HOME/.wine/drive_c/Program\ Files/ winefile "$HOME/.wine/dosdevices/c:/Program Files/"
Does not work, trailing slash or not.
Partial workaround: cd "$HOME/.wine/dosdevices/c:/Program Files" winefile
This behaves like a trailing slash was missing so it shows the parent directory with the target selected.
Relative paths ("../", "./") result in a directory tree but no files are listed even if the subdirectories are selected.
https://bugs.winehq.org/show_bug.cgi?id=37333
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1
--- Comment #1 from Bruno Jesus 00cpxxx@gmail.com --- Confirming, I sent a patch. http://source.winehq.org/patches/108208
https://bugs.winehq.org/show_bug.cgi?id=37333
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source Fixed by SHA1| |a9c00c66d0495d0a78dd50467d1 | |4de16bae6ea46 Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #2 from Bruno Jesus 00cpxxx@gmail.com --- Fixed by http://source.winehq.org/git/wine.git/commitdiff/a9c00c66d0495d0a78dd50467d1...
https://bugs.winehq.org/show_bug.cgi?id=37333
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.34.