pub fn resolve_machine_input_path(
machine: &Machine,
path: &Path,
executor: &impl CommandExecutor,
) -> Result<PathBuf>Expand description
Resolve the login home on a configured machine, for the Settings screen’s path fields. A machine, not a runtime, is what owns a home directory.