http://bugs.winehq.org/show_bug.cgi?id=15130
Summary: Wine notepad: Extension behaviour differ from Windows Product: Wine Version: 1.1.2 Platform: All OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: wine-bugs@mohag.net
Running Wine notepad with an non-existant file as a parameter results in notepad appending .txt to the filename. This makes it impossible for a program to use notepad to create a non-txt file.
Expected behavour: notepad fakefile.test
"Cannot find the fakefile.test file. Do you want to create a new file?" (From Windows 2003. Even with a fakefile.test.txt existing in the same directory)
Current wine (1.1.3) behaviour: notepad fakefile.test
File "fakefile.test.txt" does not exist. Do you want to create a new file?
With fakefile.test.txt in existance: notepad fakefile.test
notepad opens fakefile.test.txt rather than giving the expected error message.