Jump to content

Skype's Window Constantly Pops on My Desktop - Help Me Hide It


Dellius
 Share

6 posts in this topic

Recommended Posts

Skype's window constantly pops on my desktop when the computer boots.

 

I ticked the Hide box under Login Items in the Preferences pane and still, Skype's window continues to pop up when the computer boots.

 

Info about my configuration

Skype version 2.5.085
OS X 10.4.8 JaS PPF1 PPF2
AMD Sempron 1.6

 

Help me make Skype start with its window hidden, please.

Link to comment
Share on other sites

Okay, I found out it was a bug in Skype.

 

According to their change log it is now fixed in version 2.7.

 

I really prefer to keep the current version I am using so I am going to keep you posted about anything I dig.

Link to comment
Share on other sites

I found this AppleScript does the job.

 

Save it as an application and start it instead of Skype.

 

activate application "Skype"
tell application "System Events"
repeat
	set theApps to name of every process
	if theApps contains "Skype" then exit repeat
end repeat
end tell

tell application "Skype"
repeat
	set theWindows to name of every window
	if theWindows contains "Skype™" then exit repeat

end repeat
close window "Skype™"
end tell

 

I have problems now only with Skype's ugly splash screen.

Any ideas on how to remove it ?

Link to comment
Share on other sites

  • 4 months later...
  • 2 weeks later...
 Share

×
×
  • Create New...