Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Więcej informacji

Profile Manager: error Command Not Found

  • 1 odpowiedź
  • 1 osoba ma ten problem
  • 5 wyświetleń
  • Ostatnia odpowiedź od 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

Wszystkie odpowiedzi (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