This message was deleted.
# rancher-desktop
a
This message was deleted.
e
preferences -> virtual machine -> emulation
h
As I said, I have it set to use Rosetta.
e
oh clearly I cannot read lol
f
Yes it is in a different file, and grepping the file is kind of a hack. I assume this is hard-coded in the extension and not modifiable? Anyways, the corresponding command would be something like this:
Copy code
grep '"useRosetta":true' ~/Library/Preferences/rancher-desktop/settings.json
e
yeah its hardcoded into the engine check, I assume you could make a file where it is grepping and add what its looking for
f
A better way would be
Copy code
❯ rdctl list-settings | jq .virtualMachine.useRosetta
false
Yeah, you could just create the file with static content. It is kind of ugly, as it would be inside the Docker Desktop container location, but as long as you don't use Docker Desktop it doesn't matter.
💯 1