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

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

Open
malepower opened this issue Sep 25, 2021 · 6 comments
Labels
bug Bug reports.

Comments

@malepower
Copy link

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 malepower added the bug Bug reports. label Sep 25, 2021
@arsenetar
Copy link
Owner

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.

@porteusconf
Copy link

porteusconf commented Jan 27, 2022

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).

@bunk3m
Copy link

bunk3m commented Mar 13, 2022

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

@simcc
Copy link

simcc commented Jul 8, 2022

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

@jeffkruczynski
Copy link

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.

@PMiBu
Copy link

PMiBu commented Nov 5, 2023

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

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

No branches or pull requests

7 participants