Apple Event: May 7th at 7 am PT

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Skype, FaceTime or Hangouts equivalent for G5 (PPC) running 10.5.8?

My Big-Mac (G5-PPC) has Leopard 10.5.8 and cannot be upgraded to Snow Leopard which was INTEL based.


I have Skype installed on Big-Mac and while it runs, it fails to connect to the Skype server - the Skype website now says that the minimum OS X is 10.6.


As for FaceTime, it only came in with the Intel-based OS and so it too cannot run on Big-Mac.


I then looked at Google Hangouts as an alternative but this needs Google Chrome but that too needs a minimum of 10.6. So buggered all round......


What are my options then for using my iSight camera for either voice or video calls?

iMac, Mac OS X (10.5.8)

Posted on Apr 3, 2015 4:42 AM

Reply
Question marked as Best reply

Posted on Apr 3, 2015 6:07 AM

Skype (v.5 or later) is for Intel Macs running OS 10.5.8 or above only.


And from September 2014 no more Skype for PPC Macs:


https://support.skype.com/en/faq/FA34492/is-skype-for-mac-being-discontinued-on- mac-os-x-10-4-tiger-and-below-as-well-as-on-mac-devices-running-on-powerpc-archi tecture


See this post from Andyyyyyy for a possible way of getting round that:


https://discussions.apple.com/thread/6537913


Perhaps you had the disgusting experience of Skype cutting off your service if you were running version 2.8 because it's cleaner than the current spammy crappy versions or because you have a PowerPC (PPC) mac that can only run this earlier version, or whatever your reason, and you have been informed that MS / Skype will no longer work on your computer. I am practicing my best restraint here not to use all the 4-letter words that came to my mind when MS did this and screwed us.


It took a lot of searching, but I found a work-around that solves the problem for the time being. You have to edit a .plist file so that the Skype server thinks you are running a modern version when you are actually still running 2.8. Here is how to do it:


I will write up the geeky way that definitely worked. You may be able to accomplish the same thing using the Finder, Show Package Contents, and an editor like TextEdit, but I ran into permission problems when I tried that, so I switched to doing this through the Unix terminal and this worked fine.


1) make sure Skype is not running (Quit if it is) and run /Applications/Utilities/Terminal. From there....

2) cd /Applications/Skype.app/Contents/ (if this is where your Skype is)

3) ls (this (LS in lower case) will list the components there, and you can confirm that one is named Info.plist)

4) sudo vi Info.plist (this opens Info.plist in the vi editor) you will need to type your admin user password.

5) /2.8 <return> (this searches for and finds an instance of 2.8 in the file, so you can edit it and change it to the currently "acceptable" skype version)

6) type the letter i. this puts you in insert mode and you can edit the file.

7) replace whatever 2.8 version you have with 6.15.0.334

8) type <esc> to exit insert mode

9) repeat steps 5-8 until you have replaced all instances of the 2.8 version number. (I found 3)

10) after done editing, type :wq (this saves the file and quits the editor

11) launch Skype, and you should be good to go!


On some later versions of Mac OS X, the package contents are more challenging to access, but you can search for how to do that, separately. The main take home from this is that you need to edit the Info.plist file in package contents of the Skype application and change the version number from 2.8.0.866 (or whatever version you have) to 6.15.0.334 (of whatever version skype is now requiring). There are other terminal editors, such as "nano" and "pico" that you can use instead of "vi". Please post other methods to accomplish this in a more streamlined way if you find something that works better for you.


Mac OS X (10.5.8), PowerPC


As for Facetime, it should still work on a PPC Mac if you use TenFourFox as your browser.


You are better off off WITHOUT Google!

5 replies
Question marked as Best reply

Apr 3, 2015 6:07 AM in response to Minoman

Skype (v.5 or later) is for Intel Macs running OS 10.5.8 or above only.


And from September 2014 no more Skype for PPC Macs:


https://support.skype.com/en/faq/FA34492/is-skype-for-mac-being-discontinued-on- mac-os-x-10-4-tiger-and-below-as-well-as-on-mac-devices-running-on-powerpc-archi tecture


See this post from Andyyyyyy for a possible way of getting round that:


https://discussions.apple.com/thread/6537913


Perhaps you had the disgusting experience of Skype cutting off your service if you were running version 2.8 because it's cleaner than the current spammy crappy versions or because you have a PowerPC (PPC) mac that can only run this earlier version, or whatever your reason, and you have been informed that MS / Skype will no longer work on your computer. I am practicing my best restraint here not to use all the 4-letter words that came to my mind when MS did this and screwed us.


It took a lot of searching, but I found a work-around that solves the problem for the time being. You have to edit a .plist file so that the Skype server thinks you are running a modern version when you are actually still running 2.8. Here is how to do it:


I will write up the geeky way that definitely worked. You may be able to accomplish the same thing using the Finder, Show Package Contents, and an editor like TextEdit, but I ran into permission problems when I tried that, so I switched to doing this through the Unix terminal and this worked fine.


1) make sure Skype is not running (Quit if it is) and run /Applications/Utilities/Terminal. From there....

2) cd /Applications/Skype.app/Contents/ (if this is where your Skype is)

3) ls (this (LS in lower case) will list the components there, and you can confirm that one is named Info.plist)

4) sudo vi Info.plist (this opens Info.plist in the vi editor) you will need to type your admin user password.

5) /2.8 <return> (this searches for and finds an instance of 2.8 in the file, so you can edit it and change it to the currently "acceptable" skype version)

6) type the letter i. this puts you in insert mode and you can edit the file.

7) replace whatever 2.8 version you have with 6.15.0.334

8) type <esc> to exit insert mode

9) repeat steps 5-8 until you have replaced all instances of the 2.8 version number. (I found 3)

10) after done editing, type :wq (this saves the file and quits the editor

11) launch Skype, and you should be good to go!


On some later versions of Mac OS X, the package contents are more challenging to access, but you can search for how to do that, separately. The main take home from this is that you need to edit the Info.plist file in package contents of the Skype application and change the version number from 2.8.0.866 (or whatever version you have) to 6.15.0.334 (of whatever version skype is now requiring). There are other terminal editors, such as "nano" and "pico" that you can use instead of "vi". Please post other methods to accomplish this in a more streamlined way if you find something that works better for you.


Mac OS X (10.5.8), PowerPC


As for Facetime, it should still work on a PPC Mac if you use TenFourFox as your browser.


You are better off off WITHOUT Google!

Apr 3, 2015 7:14 AM in response to Minoman

I have followed the Skype-Fix instructions above


Everything was as described, the version number was 2.8.0.722 and is now 6.15.0.334

Restarted the G%, ran Skype and got "Can't connect to Skype - please check your network settings and try again"


Have installed <TenForFoxG5> and using it to find Hangouts, still requires Chrome (which requires 10.6. No joy for FaceTime either, still told that I require a minimum of 10.6.6


So please, where to from here?

Skype, FaceTime or Hangouts equivalent for G5 (PPC) running 10.5.8?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.