Skype and Ubuntu Breezy Badger

The answer you entered to the math problem is incorrect.
Today something told me to upgrade my Skype installation to the new version. Done it in usual way:
wget http://www.skype.com/go/getskype-linux-deb
dpkg -i skype_1.2.0.17-1_i386.deb

Instead of nice messages telling that everything installed successfully I got the error about unmet dependencies concerning libqt3c102-mt. But that package was a transitional package replaced by libqt3-mt which I had installed on my system. So it was enough to tweak a bit the control in the deb package:

mkdir skype
dpkg-deb --extract skype_1.2.0.17-1_i386.deb skype
dpkg-deb --control skype_1.2.0.17-1_i386.deb skype/DEBIAN
vi skype/DEBIAN/control
Replace libqt3c102-mt with libqt3-mt and continue:

dpkg --build skype
dpkg -i skype.deb

Now I have the latest Skype and had refreshed a bit the knowledge about dpkg.

Output argument missing when building the package. Fix:

dpkg -b skype/ skype.deb

BTW, why is Skype loaded so slow?

I cannot test it right now, but AFAIK if one does not provide the package name for dpkg --build, it will default to the [name_of_directory].deb.

As for the startup speed it is really awful. Startup time is slower than for example OpenOffice2... which means that it is really slow. I am not sure whether it was the case with the previous version, but under windows it's much faster.

Just thought Id mention I had the same experience yesterday.. had to use force-depends to ignore the dependancy on the missing (renamed) qt lib.

And also experience very slow start times (its not using cpu, what is it doing..) and a lockup on ending (the process never terminates..)

I have noticed that a newer version of skype is available - 1.2.0.18. Maybe they have improved the mentioned things.

I have also experienced problems with terminating the process itself and also releasing of the audio device when ending the calls. But still, I won't boot windows just to use skype...

avoid terminating a call in Skype under Linux

If you terminate the call, you always get an error on the next one. If the call terminates itself, you can always place another call. (This is the case with echo123.) When calling a phone with Skype Out, it is likely that the other party hangs down after the call. Sometimes Skype then detects the call being terminated. In this case, no problem, you can place another call. If Skype does not detect the call being terminated, the call goes on and on and you end up terminating it yourself (with the red button for example). This is the case were the sound problem arises.
So the workaround for people who have not (yet) used a more sophisticated one, or do not dare do so: avoid as much as possible terminating a call yourself. Always wait a while to see if it does not terminate by itself. If it does, no problem. If it doesn't, then, and only then, you have to completely close and restart Skype.
More information on https://wiki.ubuntu.com/SkypeHowto

Thank you, I was just

Thank you, I was just looking for a fix for this.

All (or most) of the

All (or most) of the problems seem to be gone when using new version of Skype - 1.3 beta. Under dapper there is no necessity to do wild tricks with repackaging.
In addition to that sound handling is better and no need to restart skype every few calls - it no longer blocks the audio device (and uses ALSA now).
And the startup time has increased significantly...

Dodaj nową odpowiedź

Please solve the math problem above and type in the result. e.g. for 1+1, type 2.
Zawartość tego pola nie będzie udostępniana publicznie.