Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apple Music still opens but immediately closes, making the Dock jump #23

Open
steveswinsburg opened this issue Jan 25, 2022 · 4 comments

Comments

@steveswinsburg
Copy link

steveswinsburg commented Jan 25, 2022

Firstly, this is great. My headphones have a touch pad on one ear to pause the music, but iTines intercepts that and decides to open. So this app kills it. Almost. I find that Music.app still opens but is then killed, and this makes the dock jump.

It may be a limitation of the listener approach in the code of your app. It seems odd that Apple allows the Dock to show the app launching but then other listeners are notifier and get a chance to interact with it and kill it I would expect the notifications to be sent before the Dock is notified).

Anyway, unsure if there is a fix, just logging it.

dock.mp4
@andrask
Copy link

andrask commented May 11, 2022

It actually gives me a good feeling that I know that the shukker Music app has been kicked in the face before it even showed up. It's a type of ASMR :)

@maurymarkowitz
Copy link

This is not a bug, although it might be annoying. noTunes works by watching for Music being launched and then sending it a quit notification. It has to start for noTunes to work, and that's going to bounce the dock. Annoying yes, but just part of the system.

@YoniMelki
Copy link

This is not a bug, although it might be annoying. noTunes works by watching for Music being launched and then sending it a quit notification. It has to start for noTunes to work, and that's going to bounce the dock. Annoying yes, but just part of the system.

@maurymarkowitz Any option to avoid the icon app bouncing in the dock?

@noc2spam
Copy link

Oh well, I actually love the fact that music tries to open, but it cannot. :D

I know this comment is offtopic, but thank you @tombonez for this awesome project. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants