為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

profiles.ini file not doing what I need it to (and it used to)

more options

I access my Tbird profile from different devices. My old laptop self-destructed, so I need to configure a new one. The profile I use in on a central server, so I need to have the laptop find it.

What always worked for me in the past was to edit profile.ini, in ...Appdata/Roaming/Thunderbird which currently looks like:

[InstallD78BF5DD33499EC2] Default=Profiles/ibbgujfs.default-release Locked=1

[Profile1] Name=default IsRelative=1 Path=Profiles/p3uryki2.default Default=1

[Profile0] Name=default-release IsRelative=1 Path=Profiles/ibbgujfs.default-release

[Profile2] Name=Central-Store IsRelative=0 Path=//NEW-HUB/F/TbirdDad

[General] StartWithLastProfile=1 Version=2

Central-store is the one I need to use. But when I go to Troubleshooting / about-profiles it does not show up.

And just to be clear, it is useless for me (or anyone) to destroy, move or replicate the profile data without losing coherent access from more than one device.

I access my Tbird profile from different devices. My old laptop self-destructed, so I need to configure a new one. The profile I use in on a central server, so I need to have the laptop find it. What always worked for me in the past was to edit profile.ini, in ...Appdata/Roaming/Thunderbird which currently looks like: [InstallD78BF5DD33499EC2] Default=Profiles/ibbgujfs.default-release Locked=1 [Profile1] Name=default IsRelative=1 Path=Profiles/p3uryki2.default Default=1 [Profile0] Name=default-release IsRelative=1 Path=Profiles/ibbgujfs.default-release [Profile2] Name=Central-Store IsRelative=0 Path=//NEW-HUB/F/TbirdDad [General] StartWithLastProfile=1 Version=2 Central-store is the one I need to use. But when I go to Troubleshooting / about-profiles it does not show up. And just to be clear, it is useless for me (or anyone) to destroy, move or replicate the profile data without losing coherent access from more than one device.

所有回覆 (2)

more options

use the profile manager, or even about:profiles from the troubleshooting infdormation. Manual editing of files is a method that used to work, but post profile per install it is no longer an exercise that is worth the effort. Use the GUI to create a new profile in the appropriate location.

https://support.mozilla.org/en-US/kb/profile-manager-create-and-remove-thunderbird-profiles#w_start-the-profile-manager-when-thunderbird-is-closed

more options

I had forgotten that the profiles.ini file need the UNIX file specification notation, not the Windows one, so Path=//NEW-HUB/F/TbirdDad needed to be Path=\\NEW-HUB\F\TbirdDad

With that change it worked