12

I read the previous answers to this question, and tried to follow, but it does not work. I wanted to add Chromium and Skype to the Startup Applications, but I can't find out what command I should write in there. I tried the other suggested method: right-clicked on the icon in the Launcher, but there is no item called "Add to the Startup" in the pop-up menu. I am new to Linux and Ubuntu, sorry if there is an obvious answer, please help. Thanks Peter

jasmines
  • 11,011
  • Added a simple script to find (all) applications and their commands to the existing duplicate http://askubuntu.com/a/459498/72216 – Jacob Vlijm May 02 '14 at 13:08

1 Answers1

21

Press Super(Win)Key and type Startup applications:

Click Add.

Click Add.

This was for Chromium Browser. Now, for Skype,

Name : Skype

Command : skype --pipelogin

Then Click Add.

You can manually add scripts or command in desktop files [Desktop Entry] and put them in ~/.config/autostart/blah.desktop

Deepen
  • 4,049
  • 4
  • 22
  • 32