On Thu, Mar 31, 2011 at 2:41 PM, Rob McBroom <[email protected]> wrote:
> I see these actions in B54 (under 10.6.7), but I suspect it would work in B58 
> as well and that it’s probably a Preferences issue if they’re not showing up.

Actually, I'm pretty sure, these actions don't work in later versions,
whatever preferences you set.
The method that creates these actions isn't called anymore. By now I
have found the commit that removed the application actions
(https://github.com/quicksilver/Quicksilver/commit/b3a50421348df85f9af232f00f9761f317917838#diff-0).
It removes the call to QSObject actionsForDirectObject:
indirectObject:, which would create these actions in
QSObject_FileHandling.m

Adding the call to that method again will make the actions reappear.
But there were also some changes in how applescript actions are
handled, so they wont work. I think. Still more discoveries to make.
:-)

Btw. should this part of the conversation be moved to the dev-list?

Reply via email to