Open alanwilter opened 2 years ago
Very strange, in my system (macOS 13.0.1) they open correctly.
i have the exactly same problem with xml files.... any ways how I can help with debugging the issue ?
Same problem for me too.
v2.1.18 (67) macOS 13.3.1
I also have Microsoft office installed and have the same problem - quicklook is not working for xml files. I think this is because excel and word define new content types for xml extension:
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>xml</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>XMLS.icns</string>
<key>CFBundleTypeName</key>
<string>Microsoft Excel XML Spreadsheet (.xml)</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>XMLS</string>
</array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>DocumentTypeSection</key>
<string>Disabled</string>
<key>LSHandlerRank</key>
<string>Default</string>
<key>LSItemContentTypes</key>
<array>
<string>com.microsoft.excel.xml</string>
</array>
<key>NSDocumentClass</key>
<string>XLWorkbookDocument</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>xml</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>WXML.icns</string>
<key>CFBundleTypeName</key>
<string>Microsoft Word XML document (.xml)</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>DocumentTypeSection</key>
<string>Specialty</string>
<key>LSHandlerRank</key>
<string>Owner</string>
<key>LSItemContentTypes</key>
<array>
<string>com.microsoft.word.wordprocessingml</string>
</array>
<key>NSDocumentClass</key>
<string>WDDocument</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>xml</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>WXML.icns</string>
<key>CFBundleTypeName</key>
<string>Microsoft Word 2003 XML document (.xml)</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>DocumentTypeSection</key>
<string>Specialty</string>
<key>LSHandlerRank</key>
<string>Owner</string>
<key>LSItemContentTypes</key>
<array>
<string>com.microsoft.word.wordml</string>
</array>
<key>NSDocumentClass</key>
<string>WDDocument</string>
</dict>
Because of this, I think, when quicklook plugin process the file it resolve xml file as one of excel/word content type and doesn't process it. Dear developers, could you please add these 3 content types to your configuration? I think it should fix the problem.
Exactly the same problem here.
Same issue here on Monterey. Anybody figured out a fix or workaround?
Will this be here stale as a works-for-me-dont-fix??? :( I think there must be some way to reenable this for everybody.
Doesn't work for .xml and .ts file on MacOS Ventura. Exactly the extensions I need to preview :(
Didn't work in ventura 🤷♂️, but in sonoma works like a charm 👍
Didn't work in ventura 🤷♂️, but in sonoma works like a charm 👍
Still not working after upgrading to Sonoma :(
But it does work for KML for example. Since I had issues with
json
as well, I noticed both were linked to Xcode for default opening.I'm wondering if this is the issue. But see below:
From Inquiry Format