SparkyLinux Forums

Development => Suggestions => Topic started by: jidan on April 02, 2019, 01:44:13 AM

Title: Ghetto-skype (unofficial skype client)
Post by: jidan on April 02, 2019, 01:44:13 AM
The official skype client for linux is a mess. I can't make video/voice calls with client installed or web client via chromium. Also I couldnt use an official client on x86 netbooks. Microsoft doesn't really support linux client.
So, I looked for an unofficial application and found ghetto-skype. It's an electron implementation using the web client with video/audio support.
Maybe it can help also other sparky users and include binaries in the repos.
The code is here: https://github.com/stanfieldr/ghetto-skype
you need npm v8 to compile

the last build I use for x86-64 (available for a month): https://ufile.io/7mf05

PS: There are much better IM networks than skype but many friends keep on using it. I'm suggesting to give a try to Wire. Web client here: https://app.wire.com/auth/
Title: Re: Ghetto-skype (unofficial skype client)
Post by: jidan on April 02, 2019, 11:39:45 PM
Here's the i386 version of ghetto-skype (available for a month):
https://ufile.io/tvtwo

Note: Electron requires libc6 >= v2.27 so it won't run on stretch (sparky stable). On buster (sparky 5x) is checked and working as expected.