Kukhonjiswa imibuzo ethegiwe: Veza yonke imibuzo
  • Kusonjululiwe
  • Okugcinwe kunqolobane

firefox sync lists all the synced tabs in a side bar but doesn't open them

Hello I do not understand how firefox sync is supposed to work. I have a desktop and a laptop. The desktop is FF 85 on Linux Mint (I cannot get a later version due to … (funda kabanzi)

Hello

I do not understand how firefox sync is supposed to work. I have a desktop and a laptop. The desktop is FF 85 on Linux Mint (I cannot get a later version due to some querk) The laptop is 99 on Windows 10 Both are signed in to sync but my bookmarks were scrambled so I signed out the laptop and cleared the profile, cleaned up the bookmarks in the desktop and to be safe I tried just syncing the tabs, not the bookmarks, by opening the fresh firefox on the laptop and signing in again. In the sidebar under my account icon I clicked "Synchronise now" and the open tabs from my desktop appeared in a list underneath, jumbled up. (I have 2 separate windows open on the desktop with different tabs in each, but this separation was not followed either, there didn’t seem to be any provision for syncing tabs in two separate windows)

But the row of tabs didn’t open, all I can do is open them one by one from the list on the right, this is a slow process as every time I click on a tab in the list the new page opens in the same single tab, not a new one, but the sidebar closes again.

Is this what’s supposed to happen? I was expecting the synced row of tabs to open automatically.

This feature would have been useful as my OS on the desktop, (Linux Mint) tends to crash and to have the on the laptop would be a good backup.

Incidentally the other way I try to back up the lost tabs is to select them all and bookmark them to a new folder which I call “backup” but it seems this doesn’t necessarily duplicate them, which I would prefer, so any of the open tabs that were previously bookmarked risk being removed from the original bookmarked folder, without my noticing, and I am therefore reluctant to delete the backup folder without checking that it doesn’t contain the only bookmark of a page.

When I came back to syncing the bookmarks, how do I avoid them getting scrambled again?

Asked by benaround3 1 unyaka odlule

Answered by benaround3 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

The 96.0 update has forced my background into Dark Mode

Yesterday when I installed the 96.0 update it has forced my background color into a dark grey and ignores the background color setting. I would like to know if there is a… (funda kabanzi)

Yesterday when I installed the 96.0 update it has forced my background color into a dark grey and ignores the background color setting. I would like to know if there is a setting, add on or update that can return this to normal. The theme I am using has not been updated in 2 years so I am fairly sure the update has caused this.

Asked by flippy12321207 1 unyaka odlule

Answered by jscher2000 - Support Volunteer 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

My Firefox is broken.

When I open Firefox it's just a black page and anything I click on isn't responsive. I can't go into options or anything. Sometimes Firefox doesn't even load. It worked f… (funda kabanzi)

When I open Firefox it's just a black page and anything I click on isn't responsive. I can't go into options or anything. Sometimes Firefox doesn't even load. It worked fine earlier than all of a sudden It stopped working today. Web pages don't load. Nothing works

I seen a post earlier that had a link to a supposed fix but I couldn't figure it out. So if anybody is able to help me it would be much appreciated. I am not an advanced user when it comes to Firefox

Asked by extraordinarycj 7 izinyanga ezidlule

Answered by extraordinarycj 7 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Downloading Audio Books from Audible

When downloading my Audible Library via Firefox (latest update) tha downloaded fies in AAX format, are appearing in my Downloads Folder as .MP4 format. Convertion to MP3 … (funda kabanzi)

When downloading my Audible Library via Firefox (latest update) tha downloaded fies in AAX format, are appearing in my Downloads Folder as .MP4 format. Convertion to MP3 works, but is messy. I`m informed by Audible Support that the fault lies with Mozzilla.! Regards, Tony Jackson

Asked by Samsung tab 1 unyaka odlule

Answered by jscher2000 - Support Volunteer 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Consistent "Trouble find that site" Errors on Windows 11

Recently I upgraded my Windows 10 to Windows 11 and since doing so, I've had consistent errors while browsing the web on Firefox. Most notably the "Humm. We're having tro… (funda kabanzi)

Recently I upgraded my Windows 10 to Windows 11 and since doing so, I've had consistent errors while browsing the web on Firefox. Most notably the "Humm. We're having trouble finding that site." error message.

For example, when visiting, say Verizon.com, the tab will display the aforementioned error to which I press Try Again and the website loads correctly every-time. No hiccups on the refresh.

I've tried the following:

  1. I've performed a completely clean uninstall of Firefox and then reinstall
  2. Cleared all browser history/cache
  3. Removed all extensions
  4. Disabled IPv6, HTTPS Over DNS, No Proxy
  5. Ran through Firefox's troubleshooting
  6. Used Firefox Troubleshooting Mode in the Browser
  7. Tested that the problem does not happen while using Edge

I've never had a single problem on Windows 10 with Firefox. Curious if others are experiencing the same issues and if there are any fixes. Nothing else on the PC has changed.

  • Windows 11 21H2 2200.348
  • Network driver is the latest Win11 edition
  • Firefox 95

Asked by Justin 1 unyaka odlule

Answered by Justin 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Installing root CA certificates

I'm stetting up a testing environment. It's a closed environment with no access to the Internet when it's in use. The environment is launched from AWS and consists of a… (funda kabanzi)

I'm stetting up a testing environment. It's a closed environment with no access to the Internet when it's in use.

The environment is launched from AWS and consists of an Ubuntu 18 desktop and a Ubuntu Server running Apache. The desktop is able to successfully load the website, but with a cert error that the certificate isn't trusted.

When the Ubuntu Desktop launches, it has a fresh install of Firefox, and therefore all the directories in the users home folder are not yet setup for Firefox, including the database where the root CAs are stored.

I'm am able to add the Root CA certificate into the Firefox cert database AFTER the machine fully boots and I run Firefox for the first time. I'm using the 'certutil' package to do this. After I load Firefox, then add the root CA certificate using certutil, I'm able to load the website without error.

I need to add this certificate to the database with the startup shell script for the machine.

Any help is greatly appreciated. Here's the commands I'm using:

  1. copy the CA cert into firefox

export ffcerts=`ls /home/testuser/.mozilla/firefox/ | grep default-release` sudo certutil -A -n "testcert" -t "TC,," -i /home/testuser/certificates/testcertCA.pem -d sql:/home/testuser/.mozilla/firefox/$ffcerts

These commands work perfectly after Firefox is run for the first time. I've even tried adding 'Firefox' (with several different switches) into my startup script without success.

Asked by goriest-02-stacker 6 izinyanga ezidlule

Answered by goriest-02-stacker 6 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

video speed up issue

while using any firefox addons for speeding up a video higher than 4.0 of original speed the video sound suddenly goes off by default. in other browsers such issue does n… (funda kabanzi)

while using any firefox addons for speeding up a video higher than 4.0 of original speed the video sound suddenly goes off by default. in other browsers such issue does not appear. only in firefox. what to do?

Asked by bobb5 1 unyaka odlule

Answered by TyDraniu 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Lockwise: Passwords do not appear on new PC after Sync

I have reinstalled my home computer and reinstalled Firefox, logged in and synced. My passwords from my work browser's Lockwise have not appeared or synced. Please advise… (funda kabanzi)

I have reinstalled my home computer and reinstalled Firefox, logged in and synced. My passwords from my work browser's Lockwise have not appeared or synced. Please advise. Thank you.

I know patience is thin. Feel free to cut to the chase. I did try to self serve and only found export then import options. Are my expectations for sync incorrect?

Happy New Year.

Asked by pcendeavorsny 1 unyaka odlule

Answered by pcendeavorsny 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

AA.com login is broken with Firefox

I cannot log into aa.com (American Airlines) with Firefox but Chrome works fine. Error message that their site is down for maintenance but it is up and working just fine … (funda kabanzi)

I cannot log into aa.com (American Airlines) with Firefox but Chrome works fine. Error message that their site is down for maintenance but it is up and working just fine with other browsers.

I have cleared cache, cookies, history, etc. HTTPS always is not enabled. Firefox is at the latest version. I have restarted the browser.

Any thoughts?

Asked by josephdgreen 1 unyaka odlule

Answered by josephdgreen 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

ALL extensions appear to be corrupt.

I'm using freshly-downloaded Firefox version 102.2 on a brand new laptop (Windows 11 Pro version 21H2), and every single extension is showing a "Installation aborted beca… (funda kabanzi)

I'm using freshly-downloaded Firefox version 102.2 on a brand new laptop (Windows 11 Pro version 21H2), and every single extension is showing a "Installation aborted because the add-on appears to be corrupt" message when I try to install. I have tried checking for updates, quitting and reopening firefox, restarting my computer, refreshing firefox, uninstalling and reinstalling firefox, as well as any and all combinations of those. I've scoured these message boards and nothing is working for me. Please help!

Asked by Jupiter 1 unyaka odlule

Answered by Jupiter 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Firefox crashing when rendering maps

For the past two weeks, I've noticed that embedded maps make my browser immediately crash. I initially thought it was a Firefox problem, but I have been having a similar … (funda kabanzi)

For the past two weeks, I've noticed that embedded maps make my browser immediately crash. I initially thought it was a Firefox problem, but I have been having a similar issue with Safari. This does NOT happen on my iPhone using the same two browsers. This also does not seem to effect Google Maps or embedded Google Maps, but embedded maps from other services. Anyway, I'm posting here because Firefox conveniently provides crash data, I'm not sure what else the cause could be and I'm hoping someone can help.

Two websites this has been consistently happening with are The Empire State Trail bike path (https://empiretrail.ny.gov/) and a NYC vaccine finder website (https://vaccinefinder.nyc.gov/). Firefox immediately crashes, though with the EST website it seems to be tied to the pathway of the trail being drawn (crashing after I've zoomed in a few times and the path has to regenerate). Safari doesn't totally crash, but forces a site reload and after it fails a second time says it can't display the site.

Any ideas what the issue could be? I'm on the latest version of Catalina (10.15.7), Firefox and Safari and seem to have all security updates for all.

Here's a link to the latest crash data: https://crash-stats.mozilla.org/report/index/1389c870-51cf-4790-b0a0-fd01f0211202

Asked by conrad 1 unyaka odlule

Answered by conrad 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Browser improvements

I have noticed for awhile now that when I load my Firefox homepage its keeps taking longer, certainly longer than it used to take. Also, when I load a You-tube video it t… (funda kabanzi)

I have noticed for awhile now that when I load my Firefox homepage its keeps taking longer, certainly longer than it used to take. Also, when I load a You-tube video it takes about a minute for things to work properly. The video and audio are erratic and skipping and simply disjointed for about the first minute, but then after that period of time the You-tube video runs OK, both audio and video. Something seems to be causing those problems recently that I didn't have previously. The problem seems to just keep getting worse also. I would appreciate any input and suggestions that may help the problem. Thank you.

Asked by sciencemagic 8 izinyanga ezidlule

Answered by Infinity__ 8 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Move to the tab when it is opened

Hi, I disabled several options in About:Config, and a feature previously disappeared. When I pressed the scroll button in the diamond, it opened a tag and moved to it aut… (funda kabanzi)

Hi, I disabled several options in About:Config, and a feature previously disappeared. When I pressed the scroll button in the diamond, it opened a tag and moved to it automatically. Whatever you do with the current tag, I want it. Please help me. ( I mean, it no longer applies to bookmarks, I want it to apply to bookmarks )

Asked by x2 6 izinyanga ezidlule

Answered by cor-el 6 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

when I download from firefox or save a picture from gmail firefox says failed

I can not understand why my laptop has suddenly decided to not download when I download from firefox or save a picture from gmail firefox says failed sorry I am a 73 ye… (funda kabanzi)

I can not understand why my laptop has suddenly decided to not download

when I download from firefox or save a picture from gmail firefox says failed

sorry I am a 73 year old dummie

Asked by brybechr 1 unyaka odlule

Answered by FredMcD 1 unyaka odlule