Posts Tagged ‘Mozilla’

Open multiple gmail account on Mozille Firefox

April 7, 2010

Hi

Most of we have more than one gmail account. Sometimes we want to open those at the same time. But after a logging into a gmail account, if we try to open another gmail account it opens the same account which has been running. Even an orkut account opens automatically by the same account which is active.

Here is how you can solve this problem by a trick and open different account at the same time.

Follow the simple steps given below :

    1. Open Run dialog box. In Linux, press Alt+F2 kyes. In Windows, press Windows+R keys.
    2. Once the box appears, type the following command :
    firefox -p -no-remote
    This will open a new dialog box with Firefox User Profiles.
    3. Click on “Create Profile…” button. Follow the wizard to create a new profile, give it a new name as you wish (say newgmail).
    4. Close any open dialogs before returning to the desktop.

Now whenever you want to open more than one gmail you can create new profile using the above steps.

To open multiple profiles, give the following command :
firefox -p -no-remote

Select another profile from the dialog box.
You can create multiple profiles and open different gmail account at the same time.

The ‘-no-remote’ option creates a solitary session. This session is not different then the current open Firefox session or profiles. When the ‘no-remote’ command is not selected, a new window will open using the default or current profile. This is how session sharing happens and is what we need to prevent.

Because session sharing has been disabled by the ‘-no-remote’ command, it is possible to have two gmail accounts open at the same time.

Enjoy gmailing… 🙂

This has been tested by me in Ubuntu 8.04 Linux. It is working fine.
I have not tested it in Windows. Please use it and post a comment about it if it helps you.

Regards,
Manohar Bhattarai

Swiftfox browser – Optimised Mozilla Firefox for Linux

April 5, 2010

Hi

Here is an optimised Mozilla Firefox for Linux called Swiftfox. You can get the info from here. You can choose deb files or tarballs to install. Install it and enjoy.

Here is how to install Swiftfox in your linux distro as it is distro independent. It supports all firefox plugins.

Steps to install :

  1. Download the installer to your home directory
  2. Chose your type of processor
  3. Open a terminal window
  4. Run the installer by typing the following:
    sh install-swiftfox.sh
  5. Launch Swiftfox by selecting it from the menu

Regards,

Manohar Bhattarai