Try setting the Exec path directly in your desktop file
Workaround I found calling mate-terminal directly from the launcher
Exec=mate-terminal -- path/do/your/script
You can edit your desktop file with vi. This issue had me going in circles for some time.
If you don't have mate installed you can do
sudo apt install mate-terminal
Then once installed click on Edit then Profile Preferences to
set the parameters like font, colors, bell, cursor, etc.
Only certain versions of Linux do this. Ubuntu does not.
Hope this helps...
.desktopfiles work. If everything is set up correctly it should work. – taffer Jan 22 '13 at 11:27