FedoraQt / MediaWriter

Fedora Media Writer - Write Fedora Images to Portable Media
GNU General Public License v2.0
739 stars 160 forks source link

[macOS][ARM] “FedoraMediaWriter” is damaged and can’t be opened. You should eject the disk image. #756

Open osalbahr opened 2 weeks ago

osalbahr commented 2 weeks ago

Attempting to open FedoraMediaWriter-osx-arm64-5.1.3.dmg results in the following error message:

“FedoraMediaWriter” is damaged and can’t be opened. You should eject the disk image.

This item is on the disk image “FedoraMediaWriter-osx-arm64-5.1.3.dmg”. Firefox downloaded this disk image today at 6:55 PM.

Screenshot 2024-11-09 at 6 56 31 PM
grulja commented 2 weeks ago

Yes, it's the same issue. This happens, because the FMW macOS build is not signed.

consult-kk commented 1 week ago

So it is effectively useless ?? I mean , is there a workaround /. fix .. rather than "This happens because.. blah blah " ???

wonderITea commented 1 week ago

same issue here

osalbahr commented 1 week ago

So it is effectively useless ?? I mean , is there a workaround /. fix .. rather than "This happens because.. blah blah " ???

@consult-kk the workaround is in the linked issue: xattr -r -d com.apple.quarantine FedoraMediaWriter.app.

Here is how I adapted the workaround for my workflow:

brew install fedora-media-writer
xattr -r -d com.apple.quarantine /Applications/FedoraMediaWriter.app

And now you should be able to open the app as normal.

osalbahr commented 1 week ago

You can also

brew install --no-quarantine fedora-media-writer
anotherk1nd commented 5 days ago

I don't want to use brew...

osalbahr commented 4 days ago

@anotherk1nd you can directly use xattr.