Talk:Support/Firefox Features/Clean up user profile: Difference between revisions
(Concern over "Reset Firefox to it's default state" string) |
(migrating extensions may result in problems persisting, make this optional) |
||
Line 16: | Line 16: | ||
I'm just slightly concerned that many people will be put off by the data-loss sounding nature of the "Reset Firefox to it's default state" string - and so be unnecessarily reluctant to choose that option. Use of the word "repair" as opposed to "reset" on the first page (before the changes are elaborated) might be one way to deal with this - or else a string along the lines of "Reset Firefox to it's default state (preserves X/Y/X)" --[[User:Edmorley|Ed Morley]] 01:12, 30 June 2011 (PDT) | I'm just slightly concerned that many people will be put off by the data-loss sounding nature of the "Reset Firefox to it's default state" string - and so be unnecessarily reluctant to choose that option. Use of the word "repair" as opposed to "reset" on the first page (before the changes are elaborated) might be one way to deal with this - or else a string along the lines of "Reset Firefox to it's default state (preserves X/Y/X)" --[[User:Edmorley|Ed Morley]] 01:12, 30 June 2011 (PDT) | ||
== Offer to NOT migrate extensions == | |||
Might it help if instead of one profile two are created one without extensions. Some of the problems may be caused by extensions; if that is the case the problem is not solved by the factory reset. (It is also not a "factory reset", the original install is without extensions) That may however become a problem if users are unable to handle two separate profiles (after withdrawal of profile manager). | |||
Alternatively do a two stage procedure, the first allows the user to have a profile without extensions and test that, as a second separate stage migrate extensions. [[User:John99|John99]] 03:51, 14 July 2011 (PDT) |
Revision as of 10:51, 14 July 2011
Other Documentation
I was going to add the following to the Other Documentation section but figured I should post it here instead:
- (MozillaZine KB) Creating a new default profile (This article suggests deleting or renaming the profiles.ini file to force Firefox to create a new default profile). Alice Wyman 17:20, 19 April 2011 (PDT)
The installer is not a good option
There are several ways that Firefox itself could do this across all platforms. As long as you try to tie this into the installer itself this won't be available for platforms other than Windows and on Windows the account performing the installation can be a different account than the one used with Firefox which makes it impossible for the installer to work with the profile. : Robert Strong 07:05, 27 April 2011 (PDT)
Specifically:
- There is no guarantee that the Windows installer is running as the user that is trying to do the repair. We've had bugs where the user expects the installer to be able to find their Firefox profile when the user has manually launched the installer as a different user.
- Teaching a non-Mozilla application how to manage Firefox profile files is to say the least a PITA and a lot of duplicate code.
- Firefox can accomplish this whether it be via the safe mode dialog or some other method thereby removing the two previously noted issues. It is magnitudes simpler for Firefox to understand profiles than it is to teach our Windows NSIS installer AND in the future the Windows MSI installer how to work with Firefox profiles.
- If you really want this available from the Windows installer then a command line option can be added to Firefox to initiate the process in Firefox or a utility application if you prefer. This wouldn't solve the first issue noted above but it wouldn't make it any worse and then this capability would be available on all platforms instead of just Windows. : Robert Strong 16:24, 27 April 2011 (PDT)
Scary string: "Reset Firefox to it's default state"
At several points in the UX mockups the phrase "Reset Firefox to it's default state" is used, without at the same time stating that history/bookmarks/passwords will be saved. The user first has to assess what "default state" could mean, choose to press "Reset Firefox" (without knowing that there is a confirmation page afterwards) - and only then is told that "default state" isn't as scary as it might otherwise be - since it does actually keep history/bookmarks/passwords/form data.
I'm just slightly concerned that many people will be put off by the data-loss sounding nature of the "Reset Firefox to it's default state" string - and so be unnecessarily reluctant to choose that option. Use of the word "repair" as opposed to "reset" on the first page (before the changes are elaborated) might be one way to deal with this - or else a string along the lines of "Reset Firefox to it's default state (preserves X/Y/X)" --Ed Morley 01:12, 30 June 2011 (PDT)
Offer to NOT migrate extensions
Might it help if instead of one profile two are created one without extensions. Some of the problems may be caused by extensions; if that is the case the problem is not solved by the factory reset. (It is also not a "factory reset", the original install is without extensions) That may however become a problem if users are unable to handle two separate profiles (after withdrawal of profile manager).
Alternatively do a two stage procedure, the first allows the user to have a profile without extensions and test that, as a second separate stage migrate extensions. John99 03:51, 14 July 2011 (PDT)