Relative to same problem of Run Mono Application on Startup with Upstart, here this something that I don't understand: In "startup applications", (1) I added a new program (Terminal) with the command:
gnome-terminal
Ok, the terminal opens on Ubuntu startup. (2) Then I changed the command to:
gnome-terminal -e nano /home/user/Documents/test.txt
Ok, the terminal opens with nano editor. (3) Then I changed the command to:
gnome-terminal -e /usr/bin/mono /usr/lib/IndsysAndon/IndsysAndon.exe
And the terminal opens and closes after 1 second, without run de application. But, when I pastes the command of (3) in a terminal opened in (1), the application runs. Why this happens? Is needed a time to load all dependencies in startup? Thanks