Skip to content

Commit d33b285

Browse files
committed
shortcut starting with terminal window
1 parent 68ad205 commit d33b285

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ubuntu_install.sh

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ echo "[Desktop Entry]" >> ~/Desktop/TrollboxGUI.desktop
3131
echo "Type=Application" >> ~/Desktop/TrollboxGUI.desktop
3232
echo "Exec=$HOME/trollbox_gui/run.sh" >> ~/Desktop/TrollboxGUI.desktop
3333
echo "Name=TrollboxGUI" >> ~/Desktop/TrollboxGUI.desktop
34+
echo "Terminal=true" >> ~/Desktop/TrollboxGUI.desktop
3435
echo "Icon=$HOME/trollbox_gui/favicon.ico" >> ~/Desktop/TrollboxGUI.desktop
3536

3637
echo "Installation completed"

0 commit comments

Comments
 (0)