pub fn run_window<I, S>(args: I) -> Result<()>where I: IntoIterator<Item = S>, S: AsRef<str>,
Run the e_window app with the given arguments (excluding program name).