Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Sök i support

Akta dig för supportbedrägerier: Vi kommer aldrig att be dig att ringa eller skicka ett sms till ett telefonnummer eller dela personlig information. Rapportera misstänkt aktivitet med alternativet "Rapportera missbruk".

Learn More

Bookmark editing and after firefox nightly reopening bookmarks are reverted as they were

  • 2 svar
  • 1 har detta problem
  • 3 visningar
  • Senaste svar av scalm

more options

Today I switched from firefox to firefox nightly, synced my firefox account and got my bookmarks here. Whenever I edit them and reopen firefox nightly, they are reverted back to as they were before editing. I dislike text next to icon in bookmark toolbar, so I tried to remove all texts and then my problem occurred.

Today I switched from firefox to firefox nightly, synced my firefox account and got my bookmarks here. Whenever I edit them and reopen firefox nightly, they are reverted back to as they were before editing. I dislike text next to icon in bookmark toolbar, so I tried to remove all texts and then my problem occurred.

Vald lösning

Note that it is best to keep the regular release version as a fall back in case of issues with unstable Nightly builds. You would have to use separate profiles for each Firefox version.

Also note that you can't downgrade this profile to older Firefox versions because a lot of files have been changed and aren't compatible anymore.


You can possibly have a problem with the places.sqlite database if you do not keep bookmark edits.

You can check for problems with the places.sqlite database (bookmarks and history) in the Firefox profile folder. You can use the button on the "Help -> Troubleshooting Information" page or use this extension.

See also:


It is possible to use code in userChrome.css to hide labels on the Bookmarks Toolbar.

Add code to the userChrome.css file below the default @namespace line.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#PlacesToolbarItems > .bookmark-item:not([container]) .toolbarbutton-text {
 display: none !important;
}
Läs svaret i sitt sammanhang 👍 1

Alla svar (2)

more options

Vald lösning

Note that it is best to keep the regular release version as a fall back in case of issues with unstable Nightly builds. You would have to use separate profiles for each Firefox version.

Also note that you can't downgrade this profile to older Firefox versions because a lot of files have been changed and aren't compatible anymore.


You can possibly have a problem with the places.sqlite database if you do not keep bookmark edits.

You can check for problems with the places.sqlite database (bookmarks and history) in the Firefox profile folder. You can use the button on the "Help -> Troubleshooting Information" page or use this extension.

See also:


It is possible to use code in userChrome.css to hide labels on the Bookmarks Toolbar.

Add code to the userChrome.css file below the default @namespace line.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#PlacesToolbarItems > .bookmark-item:not([container]) .toolbarbutton-text {
 display: none !important;
}

Ändrad av cor-el

more options

Thank you. Deleting places.sqlite almost instantly fixed my problem. I had problem that my bookmarks didin't want to sync. I disconnected my account, connected and then it worked. Thank you.