[Bug 16379] New: Wine doesn't 'see' mixed case exe's
http://bugs.winehq.org/show_bug.cgi?id=16379 Summary: Wine doesn't 'see' mixed case exe's Product: Wine Version: 1.1.10 Platform: PC OS/Version: Linux Status: NEW Keywords: download, source Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: austinenglish(a)gmail.com austin(a)austin-desktop:~/test$ touch foo.{exe,EXE,ExE,eXe,eXE} austin(a)austin-desktop:~/test$ ls foo.exe foo.eXe foo.eXE foo.ExE foo.EXE Then, using bash autocomplete: austin(a)austin-desktop:~/test$ wine foo. foo.exe foo.EXE .Exe, .eXe, etc. are ignored. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16379 Rafał Mużyło <galtgendo(a)o2.pl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |galtgendo(a)o2.pl --- Comment #1 from Rafał Mużyło <galtgendo(a)o2.pl> 2008-12-06 19:54:46 --- That looks more like problem with auto-completion, than wine. Probably, person, who wrote that auto-completion, expected Windows programs to be run from case-insensitive filesystem. But I've got something, that may actually be considered a problem with wine. If a fat partition is mounted with iocharset=utf8 option (making filesystem case-sensitive), I've seen a few Windows programs misbehave (most don't seem affected by that). They seem to create non-files - it's a bit hard to explain as I don't fully understand what happens, but it looks like till the partition is unmounted, the file seem to exist (you can't create a file with the same name) and not exist (you can't view file with that name) at the same time. Very few programs did that (I can't recall the names right now), but it was still annoying, as it prevented them from working correctly. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16379 --- Comment #2 from Rafał Mużyło <galtgendo(a)o2.pl> 2008-12-06 19:59:14 --- For me, that line in auto-completion file looks like this: complete -f -X '!*.@(exe|EXE|com|COM|scr|SCR|exe.so)' wine it's probably same for you. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16379 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2008-12-06 20:13:40 --- Crap. You're right. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16379 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #4 from Austin English <austinenglish(a)gmail.com> 2008-12-06 20:14:06 --- Closing. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org