Page 1 of 4 123 ... LastLast
Results 1 to 10 of 31

Thread: HOW TO: Skype on Breezy w/o libqt3c102-mt

  1. #1
    Join Date
    Jul 2005
    Beans
    85

    Thumbs up HOW TO: Skype on Breezy w/o libqt3c102-mt

    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/showthre...t=skype+breezy instead. Other wise follow these directions
    1.
    Code:
    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
    Code:
    sudo cp /home/nbx909/skype /usr/share/
    sudo cp /home/nbx909/skype /usr/local/share/
    4.
    Code:
    cd /usr/share/skype/icons
    sudo cp skype_32_32.png /usr/share/pixmaps/
    5.
    Code:
    sudo gedit /usr/share/applications/skype.desktop
    and paste this into the new skype.desktop
    Code:
    [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
    Code:
    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.

  2. #2
    Join Date
    Aug 2005
    Beans
    428
    Distro
    Hardy Heron (Ubuntu Development)

    Re: HOW TO: Skype on Breezy w/o libqt3c102-mt

    Or alien a RPM.

  3. #3
    Join Date
    Jul 2005
    Beans
    85

    Re: HOW TO: Skype on Breezy w/o libqt3c102-mt

    Now where were you when before i did all of that?

  4. #4
    Join Date
    May 2005
    Location
    Bellingham, WA
    Beans
    331
    Distro
    Ubuntu 17.10 Artful Aardvark

    Re: HOW TO: Skype on Breezy w/o libqt3c102-mt

    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
    17.10 on several Linode instances.
    Tech Support for some US based cell carrier or another.
    Husband, dog and fish father, navigator of immigration law.

  5. #5
    Join Date
    Jul 2005
    Beans
    85

    Re: HOW TO: Skype on Breezy w/o libqt3c102-mt

    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.

  6. #6
    arnieboy Guest

    Re: HOW TO: Skype on Breezy w/o libqt3c102-mt

    or just use automatix.. will save u all the trouble.
    http://ubuntuforums.org/showthread.php?t=66563

  7. #7
    Join Date
    Nov 2004
    Location
    wenatchee ,washington
    Beans
    65
    Distro
    Xubuntu 11.10 Oneiric Ocelot

    Re: HOW TO: Skype on Breezy w/o libqt3c102-mt

    http://forum.skype.com/viewtopic.php?t=30291
    i assume you all ready have dynamic ver
    skype

    Code:
    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
    Code:
    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
    Code:
    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
    Last edited by zenrox; October 16th, 2005 at 07:56 PM.

  8. #8
    Join Date
    Apr 2005
    Beans
    645
    Distro
    Dapper Drake Testing/

    Re: HOW TO: Skype on Breezy w/o libqt3c102-mt

    The only effective way i've found is this

    Code:
    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
    [My Blog] | [My Sites] | [My Ubuntu Guides]

    doc.gwos.org, the real successor of Ubuntu Guide

  9. #9
    Join Date
    Nov 2004
    Location
    Southwest Missouri
    Beans
    217
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOW TO: Skype on Breezy w/o libqt3c102-mt

    Quote Originally Posted by zenrox
    http://forum.skype.com/viewtopic.php?t=30291
    i assume you all ready have dynamic ver
    skype

    Code:
    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
    Code:
    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
    Code:
    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?

  10. #10
    Join Date
    Jun 2005
    Location
    Australia
    Beans
    1,837

    Re: HOW TO: Skype on Breezy w/o libqt3c102-mt

    Quote Originally Posted by lhtown
    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.

Page 1 of 4 123 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •