Dette websted vil have begrænset funktionalitet, mens vi gennemgår vedligeholdelse for at forbedre din oplevelse. Hvis en artikel ikke løser dit problem, og du vil stille et spørgsmål, har vi vores supportfællesskab, der venter på at hjælpe dig på @FirefoxSupport på Twitter og/r/firefox på Reddit.

Søg i Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Læs mere

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.

Alle svar (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