http://bugs.winehq.org/show_bug.cgi?id=26155
Summary: Wrong file types in MPQEditor Product: Wine Version: 1.3.13 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: adys.wh@gmail.com
The Type column in MPQEditor is inconsistent with Windows. Tested on Windows 7:
somefile.lst | Wine: .lst-file | Windows: LST File somefolder | Wine: File | Windows: File folder (noextension) | Wine: -file | Windows: File
http://bugs.winehq.org/show_bug.cgi?id=26155
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |trivial
--- Comment #1 from Dmitry Timoshkov dmitry@codeweavers.com 2011-02-18 00:09:57 CST --- Is it in Open File dialog or where?
http://bugs.winehq.org/show_bug.cgi?id=26155
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |shell32 Severity|trivial |normal
--- Comment #2 from Jerome Leclanche adys.wh@gmail.com 2011-02-18 00:11:32 CST --- Sorry, no, it's in the File List view. I suspect this is the culprit: http://source.winehq.org/git/wine.git/?a=blob;f=dlls/shell32/pidl.c;h=71b8f9...
http://bugs.winehq.org/show_bug.cgi?id=26155
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |trivial
http://bugs.winehq.org/show_bug.cgi?id=26155
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://zezula.net/download/ | |mpqediten32.zip
http://bugs.winehq.org/show_bug.cgi?id=26155
--- Comment #3 from Jerome Leclanche adys.wh@gmail.com 2011-02-18 00:30:58 CST --- Two more worth noting:
somefile. | Wine: .-file | Windows: Local Disk some.dll | Wine: dllfile-file | Windows: Application extension
Implementation seems to be in shell32/classes.c HCR_MapTypeToValue{A,W}
http://bugs.winehq.org/show_bug.cgi?id=26155
--- Comment #4 from butraxz@gmail.com 2013-11-24 11:55:04 CST --- This ticket has not been updated for over 900 days. Development recommends to check the status on your bug every release or two and let to be known if the bug is still present. If not, mark it fixed. If you are no longer able to put effort to this ticket, you can abandon it.
Is this still an issue with 1.7.7 or higher ?
http://bugs.winehq.org/show_bug.cgi?id=26155
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #5 from Jerome Leclanche adys.wh@gmail.com 2013-11-24 14:01:05 CST --- Yes
https://bugs.winehq.org/show_bug.cgi?id=26155
Lauri Kenttä lauri.kentta@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |lauri.kentta@gmail.com
--- Comment #6 from Lauri Kenttä lauri.kentta@gmail.com --- I've proposed a patch for the cases where the current default doesn't make sense (namely folders, "noext" and "dotfile."), but I'm not sure if it's worth accepting.
Other than that, the names are read from the registry (except that they're mostly missing from Wine). They can be customized and localized (in both Windows and Wine). Simply open regedit at HKEY_CLASSES_ROOT and start typing. Since there are no "correct" values for the texts, I think this bug report should be closed anyway (not a bug).