Closed jiqbal48 closed 5 years ago
Damn, I knew this trick would stop working at some point 😞 Please use something like noTunes until I figure out a better way to prevent iTunes from launching. 😬
What works for me is every time the OS gets upgraded I must boot into recovery mode to disable iTunes manually.
Once in recovery mode, mount the system volume and then execute:
cd /Volume/MacOS
(where MacOS is the name of your volume)
chmod -x /Applications/iTunes.app/Contents/MacOS/iTunes
I have been doing this for quite some time actually.
The setup.py
never complains because the chmod is already done so it won't throw an error 😃
Hi, I recently upgraded my Mac to use Mojave and cmus-osx didn't seem to be working, so I uninstalled and reinstalled it. However I get the following error msg:
I did some googling, but couldn't find any solution for this. The
next
andprevious
media keys work fine, but pressingpause|play
opens up itunes.Oh, forgot to add, I have looked at https://github.com/PhilipTrauner/cmus-osx/issues/11 and added
export PYTHON_CONFIGURE_OPTS="--enable-framework"
to my .zshrc Also am usingpyenv 1.2.8
andPython 3.6.5