Skip to content

Unzipped application can’t be opened because it is from an unidentified developer #294

Description

@aonez

Similar to #293, some applications contained in a ZIP package appear to be unsigned (from an unidentified developer) after being extracted by Keka.

45941891-833a0f80-bfe0-11e8-8a26-f1ce5d7a7a1d

In fact, the app might be properly signed, but the system applies a quarantine flag that may render it unidentifiable. Since Keka is sandboxed, right now there's no permanent fix to that.

The reason in the comment below. There're some workarounds:

  • Simply right click (or control click) and "Open". That way you can force to open it.
  • Or manually remove the quarantine flag. Using the terminal:
    xattr -d -r com.apple.quarantine <APP_PATH>

This issue is connected with #215.
First reported via mail.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions