0

Possible Duplicate:
How do I make a program auto-start everytime I log in?

I would like to configure Thunderbird to starts when the session starts, but I don't know how! Thx!

2 Answers2

1

This question was already posted here in AskUbuntu:

How do I make a program auto-start every time I log in?

Here is another link from the Ubuntu official guide:

https://help.ubuntu.com/community/AddingProgramToSessionStartup

heiko81
  • 1,915
0

I have found that the answer is to add the command line to the System launcher at boot (System->Preferences->Applications at Startup). The command to launch Thunderbird from command line is: /usr/bin/thunderbird. With this, I have solved my issue!