I followed https://askubuntu.com/a/141247/638554 to create an executable script to add to my launcher. When I run my_script.sh it opens the program, but when I double click the executable I created in /usr/shared/applications, it doesn't open the program. It shows the app icon in the launcher for like 3-4 seconds, and then quits.
When I check the executable's properties, it shows the same /path/to/shell/my_script.sh as Command
This is my file:
[Desktop Entry]
Type=Application
Terminal=true
Name=Robo3T
Icon=/path/to/file/robo3t/robo3t.png
Exec=/path/to/file/robo3t/start.sh
