dupeguru icon indicating copy to clipboard operation
dupeguru copied to clipboard

Installers 4.1.1 - both Qt and Cocoa - not from an identified developer macOS Big Sur 11.6

Open malepower opened this issue 3 years ago • 6 comments

Tried to install (by moving to Applications folder) first the Qt then the Cocoa version, after upgrade to Big Sur 11.6.

My system is set to Allow apps downloaded from App Store and identified developers

dupeguru.app was blocked because it is not from an identified developer

There is then an option to run it anyway in System Preferences -> Security and Privacy

Side issue it needed to be given full disk access

Thank you

malepower avatar Sep 25 '21 00:09 malepower

Although both applications are signed with my developer certificates, I am not currently paying for the Apple Developer Program so they show up that way. Right now paying for the Apple Developer Program is not a cost I am willing to pay out of my pocket as I only use it for this project.

arsenetar avatar Oct 01 '21 01:10 arsenetar

Possible work-around... The following worked for me on 10.14.6 (aka Mojave), and I'll test on 10.15 soon and report back... 1 . Open Terminal and paste in following command(s):

 /Applications/dupeguru.app/Contents/MacOS/dupeguru 

Optional: One way to create a script you can double-click to run dupeguru.app is:

echo " /Applications/dupeguru.app/Contents/MacOS/dupeguru " > ~/Desktop/dupeguru-run.command
chmod a+x  ~/Desktop/dupeguru-run.command
  1. System Preferences: Security & Privacy: Privacy: "Full Disk Access" (+) add dupeguru AND add Terminal and/or iTerm. full-disk-access (If dupeguru is running, it will says dupeguru won't have access until restarted, and offer to quit dupeguru).

porteusconf avatar Jan 27 '22 15:01 porteusconf

Today trying the v4.2 on Macos 10.14.6, and it crashes every time I want to start. The Qt version is OK.

bunk3m avatar Mar 13 '22 00:03 bunk3m

Same issue. xattr -d com.apple.quarantine /Applications/dupeguru.app Worked for me in Mojave.

simcc avatar Jul 08 '22 13:07 simcc

You can also open apps like this by control-clicking on the app, then choosing Open. You'll see a dialog that looks very similar but which includes an "Open Anyway" option or something like that.

jeffkruczynski avatar Sep 30 '22 00:09 jeffkruczynski

Possible work-around... The following worked for me on 10.14.6 (aka Mojave), and I'll test on 10.15 soon and report back... 1 . Open Terminal and paste in following command(s):

 /Applications/dupeguru.app/Contents/MacOS/dupeguru 

Optional: One way to create a script you can double-click to run dupeguru.app is:

echo " /Applications/dupeguru.app/Contents/MacOS/dupeguru " > ~/Desktop/dupeguru-run.command
chmod a+x  ~/Desktop/dupeguru-run.command
  1. System Preferences: Security & Privacy: Privacy: "Full Disk Access" (+) add dupeguru AND add Terminal and/or iTerm. full-disk-access (If dupeguru is running, it will says dupeguru won't have access until restarted, and offer to quit dupeguru).

unfortunalty this workaround no longer works on Sonoma, but the other two suggested workarounds work just fine

PMinhBui avatar Nov 05 '23 16:11 PMinhBui