Setting up Skype for web in Debian
Posted on Sat 21 March 2020 in software • 1 min read •
I do not prefer having closed source software on my Debian machine.
However, due to the popularity of Skype, the package skypeforlinux
was installed on my Debian system.
Finally, I am able to get rid of the binary blob by using the web version of the service.
If you also want to get rid of the binary software and still want to have the convenience offered by it, the steps are listed below:
- Get rid of
skypeforlinux
package bysudo apt purge skypeforlinux
command. - Make a text file named
skype_web.desktop
in~/.local/share/applications
with following content.
1 2 3 4 5 6 7 8 |
|
- In the activities panel of gnome-shell, select
Skype Web
to start it. - Login with your credentials and select to remain logged in.
Enjoy Skype from the web interface. Further, it also frees me from worry that skype might be running in the background. If chromium is closed, the skype is no longer running.