Zobrazenie otázok označených: Zobraziť všetky otázky
  • Vyriešené
  • Archivované

Firefox taking longer than a week to sync

I recently had to factory reset my computer and had to download and sync my firefox account all over again. It's been a week and firefox is still syncing, none of my boo… (ďalšie informácie)

I recently had to factory reset my computer and had to download and sync my firefox account all over again. It's been a week and firefox is still syncing, none of my bookmarks, add-ons, history or top sites on the new tab are showing up. Thankfully, it appears that most of my passwords have been synced.

I've read some other threads for tips and can confirm that I don't have this account logged in to other devices and I don't have a vpn or proxy running. I am able to obtain the sync logs but I have no idea how to read it.

How can I make the bookmarks, add-ons, history and top sites sync faster?

Otázku položil(a) tsubasa9455 Pred 1 rokom

Na otázku odpovedal(a) Paul Pred 1 rokom

  • Vyriešené
  • Archivované

cannot print web page from Firefox

i cannot print any web page from Firefox. The print option only offers me the option to save as PDF. Firefox is not detecting either my Brother laser printer or my Epson … (ďalšie informácie)

i cannot print any web page from Firefox. The print option only offers me the option to save as PDF. Firefox is not detecting either my Brother laser printer or my Epson inkjet printer. if i use the print using system dialogue option fire fox shows a printer screen which has a simple entry of line prntr. If that is selected nothing at all happens. Clearly Firefox cannot detect my printers. If I save the web pages to a PDF file then open that file I can then get the normal system printing options and print the page. But all that does is clutter up my file system with files I will only ever use once. This proves the problem is clearly in Firefox and in its inability to detect system printers. I have tried all the suggestions from the help screens to no avail. Is there any other means of sorting this print problem.

Otázku položil(a) austinjames Pred 1 rokom

Na otázku odpovedal(a) austinjames Pred 1 rokom

  • Vyriešené
  • Archivované

How can we hide the new addons button?

FF 109 added a new addons-button (jigsaw puzzle icon) in the addons-toolbar. Can we hide it with a specific variable in about:config, or by creating a specific variable t… (ďalšie informácie)

FF 109 added a new addons-button (jigsaw puzzle icon) in the addons-toolbar. Can we hide it with a specific variable in about:config, or by creating a specific variable there?

Otázku položil(a) Dan Pred 1 rokom

Na otázku odpovedal(a) jscher2000 - Support Volunteer Pred 1 rokom

  • Vyriešené
  • Archivované

Leading Zero Suppressed in Firefox PDF v109.0.1 64 bit on Windows 10

Was filling out pdf version of 2022 IRS tax forms and discovered leading zero is suppressed in Firefox PDF v109.0.1 64 bit on Windows 10. "Before" image is after typing … (ďalšie informácie)

Was filling out pdf version of 2022 IRS tax forms and discovered leading zero is suppressed in Firefox PDF v109.0.1 64 bit on Windows 10. "Before" image is after typing leading zero but before 'enter' or moving to next field. "After" image is after typing leading zero and after 'enter' or moving to next field. The leading zero disappears.

Saving pdf does not change leading zero suppression.

To see if the pdf document was configured by the IRS to suppress leading zero, I opened the same form in Microsoft Edge v109.0.1518.78 64 bit on Windows 10. It retained the leading zero after typing then 'enter' or moving to next field.

While using MS Edge to complete pdf forms fixes my immediate issues, there still seems to be a defect in Firefox pdf.

Otázku položil(a) italiangm Pred 1 rokom

Na otázku odpovedal(a) italiangm Pred 1 rokom

  • Vyriešené
  • Archivované

Firefox not following application settings

I have Firefox set to "view PDF files in Firefox", but this is not happening with sites like Capital One and Consumer's Energy. these sites are just saving directly to m… (ďalšie informácie)

I have Firefox set to "view PDF files in Firefox", but this is not happening with sites like Capital One and Consumer's Energy. these sites are just saving directly to my downloads folder even though I 1) Want to view the file first and 2) if it is going to save a flle, it is set up to ask where the file should be saved.

Neither of these things are happening even though I have them set up correctly in Settings.

Otázku položil(a) rjwerth Pred 1 rokom

Na otázku odpovedal(a) jscher2000 - Support Volunteer Pred 1 rokom

  • Vyriešené
  • Archivované

How can I control the confirmation sound in FireFox's "save image" & "file update" (download) panels

Firefox has started making a piercing high-pitched screech when the "save image" and "file update" panels appear. This is a confirmation or alert sound I suppose. It occ… (ďalšie informácie)

Firefox has started making a piercing high-pitched screech when the "save image" and "file update" panels appear. This is a confirmation or alert sound I suppose. It occurs when saving an image from a right-click menu and when downloading a file. Formerly Firefox used the system default sound for this, and that sound is still working in other programs for similar operations.

How can I fix this? Or alternatively how can I disable the sound during such operations in Firefox (or alternatively system-wide)?

Otázku položil(a) SE-Tundra Pred 1 rokom

Na otázku odpovedal(a) SE-Tundra Pred 1 rokom

  • Vyriešené
  • Archivované

Get multirow bookmarks toolbar working again with Firefox 109 and Windows 11

Hi @all, I reinstalled my computer from scratch with Windows 11, before this reinstallation I had Windows 10. Now I noticed that with the newest Firefox version 109 (tha… (ďalšie informácie)

Hi @all,

I reinstalled my computer from scratch with Windows 11, before this reinstallation I had Windows 10. Now I noticed that with the newest Firefox version 109 (that I also had before with Windows 10) and Windows 11 my multirow bookmarks toolbar doesn´t work anymore. Before the reinstallation it worked with the following code:


/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/multi-row_bookmarks.css made available under Mozilla Public License v. 2.0
See the above repository for updates as well as full license text. */

/* Makes bookmarks toolbar span multiple rows */

#PersonalToolbar{
  --multirow-bmb-n-rows: 3; /* Control how many rows are shown before scrolling */
  --multirow-bmb-row-margin: 2px; /* Control how much spacing is between rows */
  max-height: none !important;
}

#PlacesToolbar > hbox{ 
  display: block;
  width: 100vw;
}

#PlacesToolbarItems{
  display: flex;
  flex-wrap: wrap;
  /* --uc-bm-padding is defined in autohide_bookmarks_toolbar.css */
  max-height: calc(var(--multirow-bmb-n-rows) * (5px + 1em + (2 * (var(--multirow-bmb-row-margin) + var(--uc-bm-padding,2px))))) !important;
  overflow-y:auto;
  scrollbar-color: var(--lwt-accent-color) var(--toolbar-bgcolor) ;
  scrollbar-width: thin;
}

/* Hide the all-bookmarks button */
#PlacesChevron{ display: none }

/* Add some spacing between rows */
#PlacesToolbarItems > .bookmark-item{ margin: var(--multirow-bmb-row-margin) 3px !important;  }


I already tried some other codes that I found in the internet but none of them worked. I have this code in the file userChrome.css, this file is in a chrome folder and this folder is in my profile folder. Can anybody tell me what I have to do to make the multirow bookmarks toolbar working again?

Best regards heusmich

Otázku položil(a) heusmich Pred 1 rokom

Na otázku odpovedal(a) heusmich Pred 1 rokom

  • Vyriešené
  • Archivované

Extensions missing from customise toolbar menu

After having to refresh Firefox, all extensions are missing from my toolbar. They're still installed and function but some require tweaking options on a per page basis an… (ďalšie informácie)

After having to refresh Firefox, all extensions are missing from my toolbar. They're still installed and function but some require tweaking options on a per page basis and it's a hassle to have to work through multiple menus when they should just be a click away. From other answers, it seems like the extenstions should be in the customise toolbar page but only the standard options are there. I've tried disabling and enabling them, as well as removing and adding them again already with no results.

How do I either get them back to the toolbar or the customise page so I can add them myself?

Otázku položil(a) theforbidnone Pred 1 rokom

Na otázku odpovedal(a) TyDraniu Pred 1 rokom

  • Vyriešené
  • Archivované

Certificates - Certificate Authority Managers - Builtin Object Tokens and Software Security Devices - some expired

Hello, There is a very long list of these that are associated with my account. I've imported my Firefox settings from computer to computer for at least twenty years. I… (ďalšie informácie)

Hello,

There is a very long list of these that are associated with my account. I've imported my Firefox settings from computer to computer for at least twenty years. I may have made mistakes that caused me to pick up malware, and want to fix this, and some of these certificates have expired.

How do I know what to keep and what to either delete or edit trust regarding?

Is there any way to quickly and easily have all of them assessed at once?

Thanks very much!

Sally

Otázku položil(a) Miami Sally Pred 1 rokom

Na otázku odpovedal(a) cor-el Pred 1 rokom

  • Vyriešené
  • Archivované

Firefox attempting to access unwanted web site mv.outbrain.com

Firefox keeps attempting to access a web site with an unwanted application. The site is mv.outbrain.com and my virus software keeps asking to block the site. The popup is… (ďalšie informácie)

Firefox keeps attempting to access a web site with an unwanted application. The site is mv.outbrain.com and my virus software keeps asking to block the site. The popup is now becoming a nuisance how do I stop it or delete the reference to it

Otázku položil(a) Rob Pred 1 rokom

Na otázku odpovedal(a) jonzn4SUSE Pred 1 rokom

  • Vyriešené
  • Archivované

Redefine mouse keys in browser

Good day, has anybody an idea if and what addon could manage for me redefinition of mouse behaviour. Particularly in my case I want to use middle (wheel) button single cl… (ďalšie informácie)

Good day, has anybody an idea if and what addon could manage for me redefinition of mouse behaviour. Particularly in my case I want to use middle (wheel) button single click over any text input to perform clipboard paste (but everywhere else the button behaves normally). I had this feature integrated into mouse gestures add on which is no more compatible.

Otázku položil(a) Bunny Hop Pred 1 rokom

Na otázku odpovedal(a) cor-el Pred 1 rokom

  • Vyriešené
  • Archivované

How can I disable these blue caret selector things from always popping up

I'm trying to get rid of these blue selector things. Apologies that I don't know what they're called. They appear at random times and I cannot force them to appear. Just … (ďalšie informácie)

I'm trying to get rid of these blue selector things. Apologies that I don't know what they're called. They appear at random times and I cannot force them to appear. Just happens randomly it seems when some text is selected.

Can something in the about:config be toggled to disable this?

Thanks.

Otázku položil(a) ffuser88 Pred 1 rokom

Na otázku odpovedal(a) cor-el Pred 1 rokom

  • Vyriešené
  • Archivované

Code erreur PR_END_OF_FILE_ERROR

Bonjour, Depuis une semaine, j'ai ce message à l'ouverture de ma page d'accueil Orange, avec Firefox !! PR_END_OF_FILE_ERROR il n'y a qu'avec mon navigateur et pas … (ďalšie informácie)

Bonjour, Depuis une semaine, j'ai ce message à l'ouverture de ma page d'accueil Orange, avec Firefox !! PR_END_OF_FILE_ERROR il n'y a qu'avec mon navigateur et pas sur Chrome ni Edge. Avant, j'étais le seul impacté par ce problème et maintenant les trois P.C de la maison le sont. Deux W11 et un W10. En déconnectant le VPN le souci n'existe plus. Merci d'avance pour votre aide.

Otázku položil(a) YAGO Pred 1 rokom

Na otázku odpovedal(a) cor-el Pred 1 rokom

  • Vyriešené
  • Archivované

time stamp

on other browsers I was able to go to history and see at what time of day I viewed a certain web site. Is that function on Firefox? This came in very handy so Please add … (ďalšie informácie)

on other browsers I was able to go to history and see at what time of day I viewed a certain web site. Is that function on Firefox? This came in very handy so Please add this function! Thanks!

Mike [email removed from public]

Otázku položil(a) guitarlessonsonline Pred 1 rokom

Na otázku odpovedal(a) guitarlessonsonline Pred 1 rokom

  • Vyriešené
  • Archivované

Facebook container

Very recently Facebook (META) wants me to agree to cookies before allowing me access to my personal page. There is a pop-up blocking access. (See attached screenshot) I h… (ďalšie informácie)

Very recently Facebook (META) wants me to agree to cookies before allowing me access to my personal page. There is a pop-up blocking access. (See attached screenshot) I have used Facebook container since it first became available. What is the risk here? At this point I have not agreed to anything.

Otázku položil(a) Blue Pred 1 rokom

Na otázku odpovedal(a) jscher2000 - Support Volunteer Pred 1 rokom

  • Vyriešené
  • Archivované

"Firefox Updates" missing from Settings / General (v109)

Hello, The controls in Settings to choose how Firefox updates have disappeared from Settings / General? The "Firefox Updates" section is supposed to appear there, based … (ďalšie informácie)

Hello, The controls in Settings to choose how Firefox updates have disappeared from Settings / General? The "Firefox Updates" section is supposed to appear there, based on:

https://support.mozilla.org/en-US/kb/enable-background-updates-firefox-windows https://support.mozilla.org/en-US/kb/firefox-options-preferences-and-settings?as=u&utm_source=inproduct#search

This is on V109. I really need to be able to choose when an update goes in, Python / Jupyter applications I have running on Firefox can cost me hours of time to re-run if Firefox goes in and restarts itself when it wants to. I used to be able to control this. Has it really been removed, or is somewhere else and the docs not updated yet? Thanks Neil

Otázku položil(a) neilcotie Pred 1 rokom

Na otázku odpovedal(a) AliceWyman Pred 1 rokom

  • Vyriešené
  • Archivované

Bookmark Folders

I have many bookmark folders with many items in each folder. Some folders have many,many items in those individual folders. To scroll down the many items I have in a fold… (ďalšie informácie)

I have many bookmark folders with many items in each folder. Some folders have many,many items in those individual folders. To scroll down the many items I have in a folder takes time. Is there any shortcut I can use to get to the end of the list in a folder without scrolling down for five minutes to get to the end of a list? I have looked in the Firefox website but I have not seen this question. I have many folders that have a lot of items I have bookmarked. Thanks for any help you can give.

Otázku položil(a) twinkle1950 Pred 1 rokom

Na otázku odpovedal(a) Dan Pred 1 rokom

  • Vyriešené
  • Archivované

Sync is not appearing in settings

I don't know why but sync button is not appearing in my Firefox settings (image attached). I guess it's because something I've done in settings that has cause this to dis… (ďalšie informácie)

I don't know why but sync button is not appearing in my Firefox settings (image attached). I guess it's because something I've done in settings that has cause this to disappear. Can you help me? Thanks!!

Otázku položil(a) wherewell Pred 1 rokom

Na otázku odpovedal(a) TyDraniu Pred 1 rokom