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

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

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

can i apply different themes when using multiple profiles?

  • 1 απάντηση
  • 3 έχουν αυτό το πρόβλημα
  • 3 προβολές
  • Τελευταία απάντηση από cor-el

more options

I need to use multiple profiles in Firefox. I would like to apply different themes to determine which profile I'm in. How can I do that? Every time I try, it changes for all profiles.

I need to use multiple profiles in Firefox. I would like to apply different themes to determine which profile I'm in. How can I do that? Every time I try, it changes for all profiles.

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

more options

If you try to start another instance without using the -no-remote command line switch then you only open a new window in the current Firefox instance and you will still use the same profile. So it sounds that this is happening in your case.

You can copy and paste this JavaScript code in the Code input field in the Browser/Error Console (Firefox/Tools > Web Developer;Ctrl+Shift+J) and click the Evaluate button to see the path of the currently used Firefox profile folder.
Click the Clear button to remove existing messages to avoid having to scroll to the bottom.

Components.classes["@mozilla.org/file/directory_service;1"].getService(Components.interfaces.nsIProperties).get("ProfD", Components.interfaces.nsIFile).path;