From 8ac6423222b9ec51f99f0a8ee0ac8f36f7aa8f40 Mon Sep 17 00:00:00 2001 From: Anyon3 Date: Sat, 2 Jul 2016 17:28:50 +0000 Subject: [PATCH] Update generator.sh --- generator.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/generator.sh b/generator.sh index d11fada..f4f4f85 100644 --- a/generator.sh +++ b/generator.sh @@ -86,10 +86,10 @@ for i in $a; do #Parse the default launcher and set his name cat dfdesk | sed 's/^Name=.*/Name='$i'/' | - #Set the bash command to execute + #Set the bash command to execute sed 's/^Exec=.*/Exec=mate-terminal -e "bash -ic \\"\/usr\/bin\/'$i'; exec bash"\\"/' | - #Set the categorie to the launcher && Set the name file to ba-`toolsname`.desktop - sed 's/Categories=.*/Categories='$namecat';/' > ba-$i.desktop + #Set the categorie to the launcher && Set the name file to ba-`toolsname`.desktop + sed 's/Categories=.*/Categories='$namecat';/' > ba-$i.desktop #End of the current tool done