View Full Version : HOW TO: Skype on Breezy w/o libqt3c102-mt
nbx909
October 16th, 2005, 12:43 PM
Note this is mainly if you need libqt3-mt for any reason if you do not need libqt-mt go to http://www.ubuntuforums.org/showthread.php?t=75107&highlight=skype+breezy instead. Other wise follow these directions
1. sudo apt-get install libqt3-mt
(if you don't already have it installed)
2.Download the Dynamic binary tar.bz2 verson from http://www.skype.com/products/skype/linux/ and untar it.
3. copy the skype folder that you just untared to /usr/share/ and /usr/local/share/
for example
sudo cp /home/nbx909/skype /usr/share/
sudo cp /home/nbx909/skype /usr/local/share/
4.cd /usr/share/skype/icons
sudo cp skype_32_32.png /usr/share/pixmaps/
5. sudo gedit /usr/share/applications/skype.desktop
and paste this into the new skype.desktop
[Desktop Entry]
Name=Skype
Comment=Skype
Exec=/usr/share/skype/skype
Icon=skype_32_32.png
Terminal=0
Type=Application
Encoding=UTF-8
Categories=Application;Network;
Save it
6. now refresh the gnome panel by doing
killall gnome-panel
7. Go to Applications>Internet and you should see skype. Click on it and it will take a few seconds to load but it will work.
cbudden
October 16th, 2005, 12:44 PM
Or alien a RPM.
nbx909
October 16th, 2005, 01:09 PM
Now where were you when before i did all of that? :(
kvidell
October 16th, 2005, 01:15 PM
If you've just installed that lib, why can't you just go ahead and install it from the deb file they provide? (http://skype.com/go/getskype-linux-deb)
That's what I did, works fine.
- Kev
nbx909
October 16th, 2005, 01:43 PM
If you have libqt3c102-mt already go ahead and use the .deb. But some apps need the newer libqt3-mt so that is why i wrote this.
arnieboy
October 16th, 2005, 02:05 PM
or just use automatix.. will save u all the trouble.
http://ubuntuforums.org/showthread.php?t=66563
zenrox
October 16th, 2005, 02:50 PM
http://forum.skype.com/viewtopic.php?t=30291
i assume you all ready have dynamic ver
skype
mv skype_1.2.0.17-1_i386.deb skype_1.2.0.17-1_i386.deb.orig
mkdir skype.tmp
dpkg-deb --extract skype_1.2.0.17-1_i386.deb.orig skype.tmp
dpkg-deb --control skype_1.2.0.17-1_i386.deb.orig skype.tmp/DEBIAN
# Now use your favorite editor to edit the Depends line as
gedit skype.tmp/DEBIAN/control
find this line
Depends: libc6 (>= 2.3.2.ds1-4), libgcc1 (>= 1:3.4.1-3), libqt3c102-mt (>= 3:3.3.3.2), libstdc++5 (>= 1:3.3.4-1), libx11-6 | xlibs (>> 4.1.0), libxext6 | xlibs (>> 4.1.0)
and replace with
Depends: libc6 (>= 2.3.2.ds1-4), libgcc1 (>= 1:3.4.1-3), libqt3c102-mt (>= 3:3.3.3.2) | libqt3-mt, libstdc++5 (>= 1:3.3.4-1), libx11-6 | xlibs (>> 4.1.0), libxext6 | xlibs (>> 4.1.0)
then
dpkg --build skype.tmp
mv skype.tmp.deb skype_1.2.0.17-1_i386.deb
sudo dpkg -i skype_1.2.0.17-1_i386.deb
and all should be find and dandy
Gandalf
October 16th, 2005, 09:21 PM
The only effective way i've found is this
sudo apt-get install fakeroot alien
fakeroot alien --to-tgz skype_1.2.0.17-1_i386.deb
sudo apt-get install libqt3-mt
fakeroot alien --to-deb skype-1.2.0.17.tgz
sudo dpkg -i skype_1.2.0.17-2_all.deb
Source (http://ubuntuforums.org/showpost.php?p=403154&postcount=5)
lhtown
October 20th, 2005, 09:07 PM
http://forum.skype.com/viewtopic.php?t=30291
i assume you all ready have dynamic ver
skype
mv skype_1.2.0.17-1_i386.deb skype_1.2.0.17-1_i386.deb.orig
mkdir skype.tmp
dpkg-deb --extract skype_1.2.0.17-1_i386.deb.orig skype.tmp
dpkg-deb --control skype_1.2.0.17-1_i386.deb.orig skype.tmp/DEBIAN
# Now use your favorite editor to edit the Depends line as
gedit skype.tmp/DEBIAN/control
find this line
Depends: libc6 (>= 2.3.2.ds1-4), libgcc1 (>= 1:3.4.1-3), libqt3c102-mt (>= 3:3.3.3.2), libstdc++5 (>= 1:3.3.4-1), libx11-6 | xlibs (>> 4.1.0), libxext6 | xlibs (>> 4.1.0)
and replace with
Depends: libc6 (>= 2.3.2.ds1-4), libgcc1 (>= 1:3.4.1-3), libqt3c102-mt (>= 3:3.3.3.2) | libqt3-mt, libstdc++5 (>= 1:3.3.4-1), libx11-6 | xlibs (>> 4.1.0), libxext6 | xlibs (>> 4.1.0)
then
dpkg --build skype.tmp
mv skype.tmp.deb skype_1.2.0.17-1_i386.deb
sudo dpkg -i skype_1.2.0.17-1_i386.deb
and all should be find and dandy
Works great for me. Now why can't Skype do that?
Mustard
October 22nd, 2005, 11:43 AM
Works great for me. Now why can't Skype do that?
Good question. :)
The libqt3c102-mt has been giving me grief for a while with all the conflicts it creates with other packages. I'm glad to see there is a solution.
Mave^
October 22nd, 2005, 06:35 PM
http://forum.skype.com/viewtopic.php?t=30291
i assume you all ready have dynamic ver
skype
mv skype_1.2.0.17-1_i386.deb skype_1.2.0.17-1_i386.deb.orig
mkdir skype.tmp
dpkg-deb --extract skype_1.2.0.17-1_i386.deb.orig skype.tmp
dpkg-deb --control skype_1.2.0.17-1_i386.deb.orig skype.tmp/DEBIAN
# Now use your favorite editor to edit the Depends line as
gedit skype.tmp/DEBIAN/control
find this line
Depends: libc6 (>= 2.3.2.ds1-4), libgcc1 (>= 1:3.4.1-3), libqt3c102-mt (>= 3:3.3.3.2), libstdc++5 (>= 1:3.3.4-1), libx11-6 | xlibs (>> 4.1.0), libxext6 | xlibs (>> 4.1.0)
and replace with
Depends: libc6 (>= 2.3.2.ds1-4), libgcc1 (>= 1:3.4.1-3), libqt3c102-mt (>= 3:3.3.3.2) | libqt3-mt, libstdc++5 (>= 1:3.3.4-1), libx11-6 | xlibs (>> 4.1.0), libxext6 | xlibs (>> 4.1.0)
then
dpkg --build skype.tmp
mv skype.tmp.deb skype_1.2.0.17-1_i386.deb
sudo dpkg -i skype_1.2.0.17-1_i386.deb
and all should be find and dandy
Thanks, works great for me :)
rama
October 22nd, 2005, 11:01 PM
I ve installed skype following the instructions in post #1 and it works just fine. It also appears under applications->Internet (I guess thats because of the skype.desktop file I ve created).
I m not sure this is the right place to ask but why do I get a "command not found" error when I type "skype" from a console?
And why cp the folder to both /usr/share/ and /usr/local/share/?
jdawdy
October 22nd, 2005, 11:55 PM
Why not just download the Static binary tar.bz2 with Qt 3.2 compiled in? Worked for me.
Jim
majikstreet
November 11th, 2005, 10:20 PM
Hey,
I just followed zenrox's instructions in another thread about skype.. I downloaded the newest version ( 1.2.0.18 ) and made the changes to the deb. I tested it and it worked! So, I have uploaded it for all to take :)
Instructions:
wget -c http://majikstreet.org/files/deb/skype_1.2.0.18-1_i386.deb
sudo dpkg -i skype_1.2.0.18-1_i386.deb
Good luck! Just run "skype" to use it... I believe (but I'm not sure) that it will create an entry in the menu.
majikstreet
DISCLAIMER: I am not a trained deb packager! I may have made a mistake in the packaging. It may not work on your computer. If your computer blows up, it's not my fault.
majikstreet
November 11th, 2005, 10:20 PM
hi all... I made a deb this way for 1.2.0.18 -- my thread should come up in the how-to's soon!
-m
ubuntu_demon
November 11th, 2005, 10:35 PM
hi all... I made a deb this way for 1.2.0.18 -- my thread should come up in the how-to's soon!
-m
Thnx for the effort!
But I don't think it warrants a seperate howto thread. Maybe there's gonna be a seperate place to put your deb's in the future.
majikstreet
November 11th, 2005, 10:37 PM
oooh... so are you saying that you moderated it and deleted it?
if so, could you PM me the contents so I can post them here- I don't want to rewrite it.
EDIT: I just noticed that it's in this thread.. thanks.
nrayever
November 13th, 2005, 01:06 AM
should this howto work with amd64 too??
sincerly nrayever
majikstreet
November 13th, 2005, 01:56 PM
mine won't because I don't have a amd64 processor.
BLTicklemonster
November 18th, 2005, 09:49 PM
I thought it was free?
http://www.hawkwinds.com/tickle/skyperip.jpg
akurashy
November 18th, 2005, 11:50 PM
Hey,
I just followed zenrox's instructions in another thread about skype.. I downloaded the newest version ( 1.2.0.18 ) and made the changes to the deb. I tested it and it worked! So, I have uploaded it for all to take :)
Instructions:
wget -c http://majikstreet.org/files/deb/skype_1.2.0.18-1_i386.deb
sudo dpkg -i skype_1.2.0.18-1_i386.deb
Good luck! Just run "skype" to use it... I believe (but I'm not sure) that it will create an entry in the menu.
majikstreet
DISCLAIMER: I am not a trained deb packager! I may have made a mistake in the packaging. It may not work on your computer. If your computer blows up, it's not my fault.
I downloaded this and it installed perfectly. thanks a lot majik :)(didn't want to do the whole tut) :D
macewan
November 20th, 2005, 10:08 PM
nice work, no problems noted:KS
majikstreet
November 26th, 2005, 04:30 PM
BLTicklemonster: It is. That's to call to a regular phone....
thanks everyone :)
BLTicklemonster
November 27th, 2005, 01:07 AM
So, it's like another IM?
Weeeee.
gratefulfrog
November 27th, 2005, 06:47 AM
should this howto work with amd64 too??
I guess not?
On AMD64:
I followed all instructions, have libqt3-mt,
did everything exactly and...
first:
- no skype in the gnome menu, ok, I put it there by hand,
then no skype exectuion...
$ /usr/share/skype-1.2.0.18/skype
/usr/share/skype-1.2.0.18/skype: error while loading shared libraries: libqt-mt.so.3: cannot open shared object file: No such file or directory
By the way, I did install the static qt version, but this only works for 1 call, afterwhich skype reports sound problem...
mikeymouse
December 1st, 2005, 04:04 PM
I think I am in love again,hahah
I wanted to install skype but did not want to go thru all the girations that seemed to be required,,, then i saw Automatix and now i think i am in love.
Automatix installed my skype without me even being here.
If anyone wants skype i would suggest trying Automatix it works really well, at least for me..
Thankyou to who ever has taken the time to create this little program.
Ubuntu now seems much easier and interesting..
Thankyou mikeymouse
davidmaxwaterman
February 6th, 2006, 01:44 AM
Thanks, works great for me :)
Any clues for getting it on an amd64 machine?
The Belgain
March 4th, 2006, 02:02 PM
Making that change to the .deb package worked a treat for me too.
Has anyone suggested to Skype that they make this change to their .deb package? Presumably this doesn't break Debian compatibility at all (it just relaxes the dependency rules for the package)? It would be nice if installing Skype was as easy as just adding the Skype repository in Synaptic, and letting it install dependent packages...
Obviously it would be even nicer for Skype to let Ubuntu stick this in the universe/multiverse repository...
Lut!n
March 4th, 2006, 04:12 PM
Hi,
just a stupid question : Why don't you use the package that's in the PLF repositories ?
It's fully compatible with ubuntu without doing any stuff ......
deb http://packages.freecontrib.org/ubuntu/plf/ breezy free non-free (only i386 archs)
gnutux
March 4th, 2006, 04:21 PM
about the one call problem, you MUST install skype_dsp_hijacker
gnutux
Tutankamon
March 12th, 2006, 05:12 PM
Hi there,
My problems with skype is.. i heard the others person.. like robocop.. i understand nothing.. its a lot of noice.. and nothing clear.. why ?
Thx for help
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.