http://bugs.winehq.org/show_bug.cgi?id=13890
--- Comment #10 from James Hawkins truiken@gmail.com 2008-06-16 17:27:46 --- (In reply to comment #9)
(In reply to comment #8)
What does:
$ ls ~/.wine/drive_c/Program Files/
say?
This: luke@luke-desktop:~$ $ ls ~/.wine/drive_c/Program Files/ bash: $: command not found luke@luke-desktop:~$ ls ~/.wine/drive_c/Program Files/ ls: cannot access /home/luke/.wine/drive_c/Program: No such file or directory ls: cannot access Files/: No such file or directory luke@luke-desktop:~$
:-s
You can't have a space in a unix path without escaping it
/home/luke/.wine/drive_c/Program\ Files/
or quoting the entire argument
"/home/luke/.wine/drive_c/Program Files/"