Page 2 of 2

Re: Endless Permission requests that are never honored

Posted: Fri May 05, 2023 12:18 am
by dcoke22
There's another thread where people have chatted on this topic. I don't know if it contains the answers, however.

Issue with MakeMKV 1.16.5 on M1 Macs running macOS Monterey (needs code signing)

I run MakeMKV on Monterey on Intel. I don't see the repeated permissions requests.

Re: Endless Permission requests that are never honored

Posted: Fri May 05, 2023 1:06 am
by mmaslar
dcoke22 wrote: Fri May 05, 2023 12:18 am There's another thread where people have chatted on this topic. I don't know if it contains the answers, however.

Issue with MakeMKV 1.16.5 on M1 Macs running macOS Monterey (needs code signing)

I run MakeMKV on Monterey on Intel. I don't see the repeated permissions requests.
That’s the thread I referenced earlier in this thread, but as WAYFLIX pointed out, that issue only impacts the installation. Anyway, the “solution” in that thread is to pay $99 for a developer account and sign the app yourself, so not really much of a solution.

Re: Endless Permission requests that are never honored

Posted: Thu Nov 09, 2023 2:10 pm
by larry47591
Still no real fix for this? Might Just start running mkv in parallels

Re: Endless Permission requests that are never honored

Posted: Sun Nov 26, 2023 11:00 pm
by blake27182
The above solution works for me as well -- Opening it through Terminal.

I tried creating a symlink for it in /usr/local/bin but it seems makemkv uses relative paths to open supporting files, so it cant find find them when invoked that way. Not too anoying for me though since i usually do these long-winded ripping sessions without closing the application. Still a good kink to work out in the future though.

Re: Endless Permission requests that are never honored

Posted: Sat Mar 30, 2024 3:12 am
by cinemaslavejoe
I can't believe this still hasn't been fixed. Yes, it works through Terminal, but I didn't think programs would get harder to run after buying a Silcon Mac.

Re: Endless Permission requests that are never honored

Posted: Sat Mar 30, 2024 1:24 pm
by Billycar11
cinemaslavejoe wrote: Sat Mar 30, 2024 3:12 am but I didn't think programs would get harder to run after buying a Silcon Mac.
thats exactly what i would have expected apple making it scarier to run anything out of their app store that they cant make $$$ on.

Re: Endless Permission requests that are never honored

Posted: Fri Jul 19, 2024 5:15 am
by immutableme
I've got a fix that worked for me. In terminal.app, run
codesign --force --deep --sign - /Applications/MakeMKV.app

If successful, you should get "replacing existing signature" response.

Now, jump over to Privacy & Security -> Files and Folders
Here you may want to uncheck and recheck. If you have two MakeMKV listed and one has a terminal icon, remove it.

Before doing the replacing existing signature, the terminal icon MakeMKV permission was for Removable Drive, but the Desktop and Documents was with a different permission that had MakeMKV logo. After doing the signature replacement, the Removable Drive permission showed up properly under the MakeMKV logo permission. After which, it never asked for permissions again.

Problem solved for me, and hopefully for you all.

Re: Endless Permission requests that are never honored

Posted: Sun Jul 21, 2024 2:26 am
by mmaslar
immutableme wrote: Fri Jul 19, 2024 5:15 am I've got a fix that worked for me. In terminal.app, run
codesign --force --deep --sign - /Applications/MakeMKV.app

If successful, you should get "replacing existing signature" response.

Now, jump over to Privacy & Security -> Files and Folders
Here you may want to uncheck and recheck. If you have two MakeMKV listed and one has a terminal icon, remove it.

Before doing the replacing existing signature, the terminal icon MakeMKV permission was for Removable Drive, but the Desktop and Documents was with a different permission that had MakeMKV logo. After doing the signature replacement, the Removable Drive permission showed up properly under the MakeMKV logo permission. After which, it never asked for permissions again.

Problem solved for me, and hopefully for you all.
Wow... It worked! Thanks for much for sharing!

Re: Endless Permission requests that are never honored

Posted: Sun Jul 21, 2024 2:40 am
by immutableme
mmaslar wrote: Sun Jul 21, 2024 2:26 am
Wow... It worked! Thanks for much for sharing!

Awesome! So glad to hear it! One thing unknown to me is whether the fix will persist after subsequent updates or if we’ll need to repeat this procedure. Fingers crossed it’s the former.

Re: Endless Permission requests that are never honored

Posted: Sat Sep 28, 2024 4:47 pm
by willavery
THANK YOU! This has been driving me crazy for weeks.
immutableme wrote: Fri Jul 19, 2024 5:15 am I've got a fix that worked for me. In terminal.app, run
codesign --force --deep --sign - /Applications/MakeMKV.app

If successful, you should get "replacing existing signature" response.

Now, jump over to Privacy & Security -> Files and Folders
Here you may want to uncheck and recheck. If you have two MakeMKV listed and one has a terminal icon, remove it.

Before doing the replacing existing signature, the terminal icon MakeMKV permission was for Removable Drive, but the Desktop and Documents was with a different permission that had MakeMKV logo. After doing the signature replacement, the Removable Drive permission showed up properly under the MakeMKV logo permission. After which, it never asked for permissions again.

Problem solved for me, and hopefully for you all.

Re: Endless Permission requests that are never honored

Posted: Wed Mar 18, 2026 2:50 pm
by watcher30
immutableme wrote: Fri Jul 19, 2024 5:15 am I've got a fix that worked for me. In terminal.app, run
codesign --force --deep --sign - /Applications/MakeMKV.app

If successful, you should get "replacing existing signature" response.

Now, jump over to Privacy & Security -> Files and Folders
Here you may want to uncheck and recheck. If you have two MakeMKV listed and one has a terminal icon, remove it.

Before doing the replacing existing signature, the terminal icon MakeMKV permission was for Removable Drive, but the Desktop and Documents was with a different permission that had MakeMKV logo. After doing the signature replacement, the Removable Drive permission showed up properly under the MakeMKV logo permission. After which, it never asked for permissions again.

Problem solved for me, and hopefully for you all.
I just applied your fix running Mac OS X Tahoe 26.3 and it worked - thanks!

Re: Endless Permission requests that are never honored

Posted: Tue Mar 24, 2026 4:41 pm
by UHD_Lover
immutableme wrote: Fri Jul 19, 2024 5:15 am I've got a fix that worked for me. In terminal.app, run
codesign --force --deep --sign - /Applications/MakeMKV.app
Thank you very much! Works perfect for me. :D