Connect with us

I Heart Ubuntu

Run Multiple Instances of Skype 4.0

multiple skype

Run Multiple Instances of Skype 4.0

I have different professorial groups that I stay in touch with online. The old method of running multiple Skype instances in Ubuntu worked great with older versions of Ubuntu using GNOME, but times changes and so do our desktops. In Ubuntu with Unity it is still possible to run multiple Skypes.

Ready?

You’ll need to install Skype 4.x if you havent done so yet. Just head over to skype.com and download the linux version and install. The newest version is already in the Ubuntu Software Center as well.

Now you need to create new copies of the installed Skype. Open up a terminal and run the following commands:

cp -r ~/.Skype ~/.Skype.first
cp -r ~/.Skype ~/.Skype.second

So now you have two installed instances of Skype. That was pretty dang easy, right? We now need to link up to those, so lets create a launcher for the two different Skypes.

This might be redundant, but lets make sure you have this installed first. Install gnome-panel package using this terminal command….

sudo apt-get install –no-install-recommends gnome-panel

Now make a folder off of your home directory to put the launchers in. I made one called “myapps”, but you can name yours whatever you want. Open a terminal and type this:

mkdir myapps

Now run this command:

gnome-desktop-item-edit ~/myapps/ –create-new

A new launcher box will pop up. Name it what you want (Skype1) and pick an icon what you want (download use the one down below if you’d like). Now type in the command field the following command:

skype –dbpath=~/.Skype.first

And lets do this again for the second Skype launcher (name it Skype2 or whatever)…

gnome-desktop-item-edit ~/myapps/ –create-new

and also…

skype –dbpath=~/.Skype.second

So your launchers are both made and can be found in your new /home/myapps directory. Open up your file browser and go there and you should see the two new instances of Skype. Click the first one and after it opens, pin it or lock it to your Ubuntu Unity launcher. Do the same with the second and lock it to the launcher.

THATS IT. Whew! Now you can run multiple instances of Skype in the newest versions of Ubuntu!

Continue Reading
You may also like...

I am a linux user for over 10 years and Ubuntu linux is my only operating system. I originally made the jump from Windows to Ubuntu and open source back in early 2007 (using Ubuntu 6.10) for privacy and virus concerns.

Comments

More in multiple skype

To Top