Profiles.ini file: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
mNo edit summary
(removed reference to Mozilla Suite/SM1.x and linked to show hidden files and folders)
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{wrongtitle|title=profiles.ini file}}
{{wrongtitle|title=profiles.ini file}}


:''This article does not apply to Mozilla Suite or SeaMonkey 1.x''
The ''profiles.ini'' file contains information used to keep track of  [[profile folder |profiles]] in  Firefox, Thunderbird, and {{SeaMonkey}} (2.0 and above). Whenever you use the [[Profile Manager]] to create, rename or delete a profile in these applications, the changes are reflected in the profiles.ini file.  The profiles.ini file is located inside the "Firefox" "Thunderbird" or "SeaMonkey" folder in the [[profile folder]] path for each application (see [[Show hidden files and folders]]).  


The ''profiles.ini'' file contains information used to keep track of Firefox and Thunderbird [[profile folder |profiles]], as well as  [http://wiki.mozilla.org/SeaMonkey:Home_Page SeaMonkey] profiles starting in SeaMonkey 2.0.  Whenever you use the [[Profile Manager]] to create, rename or delete a profile in these applications, the changes are reflected in the profiles.ini file.  The profiles.ini file is located inside the "Firefox" "Thunderbird" or "SeaMonkey" folder in the [[profile folder]] path for each application. 
'''On Windows:''' You can use "Start -> Run" or press [Windows key]+[R] to open the Run box, then type in one of the following and click "OK"  to quickly open the appropriate folder:
 
Note that in Windows 2000/XP/Vista you can use "Start -> Run" (on Windows Vista, press "Windows key+R" to open the Run box) then  then type in one of the following and click "OK"  to quickly open the appropriate folder:
*'''Firefox:''' <tt>%APPDATA%\Mozilla\Firefox</tt>
*'''Firefox:''' <tt>%APPDATA%\Mozilla\Firefox</tt>
*'''Thunderbird:''' <tt>%APPDATA%\Thunderbird</tt>
*'''Thunderbird:''' <tt>%APPDATA%\Thunderbird</tt>
*'''SeaMonkey 2.0 and above:''' <tt>%APPDATA%\mozilla.org\SeaMonkey</tt>   
*'''SeaMonkey 2.0+:''' <tt>%APPDATA%\Mozilla\SeaMonkey</tt>   


Since the profiles.ini file is a plain-text file, it can be easily opened, viewed and edited, if necessary, with a text editor such as Notepad.  '''Caution:''' An [[Profile_in_use#Check_the_profile_folder_name_and_location |"already running but is not responding" error]] can occur as a result of incorrect editing of the "profiles.ini" file ([https://bugzilla.mozilla.org/show_bug.cgi?id=278860 bug 278860]).  Always make a backup copy before editing the profiles.ini file.   
Since the profiles.ini file is a plain-text file, it can be easily opened, viewed and edited, if necessary, with a text editor such as Notepad.  '''Caution:''' An [[Profile_in_use#Check_the_profile_folder_name_and_location |"already running but is not responding" error]] can occur as a result of incorrect editing of the "profiles.ini" file ([https://bugzilla.mozilla.org/show_bug.cgi?id=278860 bug 278860]).  Always make a backup copy before editing the profiles.ini file.   


If you delete the profiles.ini file,  a new default profile will be created  the next time you start the application and a new profiles.ini file will be generated that references the new profile.  The Profile Manager will only show the newly-created profile and the old profiles will no longer be listed.  For information about adding profiles to the Profile Manager or accessing profiles that are no longer listed, see the articles, [[Moving your profile folder]] and [[Starting Firefox or Thunderbird with a specified profile]].
If you delete the profiles.ini file,  a new default profile will be created  the next time you start the application and a new profiles.ini file will be generated that references the new profile.  The Profile Manager will only show the newly-created profile and the old profiles will no longer be listed.  For information about adding profiles to the Profile Manager or accessing profiles that are no longer listed, see the articles, [[Moving your profile folder]] and [[Starting your Mozilla application with a specified profile]].


Here are two examples of the profiles.ini file contents [http://forums.mozillazine.org/viewtopic.php?t=473308]:  
Here are two examples of the profiles.ini file contents [http://forums.mozillazine.org/viewtopic.php?t=473308]:  
Line 53: Line 51:
|}
|}


'''IsRelative=1''' refers to the expected or "default" folder path that would be relative to the operating system, e.g.,   <tt>Path=Profiles/xxxxxxxx.default</tt> would be <tt>C:\Documents and Settings\<user name>\Application Data\Mozilla\Firefox\Profiles\xxxxxxxx.default</tt> for a [[Profile_folder#Firefox |Firefox profile folder]] in Windows XP.
'''IsRelative=1''' refers to the expected or "default" folder path that would be relative to the operating system.<br>
For example, <tt>Path=Profiles/xxxxxxxx.default</tt> would be <tt>C:\Users\<user name>\AppData\Roaming\Mozilla\Firefox\Profiles\xxxxxxxx.default</tt>  
for a [[Profile_folder#Firefox |Firefox profile folder]] on Windows 7.


'''IsRelative=0''' refers to a custom profile location such as <tt>Path=D:\Mozilla\Firefox\Profiles\MyProfile</tt>  
'''IsRelative=0''' refers to a custom profile location such as <tt>Path=D:\Mozilla\Firefox\Profiles\MyProfile</tt>  
Line 60: Line 60:


'''Default=1''' refers to the last selected profile.
'''Default=1''' refers to the last selected profile.
==See also==
* [[Creating a new default profile]]
* [[Running from a USB drive - Thunderbird]]


==External links==
==External links==
* [http://developer.mozilla.org/en/docs/Automatic_Mozilla_Configurator:How_Thunderbird_and_Firefox_find_their_configuration_files Automatic Mozilla Configurator:How Thunderbird and Firefox find their configuration files - MDC]
* [https://developer.mozilla.org/en/Automatic_Mozilla_Configurator/How_Thunderbird_and_Firefox_find_their_configuration_files How Thunderbird and Firefox find their configuration files - MDC]
* [http://www.mozilla.org/support/firefox/profile Firefox Help: How To Manage Profiles]
* [http://support.mozilla.com/kb/Managing+profiles Managing profiles (Firefox Support)]


[[Category:Profiles]]
[[Category:Profiles]]

Latest revision as of 00:13, 2 February 2017

The profiles.ini file contains information used to keep track of profiles in Firefox, Thunderbird, and SeaMonkey (2.0 and above). Whenever you use the Profile Manager to create, rename or delete a profile in these applications, the changes are reflected in the profiles.ini file. The profiles.ini file is located inside the "Firefox" "Thunderbird" or "SeaMonkey" folder in the profile folder path for each application (see Show hidden files and folders).

On Windows: You can use "Start -> Run" or press [Windows key]+[R] to open the Run box, then type in one of the following and click "OK" to quickly open the appropriate folder:

  • Firefox: %APPDATA%\Mozilla\Firefox
  • Thunderbird: %APPDATA%\Thunderbird
  • SeaMonkey 2.0+: %APPDATA%\Mozilla\SeaMonkey

Since the profiles.ini file is a plain-text file, it can be easily opened, viewed and edited, if necessary, with a text editor such as Notepad. Caution: An "already running but is not responding" error can occur as a result of incorrect editing of the "profiles.ini" file (bug 278860). Always make a backup copy before editing the profiles.ini file.

If you delete the profiles.ini file, a new default profile will be created the next time you start the application and a new profiles.ini file will be generated that references the new profile. The Profile Manager will only show the newly-created profile and the old profiles will no longer be listed. For information about adding profiles to the Profile Manager or accessing profiles that are no longer listed, see the articles, Moving your profile folder and Starting your Mozilla application with a specified profile.

Here are two examples of the profiles.ini file contents [1]:

  • A profiles.ini file for a single profile in the "default" or expected profile location:
[General]

StartWithLastProfile=1

[Profile0]
Name=default
IsRelative=1
Path=Profiles/qioxtndq.default

  • A profiles.ini file when multiple profiles exist, including an original "default" profile and additional profiles in "custom" locations:
[General]

StartWithLastProfile=1

[Profile0]
Name=default
IsRelative=1
Path=Profiles/default.cta

[Profile1]
Name=alicew
IsRelative=0
Path=D:\Mozilla\Firefox\Profiles\alicew
Default=1

[Profile2]
Name=sheldon
IsRelative=0
Path=D:\Mozilla\Firefox\Profiles\sheldon

IsRelative=1 refers to the expected or "default" folder path that would be relative to the operating system.
For example, Path=Profiles/xxxxxxxx.default would be C:\Users\<user name>\AppData\Roaming\Mozilla\Firefox\Profiles\xxxxxxxx.default for a Firefox profile folder on Windows 7.

IsRelative=0 refers to a custom profile location such as Path=D:\Mozilla\Firefox\Profiles\MyProfile

StartWithLastProfile=1 indicates that the "Don't ask at startup" option is selected.

Default=1 refers to the last selected profile.

See also

External links