This is strange... I have the following (executable) file called New.desktop:
[Desktop Entry] Encoding=UTF-8 Type=Application Name=New Name[en_US]=New Exec= touch myfile.txt Comment[en_US]= Terminal=trueIf I try to double click on it, nothing happens but if I run it directly from the lxterminal with "bash New.desktop" a new file called "myfile.txt" is created. Even changing the Exec line to "bash touch myfile.txt" doesn't have any effect. I'm puzzled.
