|
Written by Rob
|
|
Thursday, 17 May 2007 |
Do you want to try the new Skype 1.4 Beta version? Skype 1.4 brings the sound quality on par with the Windows and mac versions. Still no video but its a step forward. It has new GUI which you might like or not but it definitely works better on my Feisty then the old version.
To install Skype 1.4 Beta on Ubuntu Feisty Go to this offical page on Skype.com and download the .deb package for Ubuntu Feisty 7.04.
If, for any reason, you need to install Skype 1.4 Alpha (not the latest version anymore) follow this.
First you need to install the current stable version of skype. Its in the Feisty repos or you can add the skype repo to your source list.
deb http://download.skype.com/linux/repos/debian/ stable non-free
Once you got current stable version installed you can try new alpha version (which works much better for me) More about it here.
sudo apt-get install libsigc++-2.0-0c2a libdbus-1-3
wget http://www.skype.com/go/getskype-linux-alpha-static
tar -xvjf skype-alpha_staticQT-1.4.0.64-generic.tar.bz2
cd skype-1.4.0.64
sudo mv /usr/bin/skype /usr/bin/skype1.3
sudo mv skype /usr/bin/
sudo mkdir /usr/share/skype
sudo mv sounds /usr/share/skype/
cd ..
sudo ln -s /usr/lib/libdbus-1.so.3 /usr/lib/libdbus-1.so.2
sudo rm -rf skype-1.4.0.64
wget http://boundlesssupremacy.com/Cappy/skypealphaguide/skype.png
wget http://boundlesssupremacy.com/Cappy/skypealphaguide/skypealpha.desktop
sudo mv skype.png /usr/share/icons/
sudo mv skypealpha.desktop /usr/share/applications/
killall gnome-panel
For help and 64bit install go here.
|
|
Last Updated ( Friday, 06 July 2007 )
|