
Journal pudge's Journal: Intel Macs Break Included Software 7
It looks like Intel Macs do not properly send Apple events using the included Mac::Carbon library (which I maintain). This, from the command line, should bring the Finder to the front:
perl -MMac::AppleEvents::Simple -e 'do_event(qw/misc actv/, { bund => q[com.apple.Finder] })'
It's equivalent to this AppleScript:
tell application "Finder" to activate
Much of Mac::Carbon does work fine, but
That also means Mac::Glue doesn't work.
I don't have real access to an Intel Mac, so I have no hope of fixing it anytime soon.
just wondering... (Score:2)
I mean they are probably willing to work with someone who maintains an important part of an important scripting language. And really what would it cost them to open one machine to an ssh connection?
Re:just wondering... (Score:2)
I wouldn't bet on it.
got one on order (Score:2)
Re:got one on order (Score:2)
Re:got one on order (Score:2)
Hmm... (Score:2)
Won't open a new window if one's not already open though.
Is that the expected behavior?
Re:Hmm... (Score:2)