Questo sito potrebbe offrire funzionalità limitate durante le operazioni di manutenzione per migliorare l'esperienza utente. Se un articolo non risolve il tuo problema e vuoi richiedere supporto, la nostra comunità di supporto è pronta ad aiutarti tramite @FirefoxSupport su Twitter e /r/firefox su Reddit.

Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Ulteriori informazioni

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

Profile Manager: error Command Not Found

  • 1 risposta
  • 1 ha questo problema
  • 5 visualizzazioni
  • Ultima risposta di Toad-Hall

more options

Running OSX 10.6.8 First I followed this: https://support.mozilla.org/en-US/kb/using-multiple-profiles > To enable the Profile Manager:

   Open the Terminal application, then type "/Applications/Thunderbird.app/Contents/MacOS/thunderbird-bin -ProfileManager" and press Return. 

> and got No Such File or Directory.


So I re-wrote the path to match my setup and get Command Not Found:

Macintosh HD/Applications/Thunderbird31-8-0.app/Contents/MacOS/thunderbird-bin -ProfileManager

Running OSX 10.6.8 First I followed this: https://support.mozilla.org/en-US/kb/using-multiple-profiles > To enable the Profile Manager: Open the Terminal application, then type "/Applications/Thunderbird.app/Contents/MacOS/thunderbird-bin -ProfileManager" and press Return. > and got No Such File or Directory. So I re-wrote the path to match my setup and get Command Not Found: Macintosh HD/Applications/Thunderbird31-8-0.app/Contents/MacOS/thunderbird-bin -ProfileManager

Tutte le risposte (1)

more options

Launch Terminal ("Applications -> Utilities -> Terminal") enter the command starting with / after the prompt in Terminal: Note there is a space before -profilemanager

/Applications/Thunderbird.app/Contents/MacOS/thunderbird-bin -profilemanager

or try without the -bin:

/Applications/Thunderbird.app/Contents/MacOS/thunderbird -profilemanager