On Thursday, July 9, 2015 at 5:24:29 AM UTC+2, lloyd wrote: > > Changing the default program that opens a given file type surely wouldn't > affect QS's ability to filter it in the catalogue (unless you know > something specific about how the "Exclude File Type" code is written). >
> Some are considered by the OS to be of kind Document (e.g. .afm, which is > actually a Postscript font format), and some are of kind Unix Executable > (e.g. .scl, which is actually a format for musical scale/tuning information > used by some music software). Attempting to open the former results in > nothing visible happening, attempting to open the latter results in OSX > telling me that no default application is specified. > Try `mdls /path/to/file.ext` and check the kMDItemContentType, it might be of the form "dyn.[string]". You can insert these in the exclude field of the custom catalogue, but it won't work and if you give focus there a second time it will crash QS. Anyway, apart from your particular use of QS, I see two options to try — assign an application to open the undesirable types and see if they are excluded from a catalogue, or use the Types field instead of Exclude types. You can also file a feature request in the tracker for excluding unknown types. -- 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.
