Showing questions tagged: Show all questions
  • Solved

video YouTube

The download is that I am always movies on the transfer to a good comedy and show us movies because of the news , e-mailed, browser Firefox Android.install and migrate e… (read more)

The download is that I am always movies on the transfer to a good comedy and show us movies because of the news , e-mailed, browser Firefox Android.install and migrate etc

Asked by dazzlesamuel485 19 hours ago

Answered by dazzlesamuel485 19 hours ago

  • Solved
  • Solved

[Beta] Unified Folders Inbox does not show all Inbox mail, nor all new/unread Inbox mail

Using Thunderbird 112.0b7 on Windows 11, with three accounts (1 IMAP, 2 Google Mail) and Unified Folders enabled, the Unified Folders Inbox will only show a few new/unrea… (read more)

Using Thunderbird 112.0b7 on Windows 11, with three accounts (1 IMAP, 2 Google Mail) and Unified Folders enabled, the Unified Folders Inbox will only show a few new/unread mails, but not the older mail in the inboxes.

When I toggle the "Show only unread messages" quick filter on and off, the other mails appear, but the process is very slow and it insists on scrolling to the oldest mail (>10 years) instead of remaining with the newest or selected item.

When new mails arrive, they (and only them) mostly show up in the Unified Inbox, but it's unreliable. E.g. when I was changing some Firefox account settings earlier, the email notification for that only showed up in the account's Inbox, not the Unified Inbox, until I switched back and forth between the two.

Overall I quite like this latest Thunderbird beta and it's almost made me switch back to Thunderbird (from Mailbird [no relation] or Betterbird), but this bug(?) has made me miss messages and the general performance, while vastly improved vs the last time I used TB, is still sometimes severely lacking (and lagging).

Asked by moeffju 1 month ago

Answered by moeffju 1 month ago

  • Solved

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… (read more)

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 2 months ago

Answered by cor-el 2 months ago

  • Solved

Google's websites works badly with Hardware Acceleration On (Google, Youtube, Gmail, Google Maps, ...)

Hi everyone, I am currently using Firefox "112.0.1 (64-bit)" on Windows 10 "10.0.19045 Build 19045]" I have problems using almost all Google websites: most of the times … (read more)

Hi everyone, I am currently using Firefox "112.0.1 (64-bit)" on Windows 10 "10.0.19045 Build 19045]"

I have problems using almost all Google websites: most of the times they do not load at first attempt, and when they do they do not works properly. As example: Youtube does not load (or the cached version says that there is no internet connection), then after a few attempts it loads but all thumbnails on the home are gray.

On another browser (Edge) all websites works normally.

Using private window has the same problem, I have no extension and no plugin other than OpenH264 Video Codec provided by Cisco Systems, Inc. and Widevine Content Decryption Module provided by Google Inc.. I tried emptying cache and also reinstalling Firefox.

The only fix I found on the web is to disable hardware acceleration from settings. If I disable it and restart the browser, then all websites works normally. Actually I can't see this as fix but as a workaround, since I am using a notebook and I'd like to use my GPU for video decoding and save energy.

Maybe I am missing something? Is there something I can do? Thanks.

Asked by Lorenzo 1 month ago

Answered by Lorenzo 1 month ago

  • Solved

fry65

با نصب اپلیکیشن ارسالی چه امکاناتی به گوشی همراهم افزوده شده و چگونه می توانم ترجمه گر یا ترانسلیت را زودتر به کار بیندازم تا دیگر نیازی به پرسش های پی در پی از شما نباشد… (read more)

با نصب اپلیکیشن ارسالی چه امکاناتی به گوشی همراهم افزوده شده و چگونه می توانم ترجمه گر یا ترانسلیت را زودتر به کار بیندازم تا دیگر نیازی به پرسش های پی در پی از شما نباشد . لطفا پاسخ مرا به فارسی ارسال کنید متشکرم

Asked by farhadbijani 1 month ago

Answered by farhadbijani 1 month ago

  • Solved

How do I get rid of the clicking and little "sticks" that start to block up the window where I want to write a place to ask a question?

I am trying to block out the new little "stick marks" that post while I try to log on to a site that that I need to "google" and log on to. I tried to sign out of all th… (read more)

I am trying to block out the new little "stick marks" that post while I try to log on to a site that that I need to "google" and log on to. I tried to sign out of all the "outside sites" that want to log on, but there are sites that I need to log on to and have done this in the past. I usually go to these sites because they are important to my transacting business, accessing my bank, places I pay my bills, etc. If I want to get to these and order or pay a bill, I have to unblock each one of them??? How do I do that? If a credit company wants to contact me, they cannot do this even if we have contacted each other previously? Really?

How do I undo this already-marked system and get out of it? As you can guess, I am old and not up with the times. Please simplify your answers so a not-technical person can understand it.

Asked by mfbgarza 4 months ago

Answered by mfbgarza 2 months ago

  • Solved

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… (read more)

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 2 months ago

Answered by goriest-02-stacker 2 months ago

  • Solved

Firefox add-ons doesn't recognize that it's being opened with Firefox.

The Firefox for Android add-ons section (yes, I made sure I was in the 'for Android' add-ons web address, as opposed to the 'desktop add-ons' web address) is saying "You'… (read more)

The Firefox for Android add-ons section (yes, I made sure I was in the 'for Android' add-ons web address, as opposed to the 'desktop add-ons' web address) is saying "You'll need Firefox to use this extension" and not allowing me to install add-ons as the page employs a download firefox link that leads to an "Open" button in the Google Play Store, as I already have Firefox installed. I have tried many different add-ons to test if the issue is isolated to a single add-on and to test if it is an add-on compatibility issue, and it seems to be a consistant issue with all add-ons. Yes my underlying operating system (Android), and the Firefox for Android app are both up-to-date with the latest versions. I have located the Firefox support page labeled "Unable to install add-ons (extensions or themes)" and was able to work through the the list of potential issues and their solutions, to determine that every item on the list was either inapplicable or not the problem/solution. What am I missing?

Asked by #include <binary_glitch> 2 months ago

Answered by Paul 2 months ago