搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Firefox developer edition 52.0a2 - won't save changes made to customize toolbar after browser exit

  • 4 个回答
  • 5 人有此问题
  • 14 次查看
  • 最后回复者为 AlonBD

more options

The toolbar gets reverted to default after I restart the browser, no matter what changes I make to customize the toolbar.

I've already tried everything here: https://support.mozilla.org/en-US/kb/changes-toolbars-and-window-sizes-are-not-saved

I've also completely uninstalled firefox, along with the firefox's appdata folder, and installed again (and restarted the computer several times). I've tried running it in admin mode. Nothing appears to fix it. Can't seem to find if this is a known bug or not.

Browser: Firefox developer edition 52.0a2 OS: windows 10 64bit Pro

The toolbar gets reverted to default after I restart the browser, no matter what changes I make to customize the toolbar. I've already tried everything here: https://support.mozilla.org/en-US/kb/changes-toolbars-and-window-sizes-are-not-saved I've also completely uninstalled firefox, along with the firefox's appdata folder, and installed again (and restarted the computer several times). I've tried running it in admin mode. Nothing appears to fix it. Can't seem to find if this is a known bug or not. Browser: Firefox developer edition 52.0a2 OS: windows 10 64bit Pro

被采纳的解决方案

It could be that one of the extensions is causing this problem.

Start Firefox in Safe Mode to check if one of the extensions ("3-bar" menu button or Tools -> Add-ons -> Extensions) or if hardware acceleration is causing the problem.

  • Switch to the DEFAULT theme: "3-bar" menu button or Tools -> Add-ons -> Appearance
  • Do NOT click the "Refresh Firefox" button on the Safe Mode start window

If it works in Safe Mode and in normal mode with all extensions ("3-bar" menu button or Tools -> Add-ons -> Extensions) disabled then try to find which extension is causing the problem by enabling one extension at a time until the problem reappears.

Close and restart Firefox after each change via *"3-bar" menu button -> Exit (Power button)

  • Windows: File -> Exit
  • Mac: Firefox -> Quit Firefox
  • Linux: File -> Quit
定位到答案原位置 👍 1

所有回复 (4)

more options

The toolbar customization is normally saved in the browser.uiCustomization.state pref.

Do you see this pref on the on the about:config page?

You can paste its value in the Scratchpad and press "Pretty Print".

more options

When I customize the toolbar, the nav-bar property in browser.uiCustomization.state properly reflects the changes I want.

However after I restart the browser, it reverts back to it's default state.

the value after changes (I.E. the one I want to keep)is:

{

  "placements":{
     "PanelUI-contents":[
        "edit-controls",
        "zoom-controls",
        "new-window-button",
        "privatebrowsing-button",
        "save-page-button",
        "print-button",
        "fullscreen-button",
        "find-button",
        "preferences-button",
        "add-ons-button",
        "developer-button",
        "pocket-button"
     ],
     "web-developer-toolbar":[
        "web-developer-disable-toolbar",
        "web-developer-cookies-toolbar",
        "web-developer-css-toolbar",
        "web-developer-forms-toolbar",
        "web-developer-images-toolbar",
        "web-developer-information-toolbar",
        "web-developer-miscellaneous-toolbar",
        "web-developer-outline-toolbar",
        "web-developer-resize-toolbar",
        "web-developer-tools-toolbar",
        "web-developer-view-source-toolbar",
        "web-developer-options-toolbar",
        "customizableui-special-spring1",
        "web-developer-render-mode-statusbar",
        "web-developer-css-statusbar",
        "web-developer-javascript-statusbar"
     ],
     "addon-bar":[
        "addonbar-closebutton",
        "status-bar"
     ],
     "PersonalToolbar":[
        "personal-bookmarks"
     ],
     "nav-bar":[
        "history-panelmenu",
        "bookmarks-menu-button",
        "home-button",
        "urlbar-container",
        "search-container",
        "cys-toolbaritem",
        "downloads-button",
        "loop-button",
        "imacros-toggle-button",
        "youtube-audio-converter",
        "ublock-button",
        "webide-button"
     ],
     "TabsToolbar":[
        "tabbrowser-tabs",
        "new-tab-button",
        "alltabs-button"
     ],
     "toolbar-menubar":[
        "menubar-items"
     ]
  },
  "seen":[
     "pocket-button",
     "loop-button",
     "developer-button",
     "imacros-toggle-button",
     "youtube-audio-converter",
     "ublock-button",
     "webide-button"
  ],
  "dirtyAreaCache":[
     "PersonalToolbar",
     "nav-bar",
     "TabsToolbar",
     "toolbar-menubar",
     "PanelUI-contents",
     "addon-bar",
     "web-developer-toolbar"
  ],
  "currentVersion":6,
  "newElementCount":1

}

value before changes is: {

  "placements":{
     "PanelUI-contents":[
        "edit-controls",
        "zoom-controls",
        "new-window-button",
        "privatebrowsing-button",
        "save-page-button",
        "print-button",
        "history-panelmenu",
        "fullscreen-button",
        "find-button",
        "preferences-button",
        "add-ons-button",
        "developer-button"
     ],
     "web-developer-toolbar":[
        "web-developer-disable-toolbar",
        "web-developer-cookies-toolbar",
        "web-developer-css-toolbar",
        "web-developer-forms-toolbar",
        "web-developer-images-toolbar",
        "web-developer-information-toolbar",
        "web-developer-miscellaneous-toolbar",
        "web-developer-outline-toolbar",
        "web-developer-resize-toolbar",
        "web-developer-tools-toolbar",
        "web-developer-view-source-toolbar",
        "web-developer-options-toolbar",
        "customizableui-special-spring1",
        "web-developer-render-mode-statusbar",
        "web-developer-css-statusbar",
        "web-developer-javascript-statusbar"
     ],
     "addon-bar":[
        "addonbar-closebutton",
        "status-bar"
     ],
     "PersonalToolbar":[
        "personal-bookmarks"
     ],
     "nav-bar":[
        "cys-toolbaritem",
        "urlbar-container",
        "search-container",
        "bookmarks-menu-button",
        "pocket-button",
        "downloads-button",
        "home-button",
        "loop-button",
        "imacros-toggle-button",
        "youtube-audio-converter",
        "ublock-button",
        "webide-button"
     ],
     "TabsToolbar":[
        "tabbrowser-tabs",
        "new-tab-button",
        "alltabs-button"
     ],
     "toolbar-menubar":[
        "menubar-items"
     ]
  },
  "seen":[
     "pocket-button",
     "loop-button",
     "developer-button",
     "imacros-toggle-button",
     "youtube-audio-converter",
     "ublock-button",
     "webide-button"
  ],
  "dirtyAreaCache":[
     "PersonalToolbar",
     "nav-bar",
     "TabsToolbar",
     "toolbar-menubar",
     "PanelUI-contents",
     "addon-bar",
     "web-developer-toolbar"
  ],
  "currentVersion":6,
  "newElementCount":1

}

more options

选择的解决方案

It could be that one of the extensions is causing this problem.

Start Firefox in Safe Mode to check if one of the extensions ("3-bar" menu button or Tools -> Add-ons -> Extensions) or if hardware acceleration is causing the problem.

  • Switch to the DEFAULT theme: "3-bar" menu button or Tools -> Add-ons -> Appearance
  • Do NOT click the "Refresh Firefox" button on the Safe Mode start window

If it works in Safe Mode and in normal mode with all extensions ("3-bar" menu button or Tools -> Add-ons -> Extensions) disabled then try to find which extension is causing the problem by enabling one extension at a time until the problem reappears.

Close and restart Firefox after each change via *"3-bar" menu button -> Exit (Power button)

  • Windows: File -> Exit
  • Mac: Firefox -> Quit Firefox
  • Linux: File -> Quit
more options

Thanks, it was indeed an add-on - Complete Youtube Saver. They were also aware of it apparently.

Should always start with disabling add-ons when tracking down issues :)