On Monday, July 20, 2015 at 2:43:22 AM UTC+2, lloyd wrote:
>
> Since you can reproduce the problem, what does Show Source do on your 
> machine when you ask it to display the location of an item that should 
> properly have been excluded from the Catalog?
>

An item that should have been excluded shows the action Show Source In 
Catalog and points to the entry in Custom Catalog section, for example, afm 
file points to catalog 'test', see below.

Oddly enough, pfb, which I didn't tried before, expands to 'PostScript® 
Type 1 outline font', different kMDItemKind from yours, but afm doesn't 
expand — pfb has a UTI in my system, possibly from an uninstalled 
application and now resorts to TextEdit to be opened.

This is what I have (bear in mind I just touched the files, no real files 
here)

$ ls -a test
. .. testFile.pfb testFile2.afm
$ mdls test/testFile.pfb -name kMDItemContentType -name kMDItemKind
kMDItemContentType = "com.adobe.postscript-pfb-font"
kMDItemKind        = "PostScript® Type 1 outline font"
$ 
$ mdls test/testFile2.afm -name kMDItemContentType -name kMDItemKind
kMDItemContentType = "dyn.ah62d4rv4ge80c3xr"
kMDItemKind        = "Document"

And this is the entry in Catalog.plist

<key>name</key>
<string>test</string>
<key>settings</key>
<dict>
<key>excludeFiletypes</key>
<array>
<string>com.adobe.postscript-pfb-font</string>
<string>afm</string>
</array>
<key>folderDepth</key>
<integer>1</integer>

I'm out of ideas. What if you manually add the entry to this plist?

The third command above should give you something like 
com.adobe.font-blablah that you put between string tags.

And lastly, try clearing Launch Services cache or simply resetting them.

-- 
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.

Reply via email to