rjregenold / jsonlook

A QuickLook plugin for OSX that pretty prints the contents of JSON files.
80 stars 6 forks source link

Broken on 10.9 Mavericks #3

Open p2 opened 11 years ago

p2 commented 11 years ago

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
rjregenold commented 11 years ago

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

p2 commented 11 years ago

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!

Drarok commented 10 years ago

Just tried to install this on Mavericks. :(