https://bugs.kde.org/show_bug.cgi?id=432717

--- Comment #2 from David Palacio <c...@palacio.io> ---
Wait, so does Baloo restrict itself to the system shared mime info database?
Does it not use the user mimetype database? Because that file is registered by
Wine. See:

$ xdg-mime query filetype "Wine/Daz/drive_c/users/Public/Documents/My DAZ 3D
Library/data/DAZ 3D/Genesis 8/Male/Morphs/DAZ 3D/Base Pose
Head/alias_head_eCTRLEyelidsUpperUp-DownL.dsf" 
application/x-wine-extension-dsf


.local/share/mime/application/x-wine-extension-dsf.xml
.local/share/mime/packages/x-wine-extension-dsf.xml


$ cat .local/share/mime/packages/x-wine-extension-dsf.xml
<?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-dsf">
    <glob pattern="*.dsf"/>
    <comment>DSON Support File</comment>
  </mime-type>
</mime-info>


$ cat .local/share/mime/application/x-wine-extension-dsf.xml
<?xml version="1.0" encoding="utf-8"?>
<mime-type xmlns="http://www.freedesktop.org/standards/shared-mime-info";
type="application/x-wine-extension-dsf">
  <!--Created automatically by update-mime-database. DO NOT EDIT!-->
  <glob pattern="*.dsf"/>
  <comment>DSON Support File</comment>
</mime-type>

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to