adrum / simbl

Automatically exported from code.google.com/p/simbl
0 stars 0 forks source link

SIMBL brings up a dialog asking which application to launch #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I've run into some issues with SIMBL 0.9.3b, which seems to be related to my 
habit of installing 
different versions of the same application using "unexpected" names.

The situation: I have two versions of the MythFrontend application, one called 
"MythFrontend.app" and another one called "MythFrontend 0.21-fixes.app" 
(unrelated: these are 
the frontend applications for the MythTV PVR software).

When I start the "0.21-fixes" version, *both* versions start up. If I remove 
the 
"MythFrontend.app" and start the "0.21-fixes" version, I get a popup (from the 
AppleScript 
'backend' system?) asking me where the "MythFrontend" application is located.

Both apps have the same CFBundleName ("MythFrontend").

Not sure who's to blame here :-)

Original issue reported on code.google.com by robert.k...@gmail.com on 8 Sep 2009 at 4:40

GoogleCodeExporter commented 9 years ago
The issue is that the AppleEvent delivery mechanism is flakey and imprecise 
about which application gets the 
event. I'm having some trouble getting more precise delivery to work.

Original comment by ms...@gmail.com on 8 Sep 2009 at 9:05

GoogleCodeExporter commented 9 years ago

Original comment by ms...@gmail.com on 8 Sep 2009 at 9:11

GoogleCodeExporter commented 9 years ago
Fixed in release 0.9.4.

Original comment by ms...@gmail.com on 9 Sep 2009 at 6:31