Adding Skype to start-up programs

18,218

Solution 1

To make Skype auto-login when it starts launch Skype, then login with the automatic login tick box selected (I have highlighted the bit which you will need to tick in the bottom right hand corner):

enter image description here

After you have completed that part, you can then do as @Harris says to make Skype launch automatically when you login:

Move your skype.desktop file into your autostart folder with:

cp /usr/share/applications/skype.desktop ~/.config/autostart/

And you shouldn't need to make the skype.desktop file executable for it to work.

Solution 2

My solution is the following. Start the terminal and copy the file skype.desktop into ~/.config/autostart folder, using:

cp /usr/share/applications/skype.desktop ~/.config/autostart/

And make it executable: (this step was necessary in my system but people reported it is not required)

chmod +x ~/.config/autostart/skype.desktop

That should start skype everytime you login. I hope it helps.

Solution 3

In SkyPe Beta, there is an option to launch at login

Tools > Launch at Login

enter image description here

Share:
18,218

Related videos on Youtube

Saeid87
Author by

Saeid87

Updated on September 18, 2022

Comments

  • Saeid87
    Saeid87 over 1 year

    I use the command below to automatically open and sign in Skype from a terminal:

    $echo myusername mypassword | skype --pipelogin
    

    But when I put the exact command in Startup Apllications...nothing happens when I login in to Ubuntu (Unity).

    What could be the problem?

    • hg8
      hg8 over 8 years
      If you use the built in setting "Automatic startup" of Skype, it does not work ?
    • Saeid87
      Saeid87 over 8 years
      @hg8 There is no option like that :(
    • hg8
      hg8 over 8 years
      If you go in Skype > Options > Start Skype minimized in the system tray ?
    • Saeid87
      Saeid87 over 8 years
      @hg8 That option is for when the Skype starts....the skype should start first then that option makes it to go minimized....the problem here is how to actually start skype when user logs in Ubuntu after a reboot or re-login
    • hg8
      hg8 over 8 years
      Right sorry, I tough this started Skype too. Why don't you just put 'skype' in Startup Application ?
    • orvi
      orvi over 8 years
      possibly duplicate of this question askubuntu.com/questions/459277/…
    • Admin
      Admin over 8 years
      Why did you accept Harris' answer over mine? You asked how to get it to startup on startup, and then auto-log you in, however Harris' answer only covers the starting up on start business, when mine covers all of that. So why did you find his answer better than mine?
  • A.B.
    A.B. over 8 years
    chmod +x ~/.config/autostart/skype.desktop isn't necessary.
  • Line
    Line over 5 years
    In Ubuntu 18, there is no such file...