minimize skype after autostart


up vote
0
down vote
favorite
"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!
cron skype autostart minimize
add a comment |Â
up vote
0
down vote
favorite
"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!
cron skype autostart minimize
Please read: How can I show notify-send messages triggered by crontab? and Cron job to run python script at reboot does not work
â pa4080
Feb 10 at 8:55
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
"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!
cron skype autostart minimize
"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!
cron skype autostart minimize
cron skype autostart minimize
asked Feb 10 at 8:29
ÃÂûõúÃÂðýôàÃÂðàðÃÂþò
14
14
Please read: How can I show notify-send messages triggered by crontab? and Cron job to run python script at reboot does not work
â pa4080
Feb 10 at 8:55
add a comment |Â
Please read: How can I show notify-send messages triggered by crontab? and Cron job to run python script at reboot does not work
â pa4080
Feb 10 at 8:55
Please read: How can I show notify-send messages triggered by crontab? and Cron job to run python script at reboot does not work
â pa4080
Feb 10 at 8:55
Please read: How can I show notify-send messages triggered by crontab? and Cron job to run python script at reboot does not work
â pa4080
Feb 10 at 8:55
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
1
down vote
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".
I have the latest version and it produces unclosable window if this option selected.
â ÃÂûõúÃÂðýôàÃÂðàðÃÂþò
Feb 10 at 11:21
Strange! Works fine here, Skype v8.15.0.4 on Ubuntu 17.10.
â pomsky
Feb 10 at 11:40
Same version, but Ubuntu 16.04. I googled this problem and I'm not the only one who faced it. Good opportunity to learn shell scripting:D
â ÃÂûõúÃÂðýôàÃÂðàðÃÂþò
Feb 10 at 11:49
add a comment |Â
up vote
0
down vote
accepted
I updated to 17.10 and switched from Unity to Gnome. It fixed the problem.
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
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".
I have the latest version and it produces unclosable window if this option selected.
â ÃÂûõúÃÂðýôàÃÂðàðÃÂþò
Feb 10 at 11:21
Strange! Works fine here, Skype v8.15.0.4 on Ubuntu 17.10.
â pomsky
Feb 10 at 11:40
Same version, but Ubuntu 16.04. I googled this problem and I'm not the only one who faced it. Good opportunity to learn shell scripting:D
â ÃÂûõúÃÂðýôàÃÂðàðÃÂþò
Feb 10 at 11:49
add a comment |Â
up vote
1
down vote
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".
I have the latest version and it produces unclosable window if this option selected.
â ÃÂûõúÃÂðýôàÃÂðàðÃÂþò
Feb 10 at 11:21
Strange! Works fine here, Skype v8.15.0.4 on Ubuntu 17.10.
â pomsky
Feb 10 at 11:40
Same version, but Ubuntu 16.04. I googled this problem and I'm not the only one who faced it. Good opportunity to learn shell scripting:D
â ÃÂûõúÃÂðýôàÃÂðàðÃÂþò
Feb 10 at 11:49
add a comment |Â
up vote
1
down vote
up vote
1
down vote
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".
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".
answered Feb 10 at 9:56


pomsky
23.5k773100
23.5k773100
I have the latest version and it produces unclosable window if this option selected.
â ÃÂûõúÃÂðýôàÃÂðàðÃÂþò
Feb 10 at 11:21
Strange! Works fine here, Skype v8.15.0.4 on Ubuntu 17.10.
â pomsky
Feb 10 at 11:40
Same version, but Ubuntu 16.04. I googled this problem and I'm not the only one who faced it. Good opportunity to learn shell scripting:D
â ÃÂûõúÃÂðýôàÃÂðàðÃÂþò
Feb 10 at 11:49
add a comment |Â
I have the latest version and it produces unclosable window if this option selected.
â ÃÂûõúÃÂðýôàÃÂðàðÃÂþò
Feb 10 at 11:21
Strange! Works fine here, Skype v8.15.0.4 on Ubuntu 17.10.
â pomsky
Feb 10 at 11:40
Same version, but Ubuntu 16.04. I googled this problem and I'm not the only one who faced it. Good opportunity to learn shell scripting:D
â ÃÂûõúÃÂðýôàÃÂðàðÃÂþò
Feb 10 at 11:49
I have the latest version and it produces unclosable window if this option selected.
â ÃÂûõúÃÂðýôàÃÂðàðÃÂþò
Feb 10 at 11:21
I have the latest version and it produces unclosable window if this option selected.
â ÃÂûõúÃÂðýôàÃÂðàðÃÂþò
Feb 10 at 11:21
Strange! Works fine here, Skype v8.15.0.4 on Ubuntu 17.10.
â pomsky
Feb 10 at 11:40
Strange! Works fine here, Skype v8.15.0.4 on Ubuntu 17.10.
â pomsky
Feb 10 at 11:40
Same version, but Ubuntu 16.04. I googled this problem and I'm not the only one who faced it. Good opportunity to learn shell scripting:D
â ÃÂûõúÃÂðýôàÃÂðàðÃÂþò
Feb 10 at 11:49
Same version, but Ubuntu 16.04. I googled this problem and I'm not the only one who faced it. Good opportunity to learn shell scripting:D
â ÃÂûõúÃÂðýôàÃÂðàðÃÂþò
Feb 10 at 11:49
add a comment |Â
up vote
0
down vote
accepted
I updated to 17.10 and switched from Unity to Gnome. It fixed the problem.
add a comment |Â
up vote
0
down vote
accepted
I updated to 17.10 and switched from Unity to Gnome. It fixed the problem.
add a comment |Â
up vote
0
down vote
accepted
up vote
0
down vote
accepted
I updated to 17.10 and switched from Unity to Gnome. It fixed the problem.
I updated to 17.10 and switched from Unity to Gnome. It fixed the problem.
answered Feb 11 at 12:13
ÃÂûõúÃÂðýôàÃÂðàðÃÂþò
14
14
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1004791%2fminimize-skype-after-autostart%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Please read: How can I show notify-send messages triggered by crontab? and Cron job to run python script at reboot does not work
â pa4080
Feb 10 at 8:55