(no title)
bound008 | 3 years ago
$ sudo chmod -x /Applications/Music.app
This was a common complaint I have heard from those coming from Windows/Android and even Linux... It's unix.
Also, the play/pause key works with other apps. Other default apps can be set.
Many other valid points in this article and thread, but I don't know why people expect the default behavior of the play button to behave any differently when no media is playing. Music.app may have an upsell, but it's still a place to organize your own personal music library. No cloud or SaaS required.
dont__panic|3 years ago
Your command doesn't work. The music app actually lives at `/System/Applications/Music.app`. And since Monterey, I think, even sudo won't let you modify data in that folder because of macOS's built-in protections that cannot be disabled:
Even disabling SIP and booting into safe mode doesn't let you do this.Neff|3 years ago
1: https://github.com/tombonez/noTunes
throwup|3 years ago
krono|3 years ago
Accidental music app launches by my pinky finger brushing the play/pause touchbar control strip button, well.. let's just say it happened more then once. Absolutely maddening.
grishka|3 years ago
sudo chmod -x /Applications/Music.app/Contents/MacOS/Music
Secondly, on modern macOS you'll have to disable system integrity protection for this to have a chance of succeeding.
the_gipsy|3 years ago
Unix has ads?