←back to thread

255 points rd07 | 2 comments | | HN request time: 0s | source
Show context
mosburger ◴[] No.41299442[source]
Is anyone else getting a "“Pragtical.app” is damaged and can’t be opened. You should move it to the Trash" error when attempting to run the arm64 build on macOS? Really wanted to try it out!

I suppose it could just be some security crap Corp IT installed on my laptop preventing it from installing.

It looks like it's only taking up 7.9MB in my Applications folder so it must be corrupt or something.

replies(5): >>41299462 #>>41299509 #>>41299668 #>>41299704 #>>41300440 #
rpastuszak ◴[] No.41299704[source]
FWIW the universal build works with the right mouse button click trick
replies(1): >>41301408 #
tbeseda ◴[] No.41301408[source]
FYI, in macOS v15 Sequoia +, Gatekeeper/quarantine/signing has changed. Right click to open won't allow the bypass. The quickest way, without disabling runtime protection:

`xattr -r -d com.apple.quarantine /Applications/Pragtical.app`

-d is delete -r is recursive

Hopefully, Apple won't lock it down further.

replies(1): >>41302821 #
1. bityard ◴[] No.41302821[source]
Hmm. That worked for me, but when I run the app, everything in it is reeeealy tiny. Like they're trying to work around Retina display scaling but got it wrong somehow.
replies(1): >>41306242 #
2. rd07 ◴[] No.41306242[source]
Have you tried changing the scale through Settings > Plugin > Scale ?