- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
How to open two Skype accounts on Linux?
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Link to this reply
- Email to a Friend
- Report Inappropriate Content
04-01-2012
10:39
- last edited
3 weeks ago
by
LiamB
There is a way to open two Skyoe accouts in Windows by run it as "path /secondary"
How to do the same in Linux, I use Ububntu x64
Re: How to open two Skype accounts on Linux?
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Link to this reply
- Email to a Friend
- Report Inappropriate Content
05-01-2012 16:59 - edited 06-01-2012 05:07
It works for me. Just start another skype instance, by either clicking on the icon or say by using the RUN window (Alt+F2). The new instance will start, but will report that another instance is running and will refuse to signin using the same user name. Now, change the username and password in the second instance and you should be fine. I have been able to do this on a Ubuntu 10.04.3 LTS 64bit machine. Skype will only remember the last of the two username+password combinations for auto sign-on the next time you start skype.
Re: How to open two Skype accounts on Linux?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Link to this reply
- Email to a Friend
- Report Inappropriate Content
01-08-2012 01:32
the /secundary option seems not working neither.
Help is welcome
Re: How to open two Skype accounts on Linux?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Link to this reply
- Email to a Friend
- Report Inappropriate Content
02-08-2012 10:24
I found a solution. Skype is saving the data in ~/.Skype directory. ~ means your home directory. You can run a further skype4.0 session using a further data directory.
e.g. from a bash terminal:
prepartion:
> cd
> mkdir .Skype2
call of second skype session:
> skype --dbpath=~/.Skype2 &
After that works, you can add an icon or menu entry in your Window manager to simplify the start...
Re: How to open two Skype accounts on Linux?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Link to this reply
- Email to a Friend
- Report Inappropriate Content
02-08-2012 13:43
sudo su -c "nohup skype && exit"
is as well possible: you can even close the terminal later
Not really satisfactory but it works
Re: How to open two Skype accounts on Linux?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Link to this reply
- Email to a Friend
- Report Inappropriate Content
02-08-2012 14:20
Well, you are changing the linux account to run the second skype session with su. Without an account as argument, su switches to root. So your examples runs skype as root.
I'm sorry, but I think this is a very bad idea - regarding security...
Assuming you have a second linux user account XXX, the following should do as well
sudo -u XXX skype &
Re: How to open two Skype accounts on Linux?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Link to this reply
- Email to a Friend
- Report Inappropriate Content
21-01-2013 08:22
Nonononono
Skype with root previliges -- toooooooooo dangerous!
Re: How to open two Skype accounts on Linux?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Link to this reply
- Email to a Friend
- Report Inappropriate Content
03-04-2013 18:35
Alt+F2
skype --secondary
![]()
Re: How to open two Skype accounts on Linux?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Link to this reply
- Email to a Friend
- Report Inappropriate Content
Sunday
skype --secondary works super even more accounts will do.
Namaste Gerrit
