On Fri, Jul 15, 2016 at 3:37 PM, Felix Miata <mrmazda@earthlink.net> wrote:
Bernhard Voelker composed on 2016-07-15 20:55 (UTC+0200):
Andrei Borzenkov wrote:
Greg Freemyer пишет:
- Among those 3 concurrent login sessions, I can only launch one instance of Firefox total. If I try to launch it from a second session I get an error:
("Firefox is already running and is not responding ....").
Is that a long-term well known bug? Or is it a bug unique to Leap 42.2?
It is not a bug, Firefox works by design. The only workaround I know is to launch it with separate profile.
maybe also interesting:
--no-remote Do not accept or send remote commands; implies --new-instance. --new-instance Open new instance, not a new window in running instance.
Or instead of -no-remote (not --; man firefox), do as I've been doing for somewhere around 16 years, since Mozilla 0.94 or so, before Firefox was conceived:
$ set | grep MOZ MOZ_NO_REMOTE=1 $ ps -A | egrep 'iref|monk' 7971 ? 01:20:07 seamonkey 10103 ? 07:07:43 seamonkey 10223 ? 00:41:13 firefox 10343 ? 00:02:26 firefox-bin 10395 ? 04:24:59 firefox
None of the 3 are working. I even rebooted after updating my .profile. If it as designed, I'm okay. If its a bug I'd like to report it to bugzilla. Greg -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org