[Bug 26181] New: install application creates xdg mime files with case sensitive extensions

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Feb 20 12:50:41 CST 2011


http://bugs.winehq.org/show_bug.cgi?id=26181

           Summary: install application creates xdg mime files with case
                    sensitive extensions
           Product: Wine
           Version: 1.3.13
          Platform: x86
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: setupapi
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: rpnpif at free.fr


Intall an application (for example Proteus suite), sometimes we get mime files
in ~/.local/share directory with extensions on upper case mode. So Nautilus
become case sensitive for this extension and applications (Proteus) are not
associates with the application when a file have a lower case. MS Windows is
often case insensitive, not Linux.

Examples:
~/.local/share/applications/wine-extension-DSN.desktop:
[Desktop Entry]
Type=Application
Name=ISIS
MimeType=application/x-wine-extension-DSN;
Exec=wine start /ProgIDOpen ProteusDesignFile %f
NoDisplay=true
StartupNotify=true
Icon=1774_ISIS.0

~/.local/share/mime/packages:
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
  <mime-type type="application/x-wine-extension-DSN">
    <glob pattern="*.DSN"/>
    <comment>Schematic Design</comment>
  </mime-type>
</mime-info>

.DSN should be .dsn to be case insensitive.

To fix this, wine should convert always all "glob pattern" to lower case.
See xdg specifications on Freedesktop.

-- 
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.



More information about the wine-bugs mailing list