Ovo će web mjesto raditi na ograničen način, dok obavljamo održavanje stranice. Ako neki članak ne riješi tvoj problem i ako želiš postaviti pitanje, naša zajednica za podršku spremna je pomoći na Twitteru @FirefoxSupport i na Redditu /r/firefox.

Pretraži podršku

Izbjegni prevare podrške. Nikad te nećemo tražiti da nas nazoveš, da nam pošalješ telefonski broj ili da podijeliš osobne podatke. Prijavi sumnjive radnje pomoću opcije „Prijavi zlouporabu”.

Saznaj više

127.0.2 profiles in folders: "Firefox is already running"

  • 1 odgovor
  • 2 imaju ovaj problem
  • 1 prikaz
  • Posljednji odgovor od chr15m

more options

For a long time I've used Firefox on Linux with multiple instances each with their own profile folder. Today when I try to run these instances with separate profile folders I get the following error:

> Firefox is already running, but is not responding. To use Firefox, you must first close the existing Firefox process, restart your device, or use a different profile.

Profiles are created like this:

firefox --new-instance --createprofile "PROFILENAME ~/.firefox-PROFILENAME"

They are run like this:

firefox --new-instance --profile "~/.firefox-PROFILENAME"

It seems something has broken with the instance isolation as this is now throwing an error. Additionally I run "createprofile" it doesn't seem to actually create the folder.

For a long time I've used Firefox on Linux with multiple instances each with their own profile folder. Today when I try to run these instances with separate profile folders I get the following error: > Firefox is already running, but is not responding. To use Firefox, you must first close the existing Firefox process, restart your device, or use a different profile. Profiles are created like this: firefox --new-instance --createprofile "PROFILENAME ~/.firefox-PROFILENAME" They are run like this: firefox --new-instance --profile "~/.firefox-PROFILENAME" It seems something has broken with the instance isolation as this is now throwing an error. Additionally I run "createprofile" it doesn't seem to actually create the folder.

Izabrano rješenje

Solution: this is happening when Firefox is installed as a snap instead of via `apt`. To fix it I did the following:

``` snap remove firefox apt install firefox ```

I previously had it installed with `apt` but somehow it must have been re-installed as a snap along the line.

Pročitaj ovaj odgovor u kontekstu 👍 0

Svi odgovori (1)

more options

Odabrano rješenje

Solution: this is happening when Firefox is installed as a snap instead of via `apt`. To fix it I did the following:

``` snap remove firefox apt install firefox ```

I previously had it installed with `apt` but somehow it must have been re-installed as a snap along the line.

Korisno?

Postavi pitanje

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.