On 20 Feb 2016, at 10:25, 1.61803 wrote:

do shell script "/Applications/Wireshark.app/Contents/MacOS/Wireshark -k -i
en0 &>/dev/null &"
runs with Run as AppleScript, ie, opens Wireshark but doesn't start
capturing and hangs (beachball). Quitting QS has no effect on the
responsiveness.

Looks like the errors from that (if any) are tossed out.

https://github.com/quicksilver/Quicksilver/blob/master/Quicksilver/PlugIns-Main/QSCorePlugIn/Code/QSAppleScriptActions.m#L104

If you’re up to it, change line 105 to

    NSDictionary *errorDict = [NSDictionary dictionary];

and add

    NSLog(@"%@", errorDict);

between 112 and 113. Maybe there’ll be a clue.

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

Reply via email to