View Single Post
  #2  
Old 07-17-2007, 10:36 AM
kevina kevina is online now
Registered User
 
Join Date: 03-26-2003
Posts: 825
When Firefox is started for the first time with the Ultra Recall extension installed, it attempts to add the toolbar buttons, then registers that this action has been completed as a user preference (to prevent later automatic recreation of the buttons).

Apparently this boolean user preference value is not being written for some unknown reason. You can manually create this value with the following steps:
1) start Firefox
2) navigate to about:config (no space, not sure why that displays on this forum post)
3) navigate in the list to ensure that an entry with the name of extensions.urextension.firstrun does not exist (this is what should be created, with a value of true)
4) right-click on an existing value, then add a new boolean value
5) give it the name above, then assign a value of true

To remove the extraneous buttons, in Firefox on the menu, click View | Toolbars | Customize, then drag the extra buttons off of the Toolbar back to the Toolbar palette.

An additional check will be added to the Firefox/Thunderbird extensions to prevent this from occurring even when this user preference value isn't/can't be written to disk...
Reply With Quote