In Linux, unlike Windows, multiple users can simultaneously connect to the same machine and get a full GUI using windows managers like VNC.在Linux ,不像Windows中,多个用户可以同时连接到同一台机器上,并得到全贵使用的是Windows经理一样的VNC 。 However when one of the account has Firefox opened, others are prevented from bringing up firefox which can be very much irritating.然而,当其中一个帐户Firefox的开放,其他人无法造就的Firefox可以十分厌烦。 The solution is to bring up firefox with the following command:解决的办法是把Firefox的与下列命令:
firefox -profile-manager -no-remote Firefox的配置文件管理器-无遥控

This will tell firefox not to connect to an already open instance (default action) but create a new instance.这会告诉Firefox的不能连接到一个已经打开,例如(默认操作) ,但创造的一个新实例。
It also asks it to display the profile manager to allow you to choose a profile.它也要求它,以显示配置文件管理器,让您选择设定档。 I also had success by simply using:我也取得了成功,只需使用:
firefox -no-remote in Firefox 2.x Firefox的没有遥控器在Firefox 2.x的

You should create a different profile for each login to allow you to simultaneously open Firefox from multiple logins on the same machine.你应该创建一个不同的配置文件为每个登录到让你同时打开Firefox从多个登录在同一台机器上。 I use the same name as the login id, but that is not a necessity.我使用相同的名称作为登录ID ,但是这不是一个必要的。

BTW: Have you tried Opera.的BTW :您是否尝试过歌剧。 Opera on Linux is faster than any other browser.歌剧在Linux上是更快,比任何其他浏览器。 It handles multiple tab even better than Firefox.它处理多个标签,甚至优于Firefox的。 Overall so far I am having a nice experience with Opera.整体到目前为止,我有一个很好的经验,与歌剧。 Unfortunately I don’t get all the plugins of Firefox.可惜我没有得到所有插件的Firefox 。