You are not logged in.
Pages: 1
Hi guys, do you know how I can set up skype for linux? I downloaded the package for skype for debian from the offical skype website, but then I have no idea on how to install skype.
Offline
I downloaded the package for skype for debian from the offical skype website
Open the file manager and left-click on the downloaded .deb file, this should start gdebi which will install the program for you.
Offline
or You can just go to terminal and type:
sudo apt-get install skype
But I have no idea if it's in BL repositories.
UNIT: HP PAVILION 15 (2014)
SPEC: INTEL CORE i5-4288U CPU @ 2.60GHz // 8 GB RAM // INTEL HD4400 // HDD 1,5TB
SYSTEM: BunsenLabs 8.7 (Hydrogen)
..:: THERE ARE NO IMPOSSIBLE THINGS - THERE ARE ONLY PEOPLE WHO CAN'T DO SOMETHING ::..
Offline
So, I recently installed skype just two weeks ago, remembering it working rather well on Linux at one time. I did it via the .deb package available from Skype. Just some info for anyone that happens upon this thread and wants to install it. The current Skype package available for linux is like Version 5.101 Beta. I just want you all to be aware there is no longer feature parity with that version and the Mac/Windows version. At one time there was. But at some point Microsoft changed Skype (its current functionality is dependent upon Azure, and is centralized whereas Skype originally was peer to peer via the Fasttrack protocol that Sharman Networks pioneered) and when they made these changes my understanding is that the development of Skype on Linux for a time was pretty much discontinued. The current version (correct me if i'm wrong) is an Electron app (see Atom.io, slack, nylas-mail) and does not have all of the features implemented that the Mac and Windows versions do. For me the voice chatting/calling does not work by default and nor does the video. Please if someone gets these features working right out of the box on a debian variant come here and smite me down with your words of wisdom. I did, by accident notice that if log in to skype for web while i am running the current Skype for linux offering the call button becomes clickable again and I presume I am able to make voice calls? Have not tested this. Just a heads up to all who may have used Skype on linux before and are looking to use it again. It would seem to me that for now the current offering is a hobbled program that pretty much functions only for chat. /endrant
I may be slow, but I have the best of intentions.
Offline
sexynsmartjenny wrote:I downloaded the package for skype for debian from the offical skype website
Open the file manager and left-click on the downloaded .deb file, this should start gdebi which will install the program for you.
okay, I did that. And according the to little dialog box it says its now installed. But when I go to my
"run dialog" and entere "skype" nothing ccame up. What did I do wrong?
Offline
Try starting it from a terminal and post any errors.
"skype" may not be the name of the app - might be skype64 or something. Take a look at the contents of /usr/bin or /usr/local/bin to see what it's called.
Or maybe it got installed to a location not on your path and didn't create a symlink for you.
Edit - I unpacked the deb file from their site, looks like it's installed as /usr/bin/skypeforlinux
Last edited by PackRat (2017-04-21 21:06:06)
You must unlearn what you have learned.
-- yoda
Offline
...
okay, I did that. And according the to little dialog box it says its now installed. But when I go to my
"run dialog" and entere "skype" nothing ccame up. What did I do wrong?
Did you ever get round to reading Introduction to the BunsenLabs Desktop/Run applications? Try dmenu (Alt-F3)
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
Type in Alt + F3 and then Type in skypeforlinux it should be right there. Alternatively, from a terminal type in skypeforlinux and voila.
I may be slow, but I have the best of intentions.
Offline
maybe with a capital 'S'? and try tab-completion.
Offline
Alt + F2 in my case, than type: skypeforlinux. Done
UNIT: HP PAVILION 15 (2014)
SPEC: INTEL CORE i5-4288U CPU @ 2.60GHz // 8 GB RAM // INTEL HD4400 // HDD 1,5TB
SYSTEM: BunsenLabs 8.7 (Hydrogen)
..:: THERE ARE NO IMPOSSIBLE THINGS - THERE ARE ONLY PEOPLE WHO CAN'T DO SOMETHING ::..
Offline
Alt + F2 in my case, than type: skypeforlinux. Done
On a default installation the run box (gmrun) is started with Alt-F2, and the dmenu application is started with Alt-F3
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
For users who wish to avoid playing a game of hunt-the-executable every time a new package is installed, I would recommend using one of the (many) automatic menu-generating applications to populate the menu (or part of it) from the installed .desktop files, as is common with most full desktop environments.
My current favourite is pmenu:
https://forums.bunsenlabs.org/viewtopic.php?id=1066
This can be added as an Openbox submenu by adding this line to ~/.config/openbox/menu.xml (add it wherever you want the "Applications" sub-menu to appear):
<menu id="pmenu" label="Applications" execute="pmenu.py --mode openbox" />
New applications will subsequently be added under the appropriate section automagically upon installation with no need for user intervention.
For more on .desktop files & menu entries, see https://specifications.freedesktop.org/ … ec/latest/
Offline
Pages: 1