pub fn vec_to_map(
vec: Vec<DesktopActionInternal>,
list: &mut [String],
) -> Result<HashMap<String, DesktopAction>, ParseError>
pub fn vec_to_map(
vec: Vec<DesktopActionInternal>,
list: &mut [String],
) -> Result<HashMap<String, DesktopAction>, ParseError>