yousseb / meld

Meld for macOS
https://yousseb.github.io/meld/
GNU General Public License v2.0
2.27k stars 120 forks source link

Developer cannot be verified #126

Open mattmccormick opened 3 years ago

mattmccormick commented 3 years ago

Would be nice to be verified so that I don't need to change security settings to install. When opening I get the message "Meld cannot be opened because the developer cannot be verified."

queglay commented 3 years ago

It would be great if the installation could be signed. I love to use this program to get me out of git strife :)

ievgen-kapinos commented 3 years ago

Workaround for those who googled here:

System Preferences... - Security and Privacy - General - Click the lock to make changes.

Now you can allow meld to run.

queglay commented 3 years ago

Im aware but that is an anti pattern and better if the installation can be signed.

ievgen-kapinos commented 3 years ago

Hi @queglay. Totally agree. Just temporary solution,which is likely to be permanent. Last commit in this repo was more than year ago. Unfortunately for community.

halmai commented 3 years ago

Workaround for those who googled here:

System Preferences... - Security and Privacy - General - Click the lock to make changes.

Now you can allow meld to run.

It is against our corporate policy. :(

javadba commented 1 year ago

@ievgen-kapinos

Workaround for those who googled here:

System Preferences... - Security and Privacy - General - Click the lock to make changes.

Now you can allow meld to run.

Pls provide more specifics: inside there I don't see any meld : after all we have not been able to install it yet. So what changes are you talking about

ievgen-kapinos commented 1 year ago

@javadba this issue relates to installed application. Please do not start off-topic discussion (problem with installation)

user799595 commented 1 year ago

Workaround for those who googled here:

System Preferences... - Security and Privacy - General - Click the lock to make changes.

Now you can allow meld to run.

This didn't work for me unfortunately. I had to do

xattr -r -d com.apple.quarantine /Applications/Meld.app/

This deletes the attribute com.apple.quarantine recursively from the folder /Applications/Meld.app/

miguelgargallo commented 1 year ago

Workaround for those who googled here: System Preferences... - Security and Privacy - General - Click the lock to make changes. Now you can allow meld to run.

This didn't work for me unfortunately. I had to do

xattr -r -d com.apple.quarantine /Applications/Meld.app/

This deletes the attribute com.apple.quarantine recursively from the folder /Applications/Meld.app/

That worked for me

MBA Retina, 13-inch, 2020, Ventura 13.0.1

abhangade commented 6 months ago

When I have applied this command:- xattr -r -d com.apple.quarantine /Applications/Meld.app/ Then I got one problem pop-up message like that:- Meld quit unexpectedly. and options-

  1. Reopen
  2. Report
  3. Ignore

Does anyone suggest the correct answer?

nkroker commented 6 months ago

Workaround for those who googled here: System Preferences... - Security and Privacy - General - Click the lock to make changes. Now you can allow meld to run.

This didn't work for me unfortunately. I had to do

xattr -r -d com.apple.quarantine /Applications/Meld.app/

This deletes the attribute com.apple.quarantine recursively from the folder /Applications/Meld.app/

This worked for me thanks @user799595 🙏