Applications startup in Ubuntu 12.04

Asked by Alejandro Padrino

Hello, I want to run automatically one program or application (for example, /bin/bash) at Ubuntu startup. This feature fails in previous Ubuntu releases, and also in Ubuntu 12.04. I try it today. Restarting Ubuntu does not run bash. Any way to do?

Thank you.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu bash Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
Ravi Kumar (kumarravi-kumar267) said :
#1

You can go to startup application and add the entry of the application there.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

Search dash for: startup

you can make any application run at login using that.

Revision history for this message
Alejandro Padrino (eb4bgr) said :
#3

I was add the entry, but does not launch bash at startup.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#4

why do you want to launch bash at startup?

Revision history for this message
Alejandro Padrino (eb4bgr) said :
#5

Bash is for testing (I love console). But putting some application on Ubuntu starting can be useful for some purposes.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#6

Thenrun:

gnome-terminal

not bash.

Revision history for this message
Alejandro Padrino (eb4bgr) said :
#7

Thank you, it runs with gnome-terminal. But, when I want to run "myprogram", what to do?

gnome-open "myprogram" ???

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#8

just add the 'myprogram' to the list, if it needs to be ran in terminal then add:

gnome-terminal -x myprogram

Should do it

Revision history for this message
Alejandro Padrino (eb4bgr) said :
#9

Ok, thank you. Now runs it.

Revision history for this message
Alejandro Padrino (eb4bgr) said :
#10

Thanks actionparsnip, that solved my question.