fix(desktop): use -e argument for spawning desktop entries with a terminal
This commit is contained in:
parent
aef328238f
commit
0ba668eb52
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