On Sun Aug 25 2013 at 08:37:00, 1.61803 wrote:

> I'm still having this intermittent problem in b4003, iTunes Plugin 2.4.0, 
> iTunes 11.0.5, OS X 10.8.4. If I switch to iTunes and use an applescript 
> trigger with scope iTunes it doesn't work, except after quickly activating 
> and dismissing the main interface. If I switch back and forth to another 
> application this happens again.

You’ve built from source before, right? If so, have a look at the [three 
methods][1] that call `rescope:`.

It sounds like the problem is with `appChanged:` and you’re having to forcibly 
call `interfaceActivated` to make up for it. I’d add a line in there like this:

    NSLog(@"active application is now %@", ident);

Then see if the message shows up in the console when you switch to iTunes.

[1]: 
https://github.com/quicksilver/Quicksilver/blob/master/Quicksilver/Code-QuickStepCore/QSTriggerCenter.m#L83

-- 
Rob McBroom
<http://www.skurfer.com/>

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

Reply via email to