pub fn compute_home_path_optional<T: AsRef<Path>>(
    p: Option<T>
) -> Result<PathBuf>