We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c57945 commit 628c66cCopy full SHA for 628c66c
‎src/pages.rs
@@ -1061,7 +1061,7 @@ fn on_appbtn_clicked(button: >k::Button) {
1061
let mut exe_path =
1062
Exec::cmd("which").arg(binname).stdout(Redirection::Pipe).capture().unwrap().stdout_str();
1063
exe_path.pop();
1064
- let bash_cmd = format!("{}", &exe_path);
+ let bash_cmd = format!("{} &disown", &exe_path);
1065
1066
// Create context channel.
1067
let (tx, rx) = glib::MainContext::channel(glib::Priority::default());
0 commit comments