changed terminal command flag from -- to -e as the latter is widely supported for this purpose whilst the former is not
This commit is contained in:
parent
8e439c842c
commit
7994979e62
1 changed files with 1 additions and 1 deletions
|
|
@ -789,7 +789,7 @@ pub async fn spawn_desktop_exec<S, I, K, V>(
|
|||
})
|
||||
.unwrap_or_else(|| String::from("cosmic-term"));
|
||||
|
||||
term_exec = format!("{term} -- {}", exec.as_ref());
|
||||
term_exec = format!("{term} -e {}", exec.as_ref());
|
||||
&term_exec
|
||||
} else {
|
||||
exec.as_ref()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue