Trang web này sẽ có chức năng hạn chế trong khi chúng tôi trải qua bảo trì để cải thiện trải nghiệm của bạn. Nếu một bài viết không giải quyết được vấn đề của bạn và bạn muốn đặt câu hỏi, chúng tôi có cộng đồng hỗ trợ của chúng tôi đang chờ để giúp bạn tại @FirefoxSupport trên Twitter và /r/firefox trên Reddit.

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

Error in Thunderbird 78.2.2 and 78.3.1 for command line control on Mac

  • 22 trả lời
  • 1 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi ppp

more options

Until today I would use a command line like:

Applications/Thunderbird.app/Contents/MacOS/thunderbird -profile /TargetPATH/4t8rz46z.default/

to start Thunderbird using the profile given in the TargetPATH.

But after todays update 78.2.2, this feature does not work on my mac MacOS 10.15.6

When using this command line, thunderbird opens but without any content.

How to do now a command line start of Thunderbird on a target profile?

Until today I would use a command line like: Applications/Thunderbird.app/Contents/MacOS/thunderbird -profile /TargetPATH/4t8rz46z.default/ to start Thunderbird using the profile given in the TargetPATH. But after todays update 78.2.2, this feature does not work on my mac MacOS 10.15.6 When using this command line, thunderbird opens but without any content. How to do now a command line start of Thunderbird on a target profile?

Được chỉnh sửa bởi ppp vào

Giải pháp được chọn

I have found a workaround, but I still don’t understand why the initial command did not work.

On MacOS 10.15.7 and TB 78.3.1, the following command Applications/Thunderbird.app/Contents/MacOS/thunderbird does not work. It starts thunderbird, but give the empty screen already given above as an attachment.

Now the following command does work on my computer

cd Applications/Thunderbird.app/Contents/MacOS/ ./thunderbird -profile /TargetPATH/4t8rz46z.default/

If anyone can explain to me what changed after TB 78.2.0 to make those changes... please let me know.

Đọc câu trả lời này trong ngữ cảnh 👍 0

Tất cả các câu trả lời (2)

more options

Giải pháp được chọn

I have found a workaround, but I still don’t understand why the initial command did not work.

On MacOS 10.15.7 and TB 78.3.1, the following command Applications/Thunderbird.app/Contents/MacOS/thunderbird does not work. It starts thunderbird, but give the empty screen already given above as an attachment.

Now the following command does work on my computer

cd Applications/Thunderbird.app/Contents/MacOS/ ./thunderbird -profile /TargetPATH/4t8rz46z.default/

If anyone can explain to me what changed after TB 78.2.0 to make those changes... please let me know.

more options

The command need to be read as (not quite sure the two lines were together in my previous answer) :

cd Applications/Thunderbird.app/Contents/MacOS/

./thunderbird -profile /TargetPATH/4t8rz46z.default/

  1. 1
  2. 2