Page 1 of 1

skype on kde 64

Posted: Fri May 18, 2012 11:15 pm
by yours-truly
Preview: skype on KDE 64
i had skype working fine after typing in some terminal commands from here (http://community.skype.com/t5/Linux/lat ... d-p/104494) but now it wont open again and when i type in the terminal commands again it says "E: Unable to locate package libxss1:i386" i just don't know what I am doing :(

Re: skype on kde 64

Posted: Tue May 29, 2012 9:46 am
by Schoelje
This is what I did:

If you run skype (AMD64) from terminal and get the following error:
skype: error while loading shared libraries: libXss.so.1: cannot open shared object file: No such file or directory

Get a list with dependencies that are not met:
ldd /usr/bin/skype

libXss.so.1 => not found
libQtDBus.so.4 => not found
libQtGui.so.4 => not found
libQtNetwork.so.4 => not found
libQtCore.so.4 => not found

Results in:
sudo apt-get install libxss1:i386 libqt4-dbus:i386 libqtgui4:i386

Re: skype on kde 64

Posted: Fri Jun 01, 2012 3:11 pm
by 007
Schoelje wrote:This is what I did:

If you run skype (AMD64) from terminal and get the following error:
skype: error while loading shared libraries: libXss.so.1: cannot open shared object file: No such file or directory

Get a list with dependencies that are not met:
ldd /usr/bin/skype

libXss.so.1 => not found
libQtDBus.so.4 => not found
libQtGui.so.4 => not found
libQtNetwork.so.4 => not found
libQtCore.so.4 => not found

Results in:
sudo apt-get install libxss1:i386 libqt4-dbus:i386 libqtgui4:i386
that command just solved my skype problem too... thanx