Skype

Differences between revisions 1 and 6 (spanning 5 versions)
Revision 1 as of 2005-10-16 18:50:43
Size: 1009
Editor: YYYKMMMDCCCLXXXVIII
Comment: Working Skype!
Revision 6 as of 2005-11-26 01:28:27
Size: 1872
Editor: 66
Comment: Placed note about "dependency problems prevent configuration of skype"
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
 1. Save http://www.paul.sladen.org/debian/skype/skype_1.2.0.17-1_i386-fixed1.deb
 1. `sudo dpkg -i ~/Desktop/skype_1.2.0.17-1_i386-fixed1.deb`
 1. `sudo apt-get -f install`
 Save http://www.paul.sladen.org/debian/skype/skype_1.2.0.17-1-fixed1_i386.deb
 {{{
sudo dpkg -i ~/Desktop/skype_1.2.0.17-1-fixed1_i386.deb
sudo apt-get -f install}}}

I''f you use this package, you may get an error message(dependency problems prevent configuration of skype) However the next time you open Synaptic Package Manager it will give you the opportunity to "Fix Broken Packages." This will correct the needed files, and Skype will work.''

''Or'', if you'd prefer to add a line to `/etc/apt/sources.list` or a repositery through Synaptic, it is:

 {{{
deb http://www.paul.sladen.org/debian all skype}}}

 {{{
sudo apt-get update
sudo apt-get install skype}}}
Line 22: Line 34:
  * http://www.paul.sladen.org/debian/skype/skype_1.2.0.17-1_i386-fixed1.deb.patch   * http://www.paul.sladen.org/debian/skype/skype_1.2.0.17-1-fixed1_i386.deb.patch

=== Known Bug ===
Sometimes, after installing Skype, the following error appears when trying to call or receive call
"Problem with sound device"

The reason of that is perfectly explained over [http://juljas.net/linux/skype/ here], and the workaround is running [http://alsa.opensrc.org/OssEmulation Oss simulation in Alsa]
{{{
aoss skype }}}

Skype

Skype allows you to talk to other people. Technically, it's a proprietary, multi-user, peer-to-peer, voice-over-IP, buzz-word compliant media communication application, supplied as a binary package. Also it seems to just work and a huge number of other people have found this too.

Bad News

  1. The Binary package is broken.
  2. Only Skype have the sources to fix it.

Good News

If you use this package, you may get an error message(dependency problems prevent configuration of skype) However the next time you open Synaptic Package Manager it will give you the opportunity to "Fix Broken Packages." This will correct the needed files, and Skype will work.

Or, if you'd prefer to add a line to /etc/apt/sources.list or a repositery through Synaptic, it is:

  • deb http://www.paul.sladen.org/debian all skype
    sudo apt-get update
    sudo apt-get install skype

Background

The above is all the information you need, this is just for the curious, or the good people at Skype if they want to know how to fix their package!

Skype put a dependency in on a CVS package that is actually called libqt3-mt. The following 1 line patch/change was made to the control file:

Known Bug

Sometimes, after installing Skype, the following error appears when trying to call or receive call "Problem with sound device"

The reason of that is perfectly explained over [http://juljas.net/linux/skype/ here], and the workaround is running [http://alsa.opensrc.org/OssEmulation Oss simulation in Alsa]

aoss skype 

Skype (last edited 2008-08-06 16:26:53 by localhost)