jsonlook icon indicating copy to clipboard operation
jsonlook copied to clipboard

Broken on 10.9 Mavericks

Open p2 opened this issue 12 years ago • 3 comments
trafficstars

Seems to be broken on Mavericks beta 6, here's the tail of the debug output:

[DEBUG] Previewing file:///Users/xx/Desktop/foo.json. Content type UTI: public.json. Generator used: <QLGenerator /Users/xx/Library/QuickLook/jsonlook.qlgenerator>
[DEBUG] Loading <QLGenerator /Users/xx/Library/QuickLook/jsonlook.qlgenerator>
[DEBUG] Previewing file:///Users/xx/Desktop/foo.json finished
[DEBUG] Thumbnailing foo.json -- file:///Users/xx/Desktop/ - type: public.json - generator: <QLGenerator /Users/xx/Library/QuickLook/jsonlook.qlgenerator> (try #1)
[DEBUG] Thumbnailing file:///Users/xx/Desktop/foo.json. Content type UTI: public.json. Generator used: <QLGenerator /Users/xx/Library/QuickLook/jsonlook.qlgenerator>
[DEBUG] Thumbnailing file:///Users/xx/Desktop/foo.json finished
2013-09-04 14:47:55.859 qlmanage[2483:507] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0xcf23, name = 'com.apple.tsm.portname'
See /usr/include/servers/bootstrap_defs.h for the error codes.
2013-09-04 14:47:55.859 qlmanage[2483:507] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0xd02f, name = 'com.apple.CFPasteboardClient'
See /usr/include/servers/bootstrap_defs.h for the error codes.
2013-09-04 14:47:55.859 qlmanage[2483:507] Failed to allocate communication port for com.apple.CFPasteboardClient; this is likely due to sandbox restrictions

p2 avatar Sep 04 '13 18:09 p2

Thanks for the report. I haven't even looked at Mavericks yet. If you feel the urge, a pull request would be awesome. :D

rjregenold avatar Sep 05 '13 12:09 rjregenold

Interestingly, my own CSV plugin shows the same error messages, but still generates the icon and preview. Strange. I currently don't have time to figure this out, I'll check back here when I do!

p2 avatar Sep 05 '13 13:09 p2

Just tried to install this on Mavericks. :(

Drarok avatar Jan 09 '14 11:01 Drarok