1

"Launch skype in the background" is not an option now so I'm trying to bypass it. I tried to add this line to the autostart file:

&& sleep 5 && xdotool windowminimize $(xdotool search --onlyvisible --class Skype)

but this command opens skype as an empty window and I dunno why.

I tried to make a cron:

@reboot sleep 60 && xdotool windowminimize $(xdotool search --onlyvisible --class Skype)

It doesn't work as well and I dunno why.

Can you tell me why these options doesn't work for me and how to make them behave itself? :D

Tnank you!

2 Answers2

2

This seems to be an XY problem. Newer versions of Skype does support starting in the background. Go to Tools > Settings and toggle on "Launch Skype in the background".

enter image description here

pomsky
  • 68,507
0

I updated to 17.10 and switched from Unity to Gnome. It fixed the problem.