This forum has been archived. All content is frozen. Please use KDE Discuss instead.

Can't Get Skype working

Tags: None
(comma "," separated)
Xplorer4x4
Registered Member
Posts
206
Karma
0
OS

Can't Get Skype working

Thu Sep 06, 2012 8:54 am
I select to set up Skype access in kde-telpathy with libpurple installed and pidgin-skype installed but when I select skype from the list, there is no where to enter a user name and password. If I click advanced setting I get a blank pop up window. How do I get Skype working?


Intel Core i7 2600K CPU
MSI P67A-G45 Mobo
2x4GB Corsair Vengance RAM
Sapphire Raedon 4890HD Vapor-X GPU
1x180 GB Intel 330 SSD
1x80GB Intel X25-M G2 SSD
2x1TB Western Digital HDDs
2x2TB Wester Digital HDDS
Corsair HX520W PSU
Thermaltake Mozart TX Case
sinclair
Registered Member
Posts
226
Karma
0
OS

Re: Can't Get Skype working

Thu Sep 06, 2012 12:50 pm
have exactly the same problem on Kubuntu 12.04 w KDE 4.9 and Kdetelepathy 0.5 from ppa
Xplorer4x4
Registered Member
Posts
206
Karma
0
OS

Re: Can't Get Skype working

Thu Sep 06, 2012 12:59 pm
sinclair wrote:have exactly the same problem on Kubuntu 12.04 w KDE 4.9 and Kdetelepathy 0.5 from ppa

Thanks for the post. Reminds me I forgot include version(directly from standard repositories) and os info(same as you Precise and KDE 4.9).


Intel Core i7 2600K CPU
MSI P67A-G45 Mobo
2x4GB Corsair Vengance RAM
Sapphire Raedon 4890HD Vapor-X GPU
1x180 GB Intel 330 SSD
1x80GB Intel X25-M G2 SSD
2x1TB Western Digital HDDs
2x2TB Wester Digital HDDS
Corsair HX520W PSU
Thermaltake Mozart TX Case
Xplorer4x4
Registered Member
Posts
206
Karma
0
OS

Re: Can't Get Skype working

Fri Sep 07, 2012 9:20 pm
Am I missing a known bug that has not been fixed or has been fixed in version not yet pushed to the update repos?


Intel Core i7 2600K CPU
MSI P67A-G45 Mobo
2x4GB Corsair Vengance RAM
Sapphire Raedon 4890HD Vapor-X GPU
1x180 GB Intel 330 SSD
1x80GB Intel X25-M G2 SSD
2x1TB Western Digital HDDs
2x2TB Wester Digital HDDS
Corsair HX520W PSU
Thermaltake Mozart TX Case
User avatar
Sentynel
KDE Developer
Posts
285
Karma
1
OS

Re: Can't Get Skype working

Fri Sep 07, 2012 9:37 pm
This seems to be an issue with the version of pidgin-skype provided in Ubuntu's repos. Building and installing the latest SVN version from here fixed the problem for me. It's a bit of a fiddle to get it to build. You need to run `make all`, not just `make` and I recall having a couple of other issues too.


Xplorer4x4
Registered Member
Posts
206
Karma
0
OS

Re: Can't Get Skype working

Fri Sep 07, 2012 10:14 pm
Maybe I am missing something overly obvious, but I don't see anything that can be built from source. 2 precompiled so files and a zip that does not look to have any makefiles or anything in it. I will probably try replacing the so files manually, and test the package from Quantal since it seems to be built off a slightly newer svn build form the same day.

EDIT: No luck using either method. I first tried the Quantal update. I was able to get a account name box but still got the "not all fields entered" error. So I tried the 2 so files from google code and I was right back to where I was. For what it is worth, the google code files do differ in size from those offered in the Quntal package. Is it worth adding the Telepathy PPA? I understand the risk in regards to Telepathy, I am just concerned if it can break anything else?


Intel Core i7 2600K CPU
MSI P67A-G45 Mobo
2x4GB Corsair Vengance RAM
Sapphire Raedon 4890HD Vapor-X GPU
1x180 GB Intel 330 SSD
1x80GB Intel X25-M G2 SSD
2x1TB Western Digital HDDs
2x2TB Wester Digital HDDS
Corsair HX520W PSU
Thermaltake Mozart TX Case
User avatar
Sentynel
KDE Developer
Posts
285
Karma
1
OS

Re: Can't Get Skype working

Fri Sep 07, 2012 10:38 pm
Like I said, use the SVN version - there's instructions for checking it out on this page.


Xplorer4x4
Registered Member
Posts
206
Karma
0
OS

Re: Can't Get Skype working

Sat Sep 08, 2012 12:40 am
Sentynel wrote:Like I said, use the SVN version - there's instructions for checking it out on this page.

Sorry, only got a few hours sleep last night so not all here today.I checked out the svn and tried using sudo apt-get build-dep pidgin-skype then "make all." I get this error:
xplorer4x4@xplorer4x4-MS-7673:/opt/skype/skype4pidgin-read-only$ make all
gcc -I/usr/include/libpurple -DPURPLE_PLUGINS -DENABLE_NLS -Wall -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib64/glib-2.0/include -I/usr/include -I/usr/lib/i386-linux-gnu/glib-2.0/include/ -I. -g -pipe libskype.c -o libskype.so -shared -fPIC -DPIC
In file included from /usr/include/glib-2.0/glib/galloca.h:34:0,
from /usr/include/glib-2.0/glib.h:32,
from libskype.c:41:
/usr/include/glib-2.0/glib/gtypes.h:34:24: fatal error: glibconfig.h: No such file or directory
compilation terminated.
make: *** [all] Error 1


Intel Core i7 2600K CPU
MSI P67A-G45 Mobo
2x4GB Corsair Vengance RAM
Sapphire Raedon 4890HD Vapor-X GPU
1x180 GB Intel 330 SSD
1x80GB Intel X25-M G2 SSD
2x1TB Western Digital HDDs
2x2TB Wester Digital HDDS
Corsair HX520W PSU
Thermaltake Mozart TX Case
User avatar
bcooksley
Administrator
Posts
19765
Karma
87
OS

Re: Can't Get Skype working

Sat Sep 08, 2012 12:42 am
You likely need to install the glib development package, which is probably named libglib-devel or similar.


KDE Sysadmin
[img]content/bcooksley_sig.png[/img]
Xplorer4x4
Registered Member
Posts
206
Karma
0
OS

Re: Can't Get Skype working

Sat Sep 08, 2012 12:54 am
bcooksley wrote:You likely need to install the glib development package, which is probably named libglib-devel or similar.


Thanks for a quick reply but No such package.


Intel Core i7 2600K CPU
MSI P67A-G45 Mobo
2x4GB Corsair Vengance RAM
Sapphire Raedon 4890HD Vapor-X GPU
1x180 GB Intel 330 SSD
1x80GB Intel X25-M G2 SSD
2x1TB Western Digital HDDs
2x2TB Wester Digital HDDS
Corsair HX520W PSU
Thermaltake Mozart TX Case
User avatar
bcooksley
Administrator
Posts
19765
Karma
87
OS

Re: Can't Get Skype working

Sat Sep 08, 2012 1:30 am
Hmm, on closer inspection it seems that the glib2 development package is already installed...
You will need to alter the compilation script to include the correct paths for glib2 unfortunately, which is in /usr/lib/glib-2.0/include or /usr/lib64/glib-2.0/include depending on your system architecture


KDE Sysadmin
[img]content/bcooksley_sig.png[/img]
Xplorer4x4
Registered Member
Posts
206
Karma
0
OS

Re: Can't Get Skype working

Sat Sep 08, 2012 2:38 am
Niether path existed:
xplorer4x4@xplorer4x4-MS-7673:~/Desktop$ locate glib2
/usr/lib/python2.7/dist-packages/twisted/internet/glib2reactor.py
/usr/lib/python2.7/dist-packages/twisted/internet/glib2reactor.pyc
/usr/share/doc/libglib2.0-0
/usr/share/doc/libglib2.0-bin
/usr/share/doc/libglib2.0-data
/usr/share/doc/libglib2.0-dev
/usr/share/doc/libglib2.0-0/AUTHORS
/usr/share/doc/libglib2.0-0/NEWS.gz
/usr/share/doc/libglib2.0-0/README.gz
/usr/share/doc/libglib2.0-0/changelog.Debian.gz
/usr/share/doc/libglib2.0-0/copyright
/usr/share/doc/libglib2.0-bin/AUTHORS
/usr/share/doc/libglib2.0-bin/NEWS.gz
/usr/share/doc/libglib2.0-bin/README.gz
/usr/share/doc/libglib2.0-bin/changelog.Debian.gz
/usr/share/doc/libglib2.0-bin/copyright
/usr/share/doc/libglib2.0-data/AUTHORS
/usr/share/doc/libglib2.0-data/NEWS.gz
/usr/share/doc/libglib2.0-data/README.gz
/usr/share/doc/libglib2.0-data/changelog.Debian.gz
/usr/share/doc/libglib2.0-data/copyright
/usr/share/doc/libglib2.0-dev/AUTHORS
/usr/share/doc/libglib2.0-dev/NEWS.gz
/usr/share/doc/libglib2.0-dev/README.Debian
/usr/share/doc/libglib2.0-dev/README.gz
/usr/share/doc/libglib2.0-dev/changelog.Debian.gz
/usr/share/doc/libglib2.0-dev/copyright
/usr/share/lintian/overrides/libglib2.0-0
/usr/share/pyshared/twisted/internet/glib2reactor.py
/var/cache/apt/archives/libglib2.0-bin_2.32.3-0ubuntu1_amd64.deb
/var/cache/apt/archives/libglib2.0-data_2.32.3-0ubuntu1_all.deb
/var/cache/apt/archives/libglib2.0-dev_2.32.3-0ubuntu1_amd64.deb
/var/lib/dpkg/info/libglib2.0-0:amd64.list
/var/lib/dpkg/info/libglib2.0-0:amd64.md5sums
/var/lib/dpkg/info/libglib2.0-0:amd64.postinst
/var/lib/dpkg/info/libglib2.0-0:amd64.postrm
/var/lib/dpkg/info/libglib2.0-0:amd64.shlibs
/var/lib/dpkg/info/libglib2.0-0:amd64.symbols
/var/lib/dpkg/info/libglib2.0-0:amd64.triggers
/var/lib/dpkg/info/libglib2.0-bin.conffiles
/var/lib/dpkg/info/libglib2.0-bin.list
/var/lib/dpkg/info/libglib2.0-bin.md5sums
/var/lib/dpkg/info/libglib2.0-bin.postinst
/var/lib/dpkg/info/libglib2.0-bin.postrm
/var/lib/dpkg/info/libglib2.0-bin.preinst
/var/lib/dpkg/info/libglib2.0-bin.prerm
/var/lib/dpkg/info/libglib2.0-data.list
/var/lib/dpkg/info/libglib2.0-data.md5sums
/var/lib/dpkg/info/libglib2.0-data.preinst
/var/lib/dpkg/info/libglib2.0-dev.list
/var/lib/dpkg/info/libglib2.0-dev.md5sums
/var/lib/dpkg/info/libglib2.0-dev.preinst

My best guess is /usr/share/lintian/overrides/libglib2.0-0 is that correct?


Intel Core i7 2600K CPU
MSI P67A-G45 Mobo
2x4GB Corsair Vengance RAM
Sapphire Raedon 4890HD Vapor-X GPU
1x180 GB Intel 330 SSD
1x80GB Intel X25-M G2 SSD
2x1TB Western Digital HDDs
2x2TB Wester Digital HDDS
Corsair HX520W PSU
Thermaltake Mozart TX Case
User avatar
bcooksley
Administrator
Posts
19765
Karma
87
OS

Re: Can't Get Skype working

Sat Sep 08, 2012 7:32 am
Please run "locate glibconfig.h" and add that directory. The lintian directory is not correct.


KDE Sysadmin
[img]content/bcooksley_sig.png[/img]
Xplorer4x4
Registered Member
Posts
206
Karma
0
OS

Re: Can't Get Skype working

Sat Sep 08, 2012 8:36 am
Ok so locate gave me this:
usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h

So I updated the GLIB_CFLAGS line:
GLIB_CFLAGS = -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib64/glib-2.0/include -I/usr/include -I/usr/lib/x86_64-linux-gnu/glib-2.0/include/ -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include/

Then make all and sudo make install:
xplorer4x4@xplorer4x4-MS-7673:/opt/skype/skype4pidgin-read-only$ make all
gcc -I/usr/include/libpurple -DPURPLE_PLUGINS -DENABLE_NLS -Wall -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib64/glib-2.0/include -I/usr/include -I/usr/lib/x86_64-linux-gnu/glib-2.0/include/ -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include/ -I. -g -pipe libskype.c -o libskype.so -shared -fPIC -DPIC
In file included from libskype.c:151:0:
debug.c:24:12: warning: missing terminating ' character [enabled by default]
In file included from libskype.c:152:0:
skype_messaging.c:24:12: warning: missing terminating ' character [enabled by default]
In file included from skype_messaging.c:29:0,
from libskype.c:152:
skype_events.c:24:12: warning: missing terminating ' character [enabled by default]
In file included from skype_messaging.c:54:0,
from libskype.c:152:
skype_messaging_x11.c:24:12: warning: missing terminating ' character [enabled by default]
libskype.c:822:1: warning: ‘skype_open_skype_options’ defined but not used [-Wunused-function]
libskype.c:2679:1: warning: ‘skype_check_missedvoicemails’ defined but not used [-Wunused-function]
gcc -I/usr/include/libpurple -DPURPLE_PLUGINS -DENABLE_NLS -Wall -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib64/glib-2.0/include -I/usr/include -I/usr/lib/x86_64-linux-gnu/glib-2.0/include/ -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include/ -I. -g -pipe libskype.c -o libskype_dbus.so -shared -fPIC -DPIC -DSKYPE_DBUS -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/lib64/dbus-1.0/include
In file included from libskype.c:151:0:
debug.c:24:12: warning: missing terminating ' character [enabled by default]
In file included from libskype.c:152:0:
skype_messaging.c:24:12: warning: missing terminating ' character [enabled by default]
In file included from skype_messaging.c:29:0,
from libskype.c:152:
skype_events.c:24:12: warning: missing terminating ' character [enabled by default]
In file included from skype_messaging.c:56:0,
from libskype.c:152:
skype_messaging_dbus.c:24:12: warning: missing terminating ' character [enabled by default]
libskype.c:822:1: warning: ‘skype_open_skype_options’ defined but not used [-Wunused-function]
libskype.c:2679:1: warning: ‘skype_check_missedvoicemails’ defined but not used [-Wunused-function]
xplorer4x4@xplorer4x4-MS-7673:/opt/skype/skype4pidgin-read-only$ sudo make install
[sudo] password for xplorer4x4:
mkdir -p /usr/share/pixmaps/pidgin/emotes/skype
mkdir -p /usr/share/pixmaps/pidgin/protocols
mkdir -p /usr/share/pixmaps/pidgin/protocols/16
mkdir -p /usr/share/pixmaps/pidgin/protocols/22
mkdir -p /usr/share/pixmaps/pidgin/protocols/48
mkdir -p /usr/lib/purple-2
install -m 664 theme /usr/share/pixmaps/pidgin/emotes/skype/
install -m 664 icons/16/skypeout.png icons/16/skype.png /usr/share/pixmaps/pidgin/protocols/16
install -m 664 icons/22/skypeout.png icons/22/skype.png /usr/share/pixmaps/pidgin/protocols/22
install -m 664 icons/48/skypeout.png icons/48/skype.png /usr/share/pixmaps/pidgin/protocols/48
install -m 664 libskype_dbus.so libskype.so /usr/lib/purple-2/

Did I miss something because I still get the all fields error in telepathy.


Intel Core i7 2600K CPU
MSI P67A-G45 Mobo
2x4GB Corsair Vengance RAM
Sapphire Raedon 4890HD Vapor-X GPU
1x180 GB Intel 330 SSD
1x80GB Intel X25-M G2 SSD
2x1TB Western Digital HDDs
2x2TB Wester Digital HDDS
Corsair HX520W PSU
Thermaltake Mozart TX Case
User avatar
bcooksley
Administrator
Posts
19765
Karma
87
OS

Re: Can't Get Skype working

Sat Sep 08, 2012 9:10 am
Did you logout or otherwise restart Telepathy after performing the installation?


KDE Sysadmin
[img]content/bcooksley_sig.png[/img]


Bookmarks



Who is online

Registered users: bartoloni, Bing [Bot], Google [Bot], Sogou [Bot], Yahoo [Bot]