Microsoft Finally Releases New Skype App For Linux (skype.com)
Four months after Linux users complained about issues with Skype app -- an update in March apparently broke the instant message and video calling app -- Microsoft announced a few minutes ago the launch of the Alpha version of a new Skype app for Linux, a move that "reaffirms the company's commitment to the Linux community." The blog post adds that there will be a two-hour Q&A session todat at 7AM PDT between Linux users and engineering team to welcome the new app. The alpha version uses the "latest, fastest and most responsive Skype UI." The company also says that users on Skype for Linux 4.3.37 will no longer be able to use the app to make or receive any calls -- so you really need to use this new app. In the blog post, Microsoft also adds that anyone with a Chromebook and Chrome for Linux can now visit web.skype.com to make one-to-one and group voice calls on top of text messaging feature. It is also an alpha version of Skype -- and is built on top of WebRTC standard.
NT
It has deep integration with systemd too. What could possibly go wrong?
...there will be a big nasty popup installing Win 10 by default?
App sounds mobile application. Maybe "package" or even "program" would fit better for a non-mobile Linux OS.
Slashdot, fix the reply notifications... You won't get away with it...
And yet, the skype password is stored in plaintext in a sqlite file on Linux.
Skype for linux is one of those innovations from a market leader that youd expect if other market leaders came out with similar products. For example, Crispy Creme donuts stuffed with gravel, or new mcdonalds bacon double wall spackle burger.
Good people go to bed earlier.
This also works with Chromium on Debian GNU/Linux.
So no need to install non-free software like the actual Skype client binary or Chrome to use it. The only non-free part is now the Javascript running in my browser and the server-side code.
Microsoft does not protect their user's data, and Skype itself is a security and privacy nightmare: https://www.eff.org/node/82654 (N.B. the EFF is going to update this score card soon, but it's still right about Skype; see here: https://www.eff.org/mention/ns...)
For people who need Skype-like support:
Linphone (up to ZRTP capable encryption)
Ekiga (unencrypted videochat only?)
Jitsi (Also ZRTP+OTR, java, binary components in package, source available)
Pidgin (XMPP, SIP, VV support, but not sure about crypto.)
And a number of others.
It is time to make a concerted push to educate the populace on Skype alternatives and stop government surveillance of private communications in its tracks. If they have a pressing need to know a specific individuals communications, let's make them work at it, so they don't have time to commit abuses against the rest of us!
Unfortunately, they built it on a fairly new OS, making it impossible to run on many still supported (and systemd free) distros, despite there being nothing that's really needed that only the newer distros provide.
Error: Package: skypeforlinux-1.1.0.21-1.x86_64 (/skypeforlinux-64-alpha)
Requires: libstdc++.so.6(GLIBCXX_3.4.15)(64bit)
Error: Package: skypeforlinux-1.1.0.21-1.x86_64 (/skypeforlinux-64-alpha)
Requires: libstdc++.so.6(CXXABI_1.3.5)(64bit)
That awesome feature that the windows version has....
Advertising....
Many colleagues were impressed that my linux skype install on the laptop was ad-free.
Do not look at laser with remaining good eye.
Sorry, everybody I used to Skype with, we now use Line.. Works everywhere we need.. I used to support/use MS products, but after I retired in 2010, all of my personal systems moved to 100% Linux, no dualboots.. After seeing what a "turd-in-the-punchbowl" Windows 10 is, NOTHING MS is gonna touch my computers/network. Yeah.. I know, big deal.. But its a big deal to me.. MS has gone off the rails...
THANK YOU, Edward Snowden!! Americans owe you a debt of gratitude (whether they know it or not..)
Close.
Microsoft has implemented a Linux shim that translates all the native Linux system calls into the corresponding native Windows call and back.
http://blog.dustinkirkland.com...
Demo of running native Linux ELFs on Windows
https://sec.ch9.ms/sessions/bu...
Think of it as the reverse of WINE -- I dub it CHEESE. :-)
I look at this, and the only I can think of is that Skype must be losing market share. Otherwise why would Microsoft care about maintaining it's commitments?
Now that things like WhatsApp are available for the desktop as well as mobile, people no longer need to have to put up with the way Microsoft mutilates Skype more more and more.
I know I stopped using it shortly after Microsoft laughably botched the MSN-Skype merger. The only reason I even still have the client installed is for "just in case".
I was lead programmer for the video game Haunted: Halloween '85. I did programming work from home on Linux, but my boss used Windows. We used Skype to communicate. And now we're making another game under a similar arrangement. If we were to switch from Skype, what are the pros and cons of each alternative to Skype?
I'm just surprised that there isn't a Microsoft Linux Distro yet.
You might not have seen it, but Ubuntu is available for Windows 10.
A lot of people, including myself, use long-term supported distributions. Xubuntu, for instance, puts out a new LTS every 24 months in April, and it usually takes until August before it has settled enough to enable LTS-to-LTS upgrades in place. I could try to work around this by reinstalling from scratch, but reinstalling is free only if my time is worth nothing.
I'm a dad trying to introduce his kids to linux as well as stretching out old laptops for the family's use. I can tell you that I am absolutely relieved to read this since they talk to all their friends with Skype and this was the one hold back.
Laws are rules for the court, but merely a bottom bar to hit for life. Think beyond laws in your actions always.
Is Microsoft collaborating with the NSA?
Do ursines defecate in sylvestrian ecosystems?
Signal is the best for security/privacy: https://en.wikipedia.org/wiki/...
web.skype.com lets me log in using Firefox, no problem, so presumably it works there as well.
Gerv
It's about opening your code for peer review and pull requests.
but the NSA is patient. Backdoors don't grow on trees, you know.
Haunted: Halloween '85 is a video game published by Retrotainment Games in October 2015. It didn't need a time machine any more than Capcom needed one for the shoot-em-up 1942 (1984) or that DICE needed one to produce Battlefield 1942 (2002).
The fact that it only works on cell phones makes it useless to me.
Close.
Microsoft has implemented a Linux shim that translates all the native Linux system calls into the corresponding native Windows call and back.
http://blog.dustinkirkland.com...
Demo of running native Linux ELFs on Windows
https://sec.ch9.ms/sessions/bu...
Think of it as the reverse of WINE -- I dub it CHEESE. :-)
Just so I'm clear, Does LINUX run in MS Windows or is it just Ubuntu that runs?
"I believe in Karma. That means I can do bad things to people all day long and I assume they deserve it." : Dogbert
How hard is it to package the binary along with all the required libraries together. Put them in some directory by themselves, and then have /usr/bin/skype be a script that uses something like LD_LIBRARY_PRELOAD to use the versions that work with the binary?
If you have the right versions, you can just move the real binary to /usr/bin, but you're fine if you don't.
Your distribution could set this up when they package it. There's no need for end users to ever have to worry about it.
Personally, I'm just glad that this is a 64-bit binary. I think this leaves only one other program that I need that is only available as a 32-bit binary (the discontinued Adobe Acrobat Reader for those times when Okular can't handle forms).
This Skype is littered with spyware, advertising and intelligence agency collusion.
So, a question for Linux security guys:
How do we sandbox this thing?
(And how sure are we the sandbox is solid / what unavoidable holes still remain?)
Bantam Dominique roosters crow a four-note song. Once you've heard it as "Happy BIRTHday" you can't NOT hear it that way
Why not the other way around? That is, port windows shell to linux. It would pave a way for them to dump NT kernel and use linux like everyone else.
And besides the adds, how is it different from the previous version ?
Skype video just goes to Microsoft/US Gov and anything they see that may be used against you gets kept. Vids of your kids playing with themselves get leaked too.
Skype is garbage and as spyware as it gets in your home and office. Keep your kids away from it.
Microsoft is not visiting Linux world for your benefit. Remember the shims required to boot Linux on PC's sold with SecureBoot?
gtfo
That would rely on too much of the Win32 subsystem.
If you really want the experience, ReactOS have reimplemented Windows Explorer from scratch. Hook that up to wine if you wish.
The fact that it only works on cell phones makes it useless to me.
OK. The best desktop solution is the using the Off-The-Record protocol, with Pidgin (Windows, Linux) and Adium (macOS).
A google search shows that there's an absurd number of choices available now.
Which is part of the problem. If these apps don't federate, I could in the worst case end up needing to install a different app for each contact with whom I wish to communicate.