Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά παραβίασης».

Μάθετε περισσότερα

Αυτό το νήμα αρχειοθετήθηκε. Κάντε νέα ερώτηση αν χρειάζεστε βοήθεια.

If Firefox is running, applications can't open a browser window (FIREFOX IS ALREADY RUNNING::: error) CENTOS7 Firefox 38.5.0

  • 3 απαντήσεις
  • 2 έχουν αυτό το πρόβλημα
  • 135 προβολές
  • Τελευταία απάντηση από smags

I am running CENTOS 7 with all updates, so FIREFOX is version 38.5.0

Since last update I can't open a browser window from an application, when I am already running firefox. This worked before without any problems.

Error message: Firefox is already running, but is not responding. To open a new window, you must firest close the existing Firefox process, or restart your system.

I am running CENTOS 7 with all updates, so FIREFOX is version 38.5.0 Since last update I can't open a browser window from an application, when I am already running firefox. This worked before without any problems. Error message: Firefox is already running, but is not responding. To open a new window, you must firest close the existing Firefox process, or restart your system.

Επιλεγμένη λύση

You can use the -no-remote command line switch instead of the environment variable if you need to start another instance with a separate profile.

Προβολή απάντησης εντός συζήτησης 👍 1

Όλες οι απαντήσεις (3)

SOLVED

I had set MOZ_NO_REMOTE=1, because somtimes I connect via x2go. After removing it, everthing was fine.

Επιλεγμένη λύση

You can use the -no-remote command line switch instead of the environment variable if you need to start another instance with a separate profile.

Thank you cor-el ! I will make a second application launcher with this start option.