http://bugs.winehq.org/show_bug.cgi?id=32446
Bug #: 32446 Summary: Notepad: cannot open file specified on the command line with a leading slash Product: Wine Version: 1.5.19 Platform: x86-64 OS/Version: Linux Status: NEW Keywords: download, source, testcase Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: frederic.delanoy@gmail.com Classification: Unclassified
Create a text file in /home/user/foo.txt (or any filename starting with a slash)
Run "wine notepad /home/user/foo.txt"
=> Error popup "File 'ome/user/foo.txt' does not exist" and the file is not opened.
http://bugs.winehq.org/show_bug.cgi?id=32446
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID
--- Comment #1 from Alexandre Julliard julliard@winehq.org 2012-12-14 10:54:10 CST --- That's how it behaves on Windows.
http://bugs.winehq.org/show_bug.cgi?id=32446
Frédéric Delanoy frederic.delanoy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Frédéric Delanoy frederic.delanoy@gmail.com 2012-12-14 18:37:20 CST --- It works on pre-vista. Vista+ seems to consider it an invalid option, though, so it seems the error handling/message is different.
Closing.