aONe

Results 620 comments of aONe

@jil24 had you the change to try if another notarized app runs there?

I've replicated the issue now. So it seems this is the way to go from Big Sur. You can use `/Users/Shared` instead, can be accessed by any user and it...

@Oleg-Chashko since you already have full Mac access any other folder will not be added because it’s already supported. Try removing full Mac access if you want more granular access.

Apple made me remove any reference to full Mac access in the interface. I can disable the + button if full Mac access is enabled :)

I was unable to reproduce this one. Maybe the preferences got reseted anyhow? Maybe you're using an un-sandboxed Keka and a sandboxed one? They do not share the preferences.

Try: ```sh ./Keka --cli unrar e -p"YOURPASSWORD" /Users/alf/player.rar /Users/alf/Extract ```

You can always call it like this: ```sh /Applications/Keka.app/Contents/MacOS/Keka --cli ... ``` You could also export the Keka path so you can call it just like `Keka --cli`: ```sh echo...

Indeed @AlfredoEscalona, you should escape that `"`. This is not Keka that's failing but that line that is broken. In that phrase you should escape `"` and `$`. You could...

Use simple quote instead, you will have less trouble, as stated here: https://github.com/aonez/Keka/issues/998#issuecomment-1005735883

This setup file cannot be extracted with Keka. Not all exe files can be extracted since not all are compressed packages. In this case all the contents are elsewhere in...