Closed GoogleCodeExporter closed 9 years ago
This is correct behavior - the SIMBL Agent will not modify applications that
have no interface as the underlying
Cocoa mechanism doesn't report such events.
http://developer.apple.com/mac/library/technotes/tn/tn2050.html
A reasonable workaround is to manually inject the desired plugin.
Original comment by ms...@gmail.com
on 22 Sep 2009 at 12:47
How would one go about injecting the desired plugin into Terminal in... say...
the terminal? Is it possible to set
up a daemon that can see when apps in /Applications are started?
Original comment by evan.ber...@gmail.com
on 22 Sep 2009 at 2:57
You have to send the application a particular set of apple events. You can look
in the SIMBL source for the
precise commands.
When you set LSUIElement=1, you lose the ability to use the NSWorkspace
monitoring. You are better off having
your application manually communicate with the target application and making
your plugin robust against
getting the inject event more than once.
Original comment by ms...@gmail.com
on 22 Sep 2009 at 6:09
I know this is classified as WontFix, but what exactly changed that this isn't
allowed anymore? This worked in previous versions of SIMBL, making Visor run
in the
background with no visible trace unless the key combo was invoked. That was
far more
desirable to the current situation, where I have to see the Terminal icon every
time
I cmd+tab to a new app.
Just curious as to why this went from being possible to being impossible so
quickly.
Original comment by Gordon.Fontenot
on 6 Oct 2009 at 6:57
"Just curious as to why this went from being possible to being impossible so
quickly."
+1
This is really a dealbreaker for me - does anyone know which old version still
works
on hidden apps?
Original comment by aaronma...@gmail.com
on 12 Oct 2009 at 5:55
It's not possible for the Agent to notice applications that are specifically
configured *not* to send any
notifications when they launch. Another application is free to look for
plugins and to send a direct message to a
hidden app to load SIMBL, but this agent will not do that. There is simply no
efficient means to do so and
performance issues are more important than cosmetics.
Original comment by ms...@gmail.com
on 12 Oct 2009 at 5:53
The easiest fix is to use AppleScript to open Terminal and inject SIMBL. You
can save this as an application and
include it in your startup items.
tell application "Terminal"
inject SIMBL into Snow Leopard
end tell
Original comment by cwilliam...@gmail.com
on 17 Oct 2009 at 5:47
Brilliant, the above applescript works like a charm. Thanks cwilliams.
Original comment by aaronma...@gmail.com
on 18 Oct 2009 at 1:29
thank you cwilliams for this elegant solution
Original comment by antonin....@gmail.com
on 18 Oct 2009 at 11:03
That works perfectly. So happy to have this as a solution. Thank you.
Original comment by Gordon.Fontenot
on 19 Oct 2009 at 3:11
Issue 20 has been merged into this issue.
Original comment by ms...@gmail.com
on 3 Nov 2009 at 6:19
Issue 32 has been merged into this issue.
Original comment by ms...@gmail.com
on 18 Mar 2010 at 6:48
Original issue reported on code.google.com by
antonin....@gmail.com
on 21 Sep 2009 at 4:49