That resource-fail might be the broken signature, yes.

If you're feeling adventurous, you might be able to coerce `codesign` into 
resigning the Symantec app (pointers: 
https://developer.mozilla.org/en-US/docs/Mozilla/Signing_Mozilla_apps_for_Mac_OS_X)

Arguably, this might not even work, if the Service doesn't expect a 
public.content/public.folder object *and* AppleScript auto-coercion doesn't 
like that, then it's on Symantec to fix it.

An alternative route (that would not include breaking signatures) might be to 
add your own Service (via Automator maybe) that does that conversion. But 
that's a shot in the dark.

Cordialement, 
Etienne Samson
--
[email protected]

> Le 19 janv. 2018 à 03:14, Travis <[email protected]> a écrit :
> 
> Ah, yes. That's right. I remember now that I had attempted that before. The 
> five NSSendType that are in the Service's Info.plist are NSStringPboardType, 
> public.plain-text, NSURLPboardType, public.url, and public.file-url. Every 
> attempt I've made to add, say, public.content or public.folder has generated 
> an error message about a resource failing to load whenever I try to invoke 
> the service via a contextual menu (of course, after ensuring the appropriate 
> permissions are set for the entire service bundle and restarting the 
> computer). I suppose that this is something I'll have to take up with 
> Symantec, and I doubt they'll ever be in the slightest bit concerned about 
> changing anything, not least because the contextual menu route still works. 
> Why should they care about compatibility with Quicksilver? Anyway, thanks to 
> both of you for attempting to resolve this for me.
> 
> Travis.
> 
> On Thursday, January 18, 2018 at 10:54:34 AM UTC-6, Etienne wrote:
> Here's a link to the relevant Apple documentation on services : 
> https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/SysServices/Articles/properties.html
>  
> 
> This is supposed to appear in Symantec's Info.plist, which means you might 
> break its codesignature by editing that. Otherwise, I think there's a 
> Library-level folder for Services too. 
> 
> You're interested in NSSendTypes (what the app sends to the service). 
> 
> HTH ! 
> 
> Cordialement, 
> Etienne Samson 
> 
> -- 
> 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 https://groups.google.com/group/blacktree-quicksilver.
> For more options, visit https://groups.google.com/d/optout.

-- 
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 https://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.

Reply via email to