does pants create a bouncy item in the osx dock fo...
# general
f
does pants create a bouncy item in the osx dock for anyone else? started happening to me after upgrading to sequoia
w
Yep, me too
f
so distracting haha
looks like it only occurs for me when running from source
suggestions I'm seeing online are for a Info.plist entry
LSUIElement=1
But its not clear to me why this is only a from sources issue. The dock claims the process is Python, so I'm assuming its due to the way pants bootstraps itself in-repo
h
Adding this to my list of reasons not to upgrade
😂 1
w
I kinda prefer it - Android Studio and a few others have done this too - where it's like "hey, look, running some random newly named process doing something" and it's always telemetry - so says my network blockers
f
Its possible to change the behavior with the right process settings though, so I imagine they'll hide them again soon
w
I'd wonder if it's child processes specifically?
f
I think its child processes that aren't daemonized (so they're still attached to the terminal)