http://bugs.winehq.org/show_bug.cgi?id=19182
--- Comment #56 from Rosanne DiMesio dimesio@earthlink.net 2012-08-02 10:11:28 CDT --- (In reply to comment #55)
Just that this does not work reliably, as was reported repeatedly in this thread: Even with the appropriate override being in place, sometimes mime-type associations are added.
That's bug 20612. My own experience is that that problem was caused by winetricks (I used to see it with WMP), and that has been fixed in winetricks. If you are still seeing plain Wine do that you should add a comment to that bug.
But if a content analysis was not possible (like, for example, when using the sftp:/ KIO slave to work on a foreign machine - which I do often), then only the filename is used to determine the file type, which means that every file ending .txt, .inf and some other endings would start notepad (which of course fails to get the file from the remote machine)...
So, is Wine adding the .txt and .inf associations for notepad to the TOP of the list (making it the default), or is Dolphin ignoring the list order?