- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Secondary account in Skype 4.0
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Link to this reply
- Email to a Friend
- Report Inappropriate Content
15-06-2012 08:37
How to open two Skype clients on Linux?
Solved! Go to Solution.
Re: Secondary account in Skype 4.0
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Link to this reply
- Email to a Friend
- Report Inappropriate Content
15-06-2012 09:14
skype --secondary
got: skype: unrecognized option '--secondary'
skype /secondary
got: opened previously loaded skype.
Re: Secondary account in Skype 4.0
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Link to this reply
- Email to a Friend
- Report Inappropriate Content
15-06-2012 09:37
I have the same issue. Found this workaround:
1: Stop all running skype instances.
2: Copy the directory where skype stores its options: [in home directory] cp -a .Skype .Skype2
3: Start one instance as usual
4: Start the second with skype --dbpath=~./.Skype2
Hope that helps...
Re: Secondary account in Skype 4.0
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Link to this reply
- Email to a Friend
- Report Inappropriate Content
15-06-2012 09:45
It works.
Re: Secondary account in Skype 4.0
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Link to this reply
- Email to a Friend
- Report Inappropriate Content
15-06-2012 09:53
Re: Secondary account in Skype 4.0
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Link to this reply
- Email to a Friend
- Report Inappropriate Content
15-06-2012 11:23
Many thanks for figuring this out and posting it, I have been able to update my start up shell scripts. I now have my multiple accounts back up and running. Kudos much deserved.
Re: Secondary account in Skype 4.0
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Link to this reply
- Email to a Friend
- Report Inappropriate Content
21-06-2012 08:59
Re: Secondary account in Skype 4.0
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Link to this reply
- Email to a Friend
- Report Inappropriate Content
21-06-2012 09:34
Re: Secondary account in Skype 4.0
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Link to this reply
- Email to a Friend
- Report Inappropriate Content
21-06-2012 10:27
Hi spitfire2312,
I tried exactly as you suggested and that's what didn't work...
What *DID* work was when I started all three accounts in one command with & between each one.
eg: skype --dbpath=~/.Skype1 & skype --dbpath=~/.Skype2 & skype --dbpath=~/.Skype3
Hope this helps someone else.
Re: Secondary account in Skype 4.0
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Link to this reply
- Email to a Friend
- Report Inappropriate Content
21-06-2012 10:32
You can use the same solution as for MacOS. For linux it will be:
sudo su -c "nohup skype && exit" (type this in terminal)
The advantage is that when you close terminal window the skype still working ![]()
