hluk / CopyQ

Clipboard manager with advanced features
GNU General Public License v3.0
8.24k stars 430 forks source link

"CopyQ" is damaged and can't be opened. #2662

Closed bukacdan closed 2 months ago

bukacdan commented 3 months ago

Describe the bug "CopyQ" is damaged and can't be opened.

To Reproduce Steps to reproduce the behavior:

  1. Install CopyQ either from brew or .dmg from github
  2. Lauch app
  3. "CopyQ" is damaged and can't be opened.

Expected behavior Application should launch.

Screenshots

Screenshot 2024-04-04 at 14 34 32

Version, OS and Environment (Get details from copyq version command if possible.)

marcosandremartins commented 2 months ago

Same here

pmiriyev commented 2 months ago

same here

hanexthink commented 2 months ago

same here

image image
SzVLsY commented 2 months ago

same

xattr -d com.apple.quarantine /Applications/"CopyQ.app"

This usually helps, but then I get the error that Copy Q exited unexpectedly

jody-frankowski commented 2 months ago

Since Big Sur, native ARM applications require to be signed (afaik, AMD64 ones through Rosetta2 still don't):

xattr -rd com.apple.quarantine /Applications/CopyQ.app
codesign -f --deep -s - /Applications/CopyQ.app

The first time you try to paste you should see a system pop-up prompting to allow Accessibility access. If you don't, try manually removing/adding the app through the System Settings.

hluk commented 2 months ago

Closing as duplicate of #2652.