Double icons on Stop & Reload buttons when using custom icons

When reloading a page, or navigating to a new page, the default Stop icon momentarily appears over my own Reload icon, and the default Reload icon also appears over my St… (read more)

When reloading a page, or navigating to a new page, the default Stop icon momentarily appears over my own Reload icon, and the default Reload icon also appears over my Stop icon.

Please see attached image and animation.

Any idea if this is a minor bug?

Below is my code to split the Reload button into Reload & Stop buttons, then to add text to the navigation buttons, and finally to add icons to the navigation buttons.

This anomaly happens whether or not I split the Reload & Stop buttons. With just a single Reload button, I'm also seeing the default Reload icon appear over my own.

Thank you.

/* ---------- SPLIT RELOAD BUTTON INTO RELOAD & STOP ------------- */
#reload-button, #stop-button {
   display: inherit !important; 
} 
#reload-button > .toolbarbutton-icon {
  -moz-appearance: none !important; 
}


/* ------------ ADD TEXT LABELS TO NAVIGATION TOOLBAR BUTTONS --------------- */
/* Shows both icon and label for toolbarbuttons */
toolbar .toolbarbutton-1[label]{
  flex-direction: column;
  align-items: center !important;
}
toolbar .toolbarbutton-1[label]:not([disabled]):hover{ background-color: var(--toolbarbutton-hover-background) !important; }
toolbar .toolbarbutton-1[label] > .toolbarbutton-icon,
toolbar .toolbarbutton-1[label] > .toolbarbutton-badge-stack{
  padding: var(--toolbarbutton-inner-padding) !important;
  padding-bottom: 0px !important;
  height: calc(var(--toolbarbutton-inner-padding) + 16px) !important;
  border: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
toolbar .toolbarbutton-1[label] > .toolbarbutton-text {
  display: flex !important;
  min-height: 16px !important;
  padding-top: 3px !important;
  padding-bottom: 6px !important;
  background-color: transparent !important;
  overflow: hidden;
  width: 9ch; /* changes space between buttons */
}
toolbar .toolbarbutton-1[label] > .toolbarbutton-text::before{
  margin-inline: auto;
 }
:root:not([uidensity="compact"]) toolbar .toolbarbutton-1[label] > .toolbarbutton-text{ padding: 2px !important; }


/* ------------ ADD CUSTOM ICONS TO NAVIGATION TOOLBAR BUTTONS ----------- */
#back-button {
   list-style-image: url("image/back.png") !important;
   padding-top: 8px !important;
}
#back-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#forward-button {
   list-style-image: url("image/forward.png") !important;
   padding-top: 8px !important;
}
#forward-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#reload-button {
   list-style-image: url("image/reload.png") !important;
   padding-top: 8px !important;
}
#reload-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#stop-button {
   list-style-image: url("image/stop.png") !important;
   padding-top: 8px !important;
}
#stop-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#print-button {
   list-style-image: url("image/print.png") !important;
   padding-top: 8px !important;
}
#print-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#home-button {
   list-style-image: url("image/home.png") !important;
   padding-top: 8px !important;
}
#home-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}

Asked by Slouch 2 days ago

Last reply by Slouch 1 day ago

Firefox takes ~5 minutes to startup (even the Profile Manager and in every possible modes)

Firefox takes about 5 minutes to load every it launches, before working smoothly like it should. This problem occured first time yesterday morning, and I have no idea wha… (read more)

Firefox takes about 5 minutes to load every it launches, before working smoothly like it should. This problem occured first time yesterday morning, and I have no idea what could have caused it.

It happens :

  • when I launch firefox normally (whatever the profile)
  • when I launch it from the terminal (it provides no output at all)
  • when I tell it to launch the Profile Manager (5 minutes to see the Profile Manager appear, then 5 more minutes to launch firefox using the selected profile)

It does not happen :

  • when I click "New Window" inside an existing firefox process
  • when I call `firefox --help` from the terminal

Here's what I've tried :

  • First, I've seen pretty much every article from Mozilla Support, Reddit or SuperUser (writing this question is kind of my last resort)
  • I've tried removing and then reinstalling Firefox from Flatpak, from the Fedora repos (using `sudo dnf install firefox`) and using the manual install via the archive (v125)
  • I've tried downgrading firefox (when using the package manager install) from v125 to v124
  • I've also tried the Firefox Developer Edition, same problem here
  • I've tried using the "Refresh Firefox" feature and restarting in Troubleshoot Mode (both are also affected by the slow startup, which makes them particularly painful to execute)
  • I've tried manually deleting the `~/.mozilla/` folder (= manually deleting my profiles)

When firefox launches, it does not freezes my OS and does not seem to use many system ressources : CPU usage is normal, RAM as well, and it does not seem to read many things from the disk as well (I've seen some threads where this was the issue).

And here is something interesting that I discovered :

  • loading (including refreshing) `about:profiles` is also slow and this time freezes firefox (OS reports it as not responding, I can't switch tabs and I can't see my mouse). Other about pages seem to work fine (although I did not try them all)

Thanks !

PS : Even if I think it has nothing to do with the issue, I prefer to mention it here : I was messing with virtual machines yesterday when the issue occured for the first time. My disk got full at some point and I don't know but it might have messed with firefox. At this stage, I had not deleted any files that could relate somehow to Firefox, that's why I doubt it would have caused anything harmful to Firefox. (instead, I mounted an empty partition from my disk to get some space)

Asked by Martin Heywang 2 days ago

Last reply by Martin Heywang 2 days ago

Disappearing emails in all Email accounts Thunderbird 115.10.1

Over the last few weeks, emails have vanished from my inbox, as well as trash, templates and other mail boxes. In may cases, no emails are being displayed, when "total m… (read more)

Over the last few weeks, emails have vanished from my inbox, as well as trash, templates and other mail boxes. In may cases, no emails are being displayed, when "total message count" shows messages are present. In other cases, several days of recent messages have disappeared.

I have tried "repair folders," deleting "smart mailboxes' and even deleting the .mlf file of one inbox without success.

I have 6 email accounts including 2 GMail. The problem is in all of them. As the screenshot shows, there is a disparity between total messages and displayed messages in all boxes (partial view of accounts).


""

Asked by stephenday1951 2 days ago

Last reply by stephenday1951 1 hour ago

The pause button on the keyboard doesn't stop the video in Firefox.

When I press the pause button on my keyboard, it doesn't stop the YouTube video like it used to. I'm not sure why it stopped working. I've checked the key, and it works f… (read more)

When I press the pause button on my keyboard, it doesn't stop the YouTube video like it used to. I'm not sure why it stopped working. I've checked the key, and it works fine in Chrome.

Asked by Robert Clave 3 days ago

Last reply by Robert Clave 2 hours ago

Why does Thunderbird include the "Leave Messages on Server" for POP Accounts?

I have seen numerous posts on this forum involving the "Leave Messages on Server" option in the server portion of the Account settings. Many of these posts include respon… (read more)

I have seen numerous posts on this forum involving the "Leave Messages on Server" option in the server portion of the Account settings. Many of these posts include responders stating that this option does not apply to POP servers.

If this is correct, why does Thunderbird even include this setting for an account that is explicitly designated as a POP server/account? This is an invitation to confusion and misunderstanding; I have been a victim of this. It seems to me to be a no-brainer to change the code to remove this option from these POP accounts.

Asked by Tom Gordon 2 days ago

Last reply by Tom Gordon 3 hours ago

Clicking "reply" replies to the recipient (me) if the sender (me) is also in Thunderbird and the recipient was aliased

Scenario: I have two E-Mails configured in thunderbird. For simplicity, let's assume they are: `alice@gmail.com` and `bob@cock.li` . I have configured both via SMTP, and… (read more)

Scenario: I have two E-Mails configured in thunderbird. For simplicity, let's assume they are: `alice@gmail.com` and `bob@cock.li` .

I have configured both via SMTP, and they are *totally different* SMTP servers (Gmail vs. cock.li)

If I compose a message from "alice@gmail.com" to "bob@cock.li", then when I reply from Bob's inbox in Thunderbird, everything is OK.

However, if I compose a message from "alice@gmail.com" to "bob.extra@cock.li", using the `.` alias feature of cock.li, then although Bob gets the message in his inbox, clicking "Reply" will actually set "From" as "alice@gmail.com" and "To" as "bob.extra@cock.li" !

To be very clear: this happens when clicking reply in Bob's inbox in Thunderbird.

I think this is a Thunderbird issue because:

  • It happens even if I compose the E-Mail from Alice's webmail (i.e. Browser) (Note: Alice still exists in Thunderbird)
  • It DOES NOT happen if Alice DOES NOT exist in Thunderbird
  • It DOES NOT happen if I try and reply as Bob via cock.li's webmail (i.e. Browser)

My guess is somehow when Thunderbird sees both Alice and Bob as valid accounts in Thunderbird, but the recipient was an aliased version of Bob, it somehow gets confused.

Here are example received headers for an actual demo I tried. (poiasd@saxrag.com is main E-Mail, abuse@saxrag.com is an alias. poiasdpoiasd@cock.li is the sender)

``` Return-Path: <poiasdpoiasd@cock.li> Delivered-To: poiasd@saxrag.com Received: from mail.saxrag.com by vps-2395d3b9.vps.ovh.net with LMTP id Ujt4LrxzMGbCCBAA3wKhXw (envelope-from <poiasdpoiasd@cock.li>) for <poiasd@saxrag.com>; Tue, 30 Apr 2024 04:29:48 +0000 Authentication-Results: mail.saxrag.com; dkim=permerror header.d=cock.li header.i=@cock.li header.a=rsa-sha1 header.s=mail header.b=JEr8eBKM; dkim-atps=neutral Received: from mail.cock.li (mail.cock.li [37.120.193.123]) by mail.saxrag.com (Postfix) with ESMTPS id A0E8C43C03 for <abuse@saxrag.com>; Tue, 30 Apr 2024 04:29:48 +0000 (UTC) MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cock.li; s=mail; t=1714454824; bh=srzi4nIgmpT6bW/cD6Um2I0qdwT33DsnyzueIPNTpP0=; h=Date:From:To:Subject:From; b=JEr8eBKMA14h1Cxa9V/VRXI4HW9N2jgxJRoLqt7JGONFuPPGOeOH8RYV3+OjkpnIw d/gN5oVnmP0UvUrDkslxvmypeG8qt5NHSSQ2wk5I65iqx+soYPJ8imYYBTu4b1VhHk kTQErXT23hsZwLHoXSHlpnBQYpuuY7uHZXYacEAxVjzZ46ICNc1xDX/iAaA/DIF79h iwZMJT1+Gs3+jh7mnbU+fp0vJA+eafp8z+OXELLEMTWBtkp1imXKjig5X/k3DXAG7a jqeff2obhLKPV39BtxbaXIxVsRmECwSZ7/O2fhqRC9FIFVepH5FQpZFXG5hqJ07WCa GhumeUysmhJxw== Content-Type: text/plain; charset=US-ASCII;

format=flowed

Content-Transfer-Encoding: 7bit Date: Tue, 30 Apr 2024 13:27:03 +0800 From: poiasdpoiasd@cock.li To: abuse@saxrag.com Subject: Sending from WebMail User-Agent: Roundcube Webmail/1.4.15 Message-ID: <07a14e0d75a83f779ade6de65c42db83@cock.li> X-Sender: poiasdpoiasd@cock.li ```

Asked by poiasd883 6 days ago

Last reply by poiasd883 3 hours ago

Old PC emails

I have a new PC. After installing Thunderbird onto my new PC, emails from my old PC are not there. Can these be recovered? I have a copy of my old PC hard drive files bu… (read more)

I have a new PC. After installing Thunderbird onto my new PC, emails from my old PC are not there. Can these be recovered? I have a copy of my old PC hard drive files but not the actual PC. Thanks Jim Ferrier

Asked by Jigzoos 6 hours ago

Last reply by Jigzoos 4 hours ago

Bulk Folder? (migrated my email from cox to yahoo servers)

I just migrated my email from cox to yahoo servers. The cox.net domain is retained. I had never seen a "bulk" folder with my other domains and was having problems with e… (read more)

I just migrated my email from cox to yahoo servers. The cox.net domain is retained.

I had never seen a "bulk" folder with my other domains and was having problems with emails being sent there.

I deleted the bulk folder and it moved to trash but cannot actually be deleted. I also re created a bulk folder. see pic.

Now emails are still going to the bulk folder that is in trash.

Is there any way to fix this?

Thanks

Asked by thessick 2 days ago

Last reply by thessick 4 hours ago

Thunderbird Tray Icon Says I Have 4 Billion Unread Messages

Windows 10. Thunderbird 115.8.0 While trying to figure out why my taskbar badge says I have 99+ unread emails (for the record, I only have 7), I hovered over the tray ico… (read more)

Windows 10. Thunderbird 115.8.0 While trying to figure out why my taskbar badge says I have 99+ unread emails (for the record, I only have 7), I hovered over the tray icon, and it says I have over 4 billion (with a B!) unread emails. That's not even possible with the email address I'm using it for. Why would this be like this, and how do I get it to be accurate?

Asked by Justin Moore 4 days ago

Last reply by Justin Moore 5 hours ago

Unable to sign into Thunderbird Email

ATT made me change my email password which restored my access to email on yahoo. Thunderbird isn't accepting the new password. (It did open to show my emails going back t… (read more)

ATT made me change my email password which restored my access to email on yahoo. Thunderbird isn't accepting the new password. (It did open to show my emails going back to 4/17/2023 after I entered the new password.) I get a message that log in to server failed. Then a window opens to enter new password. Already entered the new (correct) password that works on yahoo. How do I get Thunderbird to work again?

Asked by S P Stetson 10 hours ago

Last reply by S P Stetson 5 hours ago

Having issues with Thunderbird not retaining mail account and password

I am having issues with Thunderbird not retaining my email server and passwords. Each time I want to send an email, it prompts me for the password and then tells me that … (read more)

I am having issues with Thunderbird not retaining my email server and passwords. Each time I want to send an email, it prompts me for the password and then tells me that the email address and server don't match. I have tried numerous times to correct this, but it doesn't hold the information. It also switches the server info between accounts. I have 3 different email account and sometimes only one works correctly

Asked by tasman27 23 hours ago

Last reply by tasman27 6 hours ago

Sync Not working

Sync just does NOT work. I installed FF on my Mac brand new and fresh... brand new machine. Signed into Sync. NOTHING. After 6-7 HOURS... nothing. It just gets NOTHING A… (read more)

Sync just does NOT work. I installed FF on my Mac brand new and fresh... brand new machine. Signed into Sync. NOTHING. After 6-7 HOURS... nothing. It just gets NOTHING AT ALL from my Windows Desktop.

I've signed out of ALL Firefox/Mozilla sync sessions... signed in clean- all browsers are up to date. And the about:sync-log page shows a LONG streak of errors... NON STOP ERRORS.

Why?! Why can't we just sync extensions to install and bookmarks across machines? How is this that hard for Mozilla?!

The sync-log page list: File:error-sync-1714085057059.txt 6 KB 4/25/2024 17:44:17 File:error-sync-1714088658041.txt 18 KB 4/25/2024 18:44:18 File:error-sync-1714189161327.txt 6 KB 4/26/2024 22:39:21 File:error-sync-1714498425099.txt 13 KB 4/30/2024 12:33:45 File:error-sync-1714588968223.txt 10 KB 5/1/2024 13:42:48 File:error-sync-1714589121080.txt 9 KB 5/1/2024 13:45:21 File:error-sync-1714600674960.txt 7 KB 5/1/2024 16:57:55 File:error-sync-1714604277834.txt 24 KB 5/1/2024 17:57:57 File:error-sync-1714838021899.txt 24 KB 5/4/2024 10:53:41 File:error-sync-1714839602488.txt 11 KB 5/4/2024 11:20:02 File:error-sync-1714839613709.txt 10 KB 5/4/2024 11:20:13 File:error-sync-1714844303035.txt 16 KB 5/4/2024 12:38:23 File:error-sync-1714844919123.txt 15 KB 5/4/2024 12:48:39 File:error-sync-1714846872373.txt 17 KB 5/4/2024 13:21:12 File:error-sync-1714846956569.txt 12 KB 5/4/2024 13:22:36 File:error-sync-1714941772713.txt 15 KB 5/5/2024 15:42:52 File:error-sync-1714941774043.txt 14 KB 5/5/2024 15:42:54 File:error-sync-1714941849730.txt 14 KB 5/5/2024 15:44:09 File:error-sync-1714942633097.txt 14 KB 5/5/2024 15:57:13 File:error-sync-1714942674714.txt 48 KB 5/5/2024 15:57:54

Day after day and attempt after attempt of failures for a basic function of the browser.

Here is the text of the latest log and showing constant connection errors- mind you NOTHING is breaking on my internet as I'm often streaming things and watching stuff while surfing, or others in the house are. Our connection, and Firefox getting online, are all working fine. I am at a loss. I don't understand how this is so terribly broken out of the box that you can't just sign in and let it talk to their servers. I know Google has billions behind Chrome, but this shouldn't be so 1990's bad by comparison to Chrome sync.

1714081299909 Sync.SyncScheduler DEBUG Next sync in 3600000 ms. (why=schedule) 1714081300746 Sync.SyncScheduler DEBUG Network link status changed to "changed". Offline?: false 1714082945349 Sync.SyncScheduler DEBUG Network link status changed to "changed". Offline?: false 1714082945373 Sync.SyncScheduler DEBUG Network link status changed to "down". Offline?: false 1714082945373 Sync.SyncScheduler DEBUG Clearing sync triggers and the global score. 1714082945374 Sync.SyncScheduler DEBUG Next sync in 3600000 ms. (why=schedule) 1714085055761 Sync.SyncScheduler DEBUG Woke from sleep. 1714085056643 Sync.SyncScheduler DEBUG Network link status changed to "changed". Offline?: false 1714085056786 Sync.SyncScheduler DEBUG Network link status changed to "up". Offline?: false 1714085056786 Sync.SyncScheduler DEBUG Network link looks up. Syncing. 1714085056899 Sync.SyncScheduler DEBUG Network link status changed to "changed". Offline?: false 1714085056902 Sync.Service DEBUG User-Agent: Firefox/125.0.2 (Windows NT 10.0; Win64; x64) FxSync/1.127.0.20240419144423.desktop 1714085056902 Sync.Service INFO Starting sync at 2024-04-25 17:44:16 in browser session V0xN5aUmAS9A 1714085056902 Sync.SyncScheduler DEBUG Clearing sync triggers and the global score. 1714085056904 Sync.Status INFO Resetting Status. 1714085056904 Sync.Status DEBUG Status.service: success.status_ok => success.status_ok 1714085056904 FirefoxAccounts DEBUG FxAccountsProfileClient: Requested profile 1714085056904 FirefoxAccounts DEBUG getOAuthToken enter 1714085056905 FirefoxAccounts TRACE getCachedToken returning cached token 1714085056905 FirefoxAccounts DEBUG getOAuthToken returning a cached token 1714085056905 Services.Common.RESTRequest DEBUG GET request to https://profile.accounts.firefox.com/v1/profile 1714085056905 Sync.SyncAuthManager INFO Getting sync key 1714085056905 FirefoxAccounts DEBUG getOAuthToken enter 1714085056905 FirefoxAccounts TRACE getCachedToken returning cached token 1714085056905 FirefoxAccounts DEBUG getOAuthToken returning a cached token 1714085056905 Sync.SyncAuthManager INFO Getting a sync token from: https://token.services.mozilla.com/1.0/sync/1.5 1714085056905 Sync.SyncAuthManager DEBUG Getting a token using OAuth 1714085056905 Services.Common.TokenServerClient DEBUG Beginning OAuth token exchange: https://token.services.mozilla.com/1.0/sync/1.5 1714085056906 Services.Common.RESTRequest DEBUG GET request to https://token.services.mozilla.com/1.0/sync/1.5 1714085057025 Services.Common.RESTRequest DEBUG GET https://profile.accounts.firefox.com/v1/profile failed: 2152398878 - NS_ERROR_UNKNOWN_HOST 1714085057025 FirefoxAccounts ERROR Background refresh of profile failed: {"name":"FxAccountsProfileClientError","code":null,"errno":998,"error":"NETWORK_ERROR","message":"[Exception... \"NS_ERROR_UNKNOWN_HOST\" nsresult: \"0x804b001e (NS_ERROR_UNKNOWN_HOST)\" location: \"JS frame :: resource://services-common/rest.sys.mjs :: onStopRequest :: line 478\" data: no]"} 1714085057031 Services.Common.RESTRequest DEBUG GET https://token.services.mozilla.com/1.0/sync/1.5 failed: 2152398878 - NS_ERROR_UNKNOWN_HOST 1714085057031 Sync.SyncAuthManager ERROR Non-authentication error in _fetchTokenForUser: TokenServerClientNetworkError({"error":{}})(resource://services-common/tokenserverclient.sys.mjs:28:36) JS Stack trace: TokenServerClientNetworkError@tokenserverclient.sys.mjs:51:16 _tokenServerExchangeRequest@tokenserverclient.sys.mjs:235:13 1714085057031 Sync.Status DEBUG Status.login: success.login => error.login.reason.network 1714085057031 Sync.Status DEBUG Status.service: success.status_ok => error.login.failed 1714085057031 Sync.SyncAuthManager ERROR Failed to fetch a token for authentication: TokenServerClientNetworkError({"error":{}})(resource://services-common/tokenserverclient.sys.mjs:28:36) JS Stack trace: TokenServerClientNetworkError@tokenserverclient.sys.mjs:51:16 _tokenServerExchangeRequest@tokenserverclient.sys.mjs:235:13 1714085057032 FirefoxAccounts TRACE not checking freshness of profile as it remains recent 1714085057055 Sync.Resource WARN GET request to https://sync-1-us-west1-g.sync.services.mozilla.com/1.5/209631697/info/collections failed: [Exception... "The lookup of the hostname failed" nsresult: "0x804b001e (NS_ERROR_UNKNOWN_HOST)" location: "<unknown>" data: no] No traceback available 1714085057056 Sync.Status DEBUG Status.sync: success.sync => error.login.reason.network 1714085057056 Sync.Status DEBUG Status.service: error.login.failed => error.sync.failed 1714085057056 Sync.ErrorHandler ERROR Sync encountered an error: [Exception... "The lookup of the hostname failed" nsresult: "0x804b001e (NS_ERROR_UNKNOWN_HOST)" location: "<unknown>" data: no] No traceback available 1714085057056 Sync.SyncScheduler DEBUG Next sync in 3600000 ms. (why=reschedule) 1714085057057 Sync.Telemetry INFO Early submission of sync telemetry due to changed IDs/NodeType 1714085057059 Sync.Service DEBUG Exception calling anonymous function: [Exception... "The lookup of the hostname failed" nsresult: "0x804b001e (NS_ERROR_UNKNOWN_HOST)" location: "<unknown>" data: no] No traceback available

Asked by Zor 11 hours ago

Last reply by Zor 9 hours ago

bookmarks side bar default setting to NO

I have used firefox for years as my browser with my home page set to google. I have always had a bookmarks toolbar but never a bookmarks side bar and do not want one. T… (read more)

I have used firefox for years as my browser with my home page set to google. I have always had a bookmarks toolbar but never a bookmarks side bar and do not want one. The other day a bookmarks side bar suddenly appeared. I have moved it from left side to right side and can delete it temporarily by using CTRL +B, but can't find a way to permanently remove it, i.e. make the default setting so that the side bar doesn't appear. can you help?

Asked by mmzz02468 13 hours ago

Last reply by mmzz02468 12 hours ago

How can I print all of the sub-folder names.

Some how I managed to get duplicate folders with many sub folders attached to 2 other accounts. The sub folders do not all contain the same information. Some are empty … (read more)

Some how I managed to get duplicate folders with many sub folders attached to 2 other accounts. The sub folders do not all contain the same information. Some are empty other contain information I am looking for. I want to print on the sub folder names along with the number of entries so that so that I can copy/consolidate the non empty sub folder back to their original location. The sub folder list is very long. I work better with hard copy as opposed to flipping screens. Any time I tried to print the sub folder list, it printed all of the contents.

Thanks for any help.

Bryan

Asked by canblue 1 day ago

Last reply by canblue 16 hours ago

Blue progress bar no longer showing after clicking on download icon in Firefox

Some months ago, Firefox stopped displaying the blue progress bar that would normally show once you clicked on the download icon. You still see the usual file info but n… (read more)

Some months ago, Firefox stopped displaying the blue progress bar that would normally show once you clicked on the download icon. You still see the usual file info but now the progress bar of the download is gray instead of blue and is extremely hard to see. You have to look closely but in the first screenshot you can see where the shade of gray of the progress bar changes, just under the "6" of the "x86" part of the file name. But if you click on the "show all downloads" link, then the blue progress bar will show as usual for any in-progress downloads in the Library window, as shown in the second screenshot.

It isn't a huge issue but is still annoying when you just want to quickly see the progress of downloads in Firefox. I haven't changed any of the colors in Firefox or in Windows for that matter, I'm currently running Windows 10. All other dialog boxes, windows, etc. all display normally on my system. Just curious if anyone else is having this problem and hopefully a future update can take care of it.

Thanks very much!

Asked by jbb2004g 1 day ago

Last reply by jbb2004g 19 hours ago

How do I achieve my archive request?

Hello folks, I use an email provider with a web interface in my daily business. For backup purposes, I start Thunderbird every few days and download all emails from this… (read more)

Hello folks,

I use an email provider with a web interface in my daily business. For backup purposes, I start Thunderbird every few days and download all emails from this account to my local Thunderbird profile via IMAP (and regularly back up this profile to a separate hard disk).

Due to a size limitation of my online mailbox, I would now like to archive old emails and thus remove them from the online mailbox.

What I want to achieve:

  1. Once archived emails should disappear from the online mailbox.
  2. Emails from the last two years should still be accessible online.
  3. The existing folder structure should be retained.
  4. Access to emails within the archive via Thunderbird must be ensured.
  5. I need to be able to back up the local profile / archive to an external hard disk via copy&paste.

I have installed the Thunderbird extension "AutoarchiveReloaded" for this purpose and now need some help in sorting my thoughts and later setting up the archiving.

  1. To ensure that the emails are deleted from the online mailbox after archiving, I set the Thunderbird option "mail.imap.expunge_after_delete" to true.
  2. In the Thunderbird account, I set the option "[x] Keep messages archives in > Archives Folder > Local Folder".
  3. I also set the "Archive options..." to "Yearly archived folders" and "[x] Keep existing folder structure of archived messages".
  4. I set the AutorarchiveReloaded limits as requested (i.e. 730 days)
  5. I can still save the local mailbox (with the archived emails) by copying the Thunderbird profile (currently '/home/ElBarto/.thunderbird/1d4ztbb9.default-release/') as the "Local Directory" below "Local Folders" is the same path and is only supplemented by the subdirectory 'Local'.
  6. And most importantly: data loss due to archiving must be avoided at all costs. I am talking here about 20 years of email history, which I have moved securely and completely with every email provider move so far.

Does it all work like this or have I made a mistake somewhere?

Thank you very much for your support and have a nice Sunday!

Asked by El Barto 23 hours ago

Last reply by El Barto 22 hours ago

Copy-paste from LastPass Extension in Firefox through AnyDesk pastes nothing

This is almost surely a "security" or "privacy" design, but it's an error. In Firefox - only (this works fine in Chrome) - if I open the LastPass Firefox Extension, find … (read more)

This is almost surely a "security" or "privacy" design, but it's an error. In Firefox - only (this works fine in Chrome) - if I open the LastPass Firefox Extension, find a Site, and Copy the password, then go directly to an open AnyDesk remote access connection, and Paste (or, lightning bolt menu, Insert from Clipboard), what gets pasted is a single wrong character, NOT the password that IS in the clipboard. (If I paste instead into e.g. a local Notepad window, the actual password gets pasted). I asked AnyDesk support about this, and they confirmed that it's something that Firefox is doing. It shouldn't. Copy is copy. Paste is paste. Why would Firefox do something so that copied text (which just happens to be a password from a password vault extension) pastes wrong when the destination just happens to be a remote desktop client (AnyDesk) to send the password through to complete a login at the remote end? Anyway, how to turn off this wrong behaviour? thank you. (Windows 11 Pro, 64-bit, 23H2, Firefox current - 125.something today, but this has been going on for some weeks at least, AnyDesk version 8 current)

Asked by libove 1 day ago

Last reply by libove 1 day ago

language

How can I set the default language fir Firefox to English? Currently browsing results always come up in language of my geographic location, for example, Romanian while … (read more)

How can I set the default language fir Firefox to English? Currently browsing results always come up in language of my geographic location, for example, Romanian while in Romania. Never had this problem before.

Asked by Gary Bladen 1 day ago

Last reply by Gary Bladen 1 day ago

Sent email is no longer being saved to the SENT folder (or anywhere else).

How can I fix this, please? (The SENT folder has been selected in Settings). Thanks, Owen Application Basics Name: Thunderbird Version: 115.10.1 Build ID:… (read more)

How can I fix this, please? (The SENT folder has been selected in Settings).

Thanks, Owen


 Application Basics
   Name: Thunderbird
   Version: 115.10.1
   Build ID: 20240417192958
   Distribution ID:
   Update Channel: release
   User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:115.0) Gecko/20100101 Thunderbird/115.10.1
   OS: Windows_NT 10.0 22631
   OS Theme:
   Launcher Process: Enabled
   Multiprocess Windows: 0/0
   Fission Windows: 0/0
             Enabled by default
   Remote Processes: 1
   Enterprise Policies: Inactive
   Google Location Service Key: Missing
   Google Safebrowsing Key: Missing
   Mozilla Location Service Key: Missing
   Safe Mode: false
   Memory Size (RAM): 7.7 GB
   Disk Space Available: 138 GB
 Mail and News Accounts
   account1:
     INCOMING: account1, , (imap) nacault1.armadaservers.com:993, SSL, passwordCleartext
     OUTGOING: , nacault1.armadaservers.com:465, SSL, passwordCleartext, true
   account2:
     INCOMING: account2, , (none) Local Folders, 0, passwordCleartext
   account3:
     INCOMING: account3, , (imap) nacault1.armadaservers.com:993, SSL, passwordCleartext
     OUTGOING: , nacault1.armadaservers.com:465, SSL, passwordCleartext, true
   account4:
     INCOMING: account4, , (pop3) nacault1.armadaservers.com:995, SSL, passwordCleartext
     OUTGOING: , nacault1.armadaservers.com:465, SSL, passwordCleartext, true
   account8:
     INCOMING: account8, , (imap) nacault1.armadaservers.com:993, alwaysSTARTTLS, passwordCleartext
     OUTGOING: , nacault1.armadaservers.com:465, SSL, passwordCleartext, true
   account9:
     INCOMING: account9, , (imap) nacault1.armadaservers.com99:993, alwaysSTARTTLS, passwordCleartext
     OUTGOING: , nacault1.armadaservers.com:587, alwaysSTARTTLS, passwordCleartext, true
   account10:
     INCOMING: account10, , (imap) mail.meganthemisconception.com:993, alwaysSTARTTLS, passwordCleartext
     OUTGOING: , nacault1.armadaservers.com:587, alwaysSTARTTLS, passwordCleartext, true
   account12:
     INCOMING: account12, , (imap) nacault1.armadaservers.com:993, alwaysSTARTTLS, passwordCleartext
     OUTGOING: , nacault1.armadaservers.com:587, alwaysSTARTTLS, passwordCleartext, true
   account14:
     INCOMING: account14, , (imap) mail.owencerijones.com:993, 0, 0
     OUTGOING: , nacault1.armadaservers.com:587, 0, 0, true
   account16:
     INCOMING: account16, , (imap) mail.the-real-way.com:993, alwaysSTARTTLS, passwordCleartext
     OUTGOING: , nacault1.armadaservers.com:587, alwaysSTARTTLS, passwordCleartext, true
   account18:
     INCOMING: account18, , (imap) nacault1.armadaservers.com:993, alwaysSTARTTLS, passwordCleartext
     OUTGOING: , nacault1.armadaservers.com:587, alwaysSTARTTLS, passwordCleartext, true
   account22:
     INCOMING: account22, , (imap) nacault1.armadaservers.com:993, alwaysSTARTTLS, passwordCleartext
     OUTGOING: , nacault1.armadaservers.com:587, alwaysSTARTTLS, passwordCleartext, true
   account23:
     INCOMING: account23, , (imap) nacault1.armadaservers.com:993, alwaysSTARTTLS, passwordCleartext
     OUTGOING: , nacault1.armadaservers.com:587, alwaysSTARTTLS, passwordCleartext, true
   account24:
     INCOMING: account24, , (imap) mail.welsh-products-online.co.uk:993, alwaysSTARTTLS, passwordCleartext
     OUTGOING: , nacault1.armadaservers.com:587, alwaysSTARTTLS, passwordCleartext, true
   account26:
     INCOMING: account26, , (pop3) mail.welshauthor.com:995, SSL, passwordCleartext
     OUTGOING: , nacault1.armadaservers.com:465, SSL, 0, true
   account27:
     INCOMING: account27, , (pop3) nacault1.armadaservers.com:995, SSL, passwordCleartext
     OUTGOING: , nacault1.armadaservers.com:465, SSL, passwordCleartext, true
   account30:
     INCOMING: account30, , (imap) mail.amiabledragon.com:993, alwaysSTARTTLS, passwordCleartext
     OUTGOING: , nacault1.armadaservers.com:587, alwaysSTARTTLS, passwordCleartext, true
   account31:
     INCOMING: account31, , (pop3) mail.meganthemisconception.com:995, alwaysSTARTTLS, passwordCleartext
     OUTGOING: , nacault1.armadaservers.com:587, 0, passwordCleartext, true
   account33:
     INCOMING: account33, , (pop3) nacault1.armadaservers.com:110, alwaysSTARTTLS, passwordCleartext
     OUTGOING: , nacault1.armadaservers.com:587, alwaysSTARTTLS, passwordCleartext, true
   account34:
     INCOMING: account34, , (pop3) mail.the-real-way.com:995, SSL, passwordCleartext
     OUTGOING: , mail.the-real-way.com:465, SSL, passwordCleartext, true
   account35:
     INCOMING: account35, , (imap) mail.welshauthor.com:993, SSL, passwordCleartext
     OUTGOING: , mail.welshauthor.com:465, SSL, passwordCleartext, true
 Libraries
     Library
     Status
     Expected minimum version
     Version in use
     Path
     RNP (OpenPGP)
     OK
     0.17.0
     0.17.0+PR2073.MZLA.115.10.1
     C:\Program Files\Mozilla Thunderbird\rnp.dll
 Calendar Settings
   Home
     Name
     Value
     Name:
     Type: storage
     Disabled: false
     Username:
     URI:
     Refresh Interval:
     Read-only:
     Suppress Alarms:
     Cache Enabled:
     iMIP Identity: id1
     iMIP Disabled:
     iMIP Account:
     Organiser Id:
     Force Email Scheduling:
     Popup Alarms Supported:
     Alarms on Invitation Supported:
     Max Alarms Per Event:
     Attachment Supported:
     Max Categories:
     Privacy State Supported:
     Priority Supported: true
     Event Supported:
     Task Supported:
     Local Time Supported:
     UTC/GMT Supported:
     Auto-Scheduling Supported:
 Crash Reports for the Last 3 Days
 Remote Processes
   Type: Count
   GPU: 1
 Add-ons
     Name
     Type
     Version
     Enabled
     ID
       Amazon.co.uk
       extension
       1.1
       true
       amazon@search.mozilla.org
       Bing
       extension
       1.0
       true
       bing@search.mozilla.org
       Chambers (UK)
       extension
       1.0
       true
       chambers-en-GB@search.mozilla.org
       DuckDuckGo
       extension
       1.0
       true
       ddg@search.mozilla.org
       Google
       extension
       1.0
       true
       google@search.mozilla.org
       Wikipedia (en)
       extension
       1.0
       true
       wikipedia@search.mozilla.org
 Security Software
   Type: Name
     Antivirus: Microsoft Defender Antivirus
     Antispyware:
     Firewall: Windows Firewall
 Graphics
     Features
     Compositing: WebRender
     Asynchronous Pan/Zoom: wheel input enabled; scrollbar drag enabled; keyboard enabled; autoscroll enabled; smooth pinch-zoom enabled
     WebGL 1 Driver WSI Info: EGL_VENDOR: Google Inc. (Intel)

EGL_VERSION: 1.5 (ANGLE 2.1.19736 git hash: fa03ab3adeaf) EGL_EXTENSIONS: EGL_EXT_create_context_robustness EGL_ANGLE_d3d_share_handle_client_buffer EGL_ANGLE_d3d_texture_client_buffer EGL_ANGLE_surface_d3d_texture_2d_share_handle EGL_ANGLE_query_surface_pointer EGL_ANGLE_window_fixed_size EGL_ANGLE_keyed_mutex EGL_ANGLE_surface_orientation EGL_ANGLE_direct_composition EGL_ANGLE_windows_ui_composition EGL_NV_post_sub_buffer EGL_KHR_create_context EGL_KHR_image EGL_KHR_image_base EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image EGL_KHR_get_all_proc_addresses EGL_KHR_stream EGL_KHR_stream_consumer_gltexture EGL_NV_stream_consumer_gltexture_yuv EGL_ANGLE_stream_producer_d3d_texture EGL_ANGLE_create_context_webgl_compatibility EGL_CHROMIUM_create_context_bind_generates_resource EGL_CHROMIUM_sync_control EGL_EXT_pixel_format_float EGL_KHR_surfaceless_context EGL_ANGLE_display_texture_share_group EGL_ANGLE_display_semaphore_share_group EGL_ANGLE_create_context_client_arrays EGL_ANGLE_program_cache_control EGL_ANGLE_robust_resource_initialization EGL_ANGLE_create_context_extensions_enabled EGL_ANDROID_blob_cache EGL_ANDROID_recordable EGL_ANGLE_image_d3d11_texture EGL_ANGLE_create_context_backwards_compatible EGL_KHR_no_config_context EGL_KHR_create_context_no_error EGL_KHR_reusable_sync EGL_EXTENSIONS(nullptr): EGL_EXT_client_extensions EGL_EXT_device_query EGL_EXT_platform_base EGL_EXT_platform_device EGL_ANGLE_platform_angle EGL_ANGLE_platform_angle_d3d EGL_ANGLE_platform_angle_d3d11on12 EGL_ANGLE_platform_angle_device_id EGL_ANGLE_device_creation EGL_ANGLE_device_creation_d3d11 EGL_ANGLE_experimental_present_path EGL_KHR_client_get_all_proc_addresses EGL_KHR_debug EGL_ANGLE_feature_control IsWebglOutOfProcessEnabled: 1

     WebGL 1 Driver Renderer: Google Inc. (Intel) -- ANGLE (Intel, Intel(R) UHD Graphics Direct3D11 vs_5_0 ps_5_0, D3D11-31.0.101.4032)
     WebGL 1 Driver Version: OpenGL ES 2.0.0 (ANGLE 2.1.19736 git hash: fa03ab3adeaf)
     WebGL 1 Driver Extensions: GL_AMD_performance_monitor GL_ANGLE_base_vertex_base_instance GL_ANGLE_base_vertex_base_instance_shader_builtin GL_ANGLE_client_arrays GL_ANGLE_depth_texture GL_ANGLE_framebuffer_blit GL_ANGLE_framebuffer_multisample GL_ANGLE_get_serialized_context_string GL_ANGLE_get_tex_level_parameter GL_ANGLE_instanced_arrays GL_ANGLE_lossy_etc_decode GL_ANGLE_memory_size GL_ANGLE_multi_draw GL_ANGLE_pack_reverse_row_order GL_ANGLE_program_cache_control GL_ANGLE_provoking_vertex GL_ANGLE_request_extension GL_ANGLE_robust_client_memory GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ANGLE_texture_usage GL_ANGLE_translated_shader_source GL_CHROMIUM_bind_generates_resource GL_CHROMIUM_bind_uniform_location GL_CHROMIUM_color_buffer_float_rgb GL_CHROMIUM_color_buffer_float_rgba GL_CHROMIUM_copy_compressed_texture GL_CHROMIUM_copy_texture GL_CHROMIUM_lose_context GL_CHROMIUM_sync_query GL_EXT_EGL_image_external_wrap_modes GL_EXT_base_instance GL_EXT_blend_func_extended GL_EXT_blend_minmax GL_EXT_clip_control GL_EXT_color_buffer_half_float GL_EXT_debug_label GL_EXT_debug_marker GL_EXT_discard_framebuffer GL_EXT_disjoint_timer_query GL_EXT_draw_buffers GL_EXT_draw_elements_base_vertex GL_EXT_float_blend GL_EXT_frag_depth GL_EXT_instanced_arrays GL_EXT_map_buffer_range GL_EXT_multi_draw_indirect GL_EXT_multisampled_render_to_texture GL_EXT_occlusion_query_boolean GL_EXT_read_format_bgra GL_EXT_robustness GL_EXT_sRGB GL_EXT_shader_texture_lod GL_EXT_texture_compression_bptc GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc_srgb GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_norm16 GL_EXT_texture_rg GL_EXT_texture_storage GL_EXT_texture_type_2_10_10_10_REV GL_EXT_unpack_subimage GL_KHR_debug GL_KHR_parallel_shader_compile GL_KHR_robust_buffer_access_behavior GL_NV_EGL_stream_consumer_external GL_NV_fence GL_NV_framebuffer_blit GL_NV_pack_subimage GL_NV_pixel_buffer_object GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_compressed_EAC_R11_signed_texture GL_OES_compressed_EAC_R11_unsigned_texture GL_OES_compressed_EAC_RG11_signed_texture GL_OES_compressed_EAC_RG11_unsigned_texture GL_OES_compressed_ETC2_RGB8_texture GL_OES_compressed_ETC2_RGBA8_texture GL_OES_compressed_ETC2_punchthroughA_RGBA8_texture GL_OES_compressed_ETC2_punchthroughA_sRGB8_alpha_texture GL_OES_compressed_ETC2_sRGB8_alpha8_texture GL_OES_compressed_ETC2_sRGB8_texture GL_OES_depth24 GL_OES_depth32 GL_OES_draw_elements_base_vertex GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_get_program_binary GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_surfaceless_context GL_OES_texture_border_clamp GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_texture_stencil8 GL_OES_vertex_array_object GL_WEBGL_video_texture
     WebGL 1 Extensions: ANGLE_instanced_arrays EXT_blend_minmax EXT_color_buffer_half_float EXT_float_blend EXT_frag_depth EXT_shader_texture_lod EXT_sRGB EXT_texture_compression_bptc EXT_texture_compression_rgtc EXT_texture_filter_anisotropic MOZ_debug OES_element_index_uint OES_fbo_render_mipmap OES_standard_derivatives OES_texture_float OES_texture_float_linear OES_texture_half_float OES_texture_half_float_linear OES_vertex_array_object WEBGL_color_buffer_float WEBGL_compressed_texture_s3tc WEBGL_compressed_texture_s3tc_srgb WEBGL_debug_renderer_info WEBGL_debug_shaders WEBGL_depth_texture WEBGL_draw_buffers WEBGL_lose_context WEBGL_provoking_vertex
     WebGL 2 Driver WSI Info: EGL_VENDOR: Google Inc. (Intel)

EGL_VERSION: 1.5 (ANGLE 2.1.19736 git hash: fa03ab3adeaf) EGL_EXTENSIONS: EGL_EXT_create_context_robustness EGL_ANGLE_d3d_share_handle_client_buffer EGL_ANGLE_d3d_texture_client_buffer EGL_ANGLE_surface_d3d_texture_2d_share_handle EGL_ANGLE_query_surface_pointer EGL_ANGLE_window_fixed_size EGL_ANGLE_keyed_mutex EGL_ANGLE_surface_orientation EGL_ANGLE_direct_composition EGL_ANGLE_windows_ui_composition EGL_NV_post_sub_buffer EGL_KHR_create_context EGL_KHR_image EGL_KHR_image_base EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image EGL_KHR_get_all_proc_addresses EGL_KHR_stream EGL_KHR_stream_consumer_gltexture EGL_NV_stream_consumer_gltexture_yuv EGL_ANGLE_stream_producer_d3d_texture EGL_ANGLE_create_context_webgl_compatibility EGL_CHROMIUM_create_context_bind_generates_resource EGL_CHROMIUM_sync_control EGL_EXT_pixel_format_float EGL_KHR_surfaceless_context EGL_ANGLE_display_texture_share_group EGL_ANGLE_display_semaphore_share_group EGL_ANGLE_create_context_client_arrays EGL_ANGLE_program_cache_control EGL_ANGLE_robust_resource_initialization EGL_ANGLE_create_context_extensions_enabled EGL_ANDROID_blob_cache EGL_ANDROID_recordable EGL_ANGLE_image_d3d11_texture EGL_ANGLE_create_context_backwards_compatible EGL_KHR_no_config_context EGL_KHR_create_context_no_error EGL_KHR_reusable_sync EGL_EXTENSIONS(nullptr): EGL_EXT_client_extensions EGL_EXT_device_query EGL_EXT_platform_base EGL_EXT_platform_device EGL_ANGLE_platform_angle EGL_ANGLE_platform_angle_d3d EGL_ANGLE_platform_angle_d3d11on12 EGL_ANGLE_platform_angle_device_id EGL_ANGLE_device_creation EGL_ANGLE_device_creation_d3d11 EGL_ANGLE_experimental_present_path EGL_KHR_client_get_all_proc_addresses EGL_KHR_debug EGL_ANGLE_feature_control IsWebglOutOfProcessEnabled: 1

     WebGL 2 Driver Renderer: Google Inc. (Intel) -- ANGLE (Intel, Intel(R) UHD Graphics Direct3D11 vs_5_0 ps_5_0, D3D11-31.0.101.4032)
     WebGL 2 Driver Version: OpenGL ES 3.0.0 (ANGLE 2.1.19736 git hash: fa03ab3adeaf)
     WebGL 2 Driver Extensions: GL_AMD_performance_monitor GL_ANGLE_base_vertex_base_instance GL_ANGLE_base_vertex_base_instance_shader_builtin GL_ANGLE_client_arrays GL_ANGLE_copy_texture_3d GL_ANGLE_depth_texture GL_ANGLE_framebuffer_blit GL_ANGLE_framebuffer_multisample GL_ANGLE_get_serialized_context_string GL_ANGLE_get_tex_level_parameter GL_ANGLE_instanced_arrays GL_ANGLE_lossy_etc_decode GL_ANGLE_memory_size GL_ANGLE_multi_draw GL_ANGLE_multiview_multisample GL_ANGLE_pack_reverse_row_order GL_ANGLE_program_cache_control GL_ANGLE_provoking_vertex GL_ANGLE_request_extension GL_ANGLE_robust_client_memory GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ANGLE_texture_multisample GL_ANGLE_texture_usage GL_ANGLE_translated_shader_source GL_CHROMIUM_bind_generates_resource GL_CHROMIUM_bind_uniform_location GL_CHROMIUM_copy_compressed_texture GL_CHROMIUM_copy_texture GL_CHROMIUM_lose_context GL_CHROMIUM_sync_query GL_EXT_EGL_image_external_wrap_modes GL_EXT_base_instance GL_EXT_blend_func_extended GL_EXT_blend_minmax GL_EXT_clip_control GL_EXT_color_buffer_float GL_EXT_color_buffer_half_float GL_EXT_debug_label GL_EXT_debug_marker GL_EXT_discard_framebuffer GL_EXT_disjoint_timer_query GL_EXT_draw_buffers GL_EXT_draw_buffers_indexed GL_EXT_draw_elements_base_vertex GL_EXT_float_blend GL_EXT_frag_depth GL_EXT_instanced_arrays GL_EXT_map_buffer_range GL_EXT_multi_draw_indirect GL_EXT_multisampled_render_to_texture GL_EXT_occlusion_query_boolean GL_EXT_read_format_bgra GL_EXT_robustness GL_EXT_sRGB GL_EXT_shader_texture_lod GL_EXT_texture_compression_bptc GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc_srgb GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_norm16 GL_EXT_texture_rg GL_EXT_texture_storage GL_EXT_texture_type_2_10_10_10_REV GL_EXT_unpack_subimage GL_KHR_debug GL_KHR_parallel_shader_compile GL_KHR_robust_buffer_access_behavior GL_NV_EGL_stream_consumer_external GL_NV_fence GL_NV_framebuffer_blit GL_NV_pack_subimage GL_NV_pixel_buffer_object GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_image_external_essl3 GL_OES_compressed_EAC_R11_signed_texture GL_OES_compressed_EAC_R11_unsigned_texture GL_OES_compressed_EAC_RG11_signed_texture GL_OES_compressed_EAC_RG11_unsigned_texture GL_OES_compressed_ETC2_RGB8_texture GL_OES_compressed_ETC2_RGBA8_texture GL_OES_compressed_ETC2_punchthroughA_RGBA8_texture GL_OES_compressed_ETC2_punchthroughA_sRGB8_alpha_texture GL_OES_compressed_ETC2_sRGB8_alpha8_texture GL_OES_compressed_ETC2_sRGB8_texture GL_OES_depth24 GL_OES_depth32 GL_OES_draw_buffers_indexed GL_OES_draw_elements_base_vertex GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_get_program_binary GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_surfaceless_context GL_OES_texture_border_clamp GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_texture_stencil8 GL_OES_vertex_array_object GL_OVR_multiview GL_OVR_multiview2 GL_WEBGL_video_texture
     WebGL 2 Extensions: EXT_color_buffer_float EXT_float_blend EXT_texture_compression_bptc EXT_texture_compression_rgtc EXT_texture_filter_anisotropic MOZ_debug OES_draw_buffers_indexed OES_texture_float_linear OVR_multiview2 WEBGL_compressed_texture_s3tc WEBGL_compressed_texture_s3tc_srgb WEBGL_debug_renderer_info WEBGL_debug_shaders WEBGL_lose_context WEBGL_provoking_vertex
     Direct2D: true
     Target Frame Rate: 60
     DirectWrite: true (10.0.22621.3527)
     GPU #1
     Active: Yes
     Description: Intel(R) UHD Graphics
     Vendor ID: 0x8086
     Device ID: 0x46d0
     Driver Version: 31.0.101.4032
     Driver Date: 12-21-2022
     Drivers: <> igd10iumd64 igd10iumd64 igd12umd64 <> igd10iumd32 igd10iumd32 igd12umd32
     Subsys ID: 16561025
     RAM: 0
     GPU #2
     Active: No
     RAM: 0
     Diagnostics
     AzureCanvasBackend: direct2d 1.1
     AzureCanvasBackend (UI Process): skia
     AzureContentBackend: skia
     AzureContentBackend (UI Process): skia
     AzureFallbackCanvasBackend (UI Process): skia
     CMSOutputProfile: AAAMSExpbm8CEAAAbW50clJHQiBYWVogB84AAgAJAAYAMQAAYWNzcE1TRlQAAAAASUVDIHNSR0IAAAAAAAAAAAAAAAAAAPbWAAEAAAAA0y1IUCAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARY3BydAAAAVAAAAAzZGVzYwAAAYQAAABsd3RwdAAAAfAAAAAUYmtwdAAAAgQAAAAUclhZWgAAAhgAAAAUZ1hZWgAAAiwAAAAUYlhZWgAAAkAAAAAUZG1uZAAAAlQAAABwZG1kZAAAAsQAAACIdnVlZAAAA0wAAACGdmlldwAAA9QAAAAkbHVtaQAAA/gAAAAUbWVhcwAABAwAAAAkdGVjaAAABDAAAAAMclRSQwAABDwAAAgMZ1RSQwAABDwAAAgMYlRSQwAABDwAAAgMdGV4dAAAAABDb3B5cmlnaHQgKGMpIDE5OTggSGV3bGV0dC1QYWNrYXJkIENvbXBhbnkAAGRlc2MAAAAAAAAAEnNSR0IgSUVDNjE5NjYtMi4xAAAAAAAAAAAAAAASc1JHQiBJRUM2MTk2Ni0yLjEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFhZWiAAAAAAAADzUQABAAAAARbMWFlaIAAAAAAAAAAAAAAAAAAAAABYWVogAAAAAAAAb6IAADj1AAADkFhZWiAAAAAAAABimQAAt4UAABjaWFlaIAAAAAAAACSgAAAPhAAAts9kZXNjAAAAAAAAABZJRUMgaHR0cDovL3d3dy5pZWMuY2gAAAAAAAAAAAAAABZJRUMgaHR0cDovL3d3dy5pZWMuY2gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZGVzYwAAAAAAAAAuSUVDIDYxOTY2LTIuMSBEZWZhdWx0IFJHQiBjb2xvdXIgc3BhY2UgLSBzUkdCAAAAAAAAAAAAAAAuSUVDIDYxOTY2LTIuMSBEZWZhdWx0IFJHQiBjb2xvdXIgc3BhY2UgLSBzUkdCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGRlc2MAAAAAAAAALFJlZmVyZW5jZSBWaWV3aW5nIENvbmRpdGlvbiBpbiBJRUM2MTk2Ni0yLjEAAAAAAAAAAAAAACxSZWZlcmVuY2UgVmlld2luZyBDb25kaXRpb24gaW4gSUVDNjE5NjYtMi4xAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB2aWV3AAAAAAATpP4AFF8uABDPFAAD7cwABBMLAANcngAAAAFYWVogAAAAAABMCVYAUAAAAFcf521lYXMAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAKPAAAAAnNpZyAAAAAAQ1JUIGN1cnYAAAAAAAAEAAAAAAUACgAPABQAGQAeACMAKAAtADIANwA7AEAARQBKAE8AVABZAF4AYwBoAG0AcgB3AHwAgQCGAIsAkACVAJoAnwCkAKkArgCyALcAvADBAMYAywDQANUA2wDgAOUA6wDwAPYA+wEBAQcBDQETARkBHwElASsBMgE4AT4BRQFMAVIBWQFgAWcBbgF1AXwBgwGLAZIBmgGhAakBsQG5AcEByQHRAdkB4QHpAfIB+gIDAgwCFAIdAiYCLwI4AkECSwJUAl0CZwJxAnoChAKOApgCogKsArYCwQLLAtUC4ALrAvUDAAMLAxYDIQMtAzgDQwNPA1oDZgNyA34DigOWA6IDrgO6A8cD0wPgA+wD+QQGBBMEIAQtBDsESARVBGMEcQR+BIwEmgSoBLYExATTBOEE8AT+BQ0FHAUrBToFSQVYBWcFdwWGBZYFpgW1BcUF1QXlBfYGBgYWBicGNwZIBlkGagZ7BowGnQavBsAG0QbjBvUHBwcZBysHPQdPB2EHdAeGB5kHrAe/B9IH5Qf4CAsIHwgyCEYIWghuCIIIlgiqCL4I0gjnCPsJEAklCToJTwlkCXkJjwmkCboJzwnlCfsKEQonCj0KVApqCoEKmAquCsUK3ArzCwsLIgs5C1ELaQuAC5gLsAvIC+EL+QwSDCoMQwxcDHUMjgynDMAM2QzzDQ0NJg1ADVoNdA2ODakNww3eDfgOEw4uDkkOZA5/DpsOtg7SDu4PCQ8lD0EPXg96D5YPsw/PD+wQCRAmEEMQYRB+EJsQuRDXEPURExExEU8RbRGMEaoRyRHoEgcSJhJFEmQShBKjEsMS4xMDEyMTQxNjE4MTpBPFE+UUBhQnFEkUahSLFK0UzhTwFRIVNBVWFXgVmxW9FeAWAxYmFkkWbBaPFrIW1hb6Fx0XQRdlF4kXrhfSF/cYGxhAGGUYihivGNUY+hkgGUUZaxmRGbcZ3RoEGioaURp3Gp4axRrsGxQbOxtjG4obshvaHAIcKhxSHHscoxzMHPUdHh1HHXAdmR3DHeweFh5AHmoelB6+HukfEx8+H2kflB+/H+ogFSBBIGwgmCDEIPAhHCFIIXUhoSHOIfsiJyJVIoIiryLdIwojOCNmI5QjwiPwJB8kTSR8JKsk2iUJJTglaCWXJccl9yYnJlcmhya3JugnGCdJJ3onqyfcKA0oPyhxKKIo1CkGKTgpaymdKdAqAio1KmgqmyrPKwIrNitpK50r0SwFLDksbiyiLNctDC1BLXYtqy3hLhYuTC6CLrcu7i8kL1ovkS/HL/4wNTBsMKQw2zESMUoxgjG6MfIyKjJjMpsy1DMNM0YzfzO4M/E0KzRlNJ402DUTNU01hzXCNf02NzZyNq426TckN2A3nDfXOBQ4UDiMOMg5BTlCOX85vDn5OjY6dDqyOu87LTtrO6o76DwnPGU8pDzjPSI9YT2hPeA+ID5gPqA+4D8hP2E/oj/iQCNAZECmQOdBKUFqQaxB7kIwQnJCtUL3QzpDfUPARANER0SKRM5FEkVVRZpF3kYiRmdGq0bwRzVHe0fASAVIS0iRSNdJHUljSalJ8Eo3Sn1KxEsMS1NLmkviTCpMcky6TQJNSk2TTdxOJU5uTrdPAE9JT5NP3VAnUHFQu1EGUVBRm1HmUjFSfFLHUxNTX1OqU/ZUQlSPVNtVKFV1VcJWD1ZcVqlW91dEV5JX4FgvWH1Yy1kaWWlZuFoHWlZaplr1W0VblVvlXDVchlzWXSddeF3JXhpebF69Xw9fYV+zYAVgV2CqYPxhT2GiYfViSWKcYvBjQ2OXY+tkQGSUZOllPWWSZedmPWaSZuhnPWeTZ+loP2iWaOxpQ2maafFqSGqfavdrT2una/9sV2yvbQhtYG25bhJua27Ebx5veG/RcCtwhnDgcTpxlXHwcktypnMBc11zuHQUdHB0zHUodYV14XY+dpt2+HdWd7N4EXhueMx5KnmJeed6RnqlewR7Y3vCfCF8gXzhfUF9oX4BfmJ+wn8jf4R/5YBHgKiBCoFrgc2CMIKSgvSDV4O6hB2EgITjhUeFq4YOhnKG14c7h5+IBIhpiM6JM4mZif6KZIrKizCLlov8jGOMyo0xjZiN/45mjs6PNo+ekAaQbpDWkT+RqJIRknqS45NNk7aUIJSKlPSVX5XJljSWn5cKl3WX4JhMmLiZJJmQmfyaaJrVm0Kbr5wcnImc951kndKeQJ6unx2fi5/6oGmg2KFHobaiJqKWowajdqPmpFakx6U4pammGqaLpv2nbqfgqFKoxKk3qamqHKqPqwKrdavprFys0K1ErbiuLa6hrxavi7AAsHWw6rFgsdayS7LCszizrrQltJy1E7WKtgG2ebbwt2i34LhZuNG5SrnCuju6tbsuu6e8IbybvRW9j74KvoS+/796v/XAcMDswWfB48JfwtvDWMPUxFHEzsVLxcjGRsbDx0HHv8g9yLzJOsm5yjjKt8s2y7bMNcy1zTXNtc42zrbPN8+40DnQutE80b7SP9LB00TTxtRJ1MvVTtXR1lXW2Ndc1+DYZNjo2WzZ8dp22vvbgNwF3IrdEN2W3hzeot8p36/gNuC94UThzOJT4tvjY+Pr5HPk/OWE5g3mlucf56noMui86Ubp0Opb6uXrcOv77IbtEe2c7ijutO9A78zwWPDl8XLx//KM8xnzp/Q09ML1UPXe9m32+/eK+Bn4qPk4+cf6V/rn+3f8B/yY/Sn9uv5L/tz/bf//
     Display0: 1920x1080@60Hz scales:1.000000|1.250000
     DisplayCount: 1
     HardwareStretching: both=1 window-only=0 full-screen-only=0 none=0 error=0
     OverlaySupport: NV12=Scaling YUV2=Scaling BGRA8=Software RGB10A2=None
     SwapChainTearingSupport: Supported
     GPUProcessPid: 4564
     Window Device Pixel Ratios: 1.25
     ClearType Parameters: Gamma: 1.8 Pixel Structure: RGB ClearType Level: 100 Enhanced Contrast: 50
     WebGPU Default Adapter: [object Object]
     WebGPU Fallback Adapter: [object Object]
     Decision Log
     HW_COMPOSITING: available by default
     D3D11_COMPOSITING: available by default
     DIRECT2D: available by default
     D3D11_HW_ANGLE: available by default
     GPU_PROCESS: available by default
     WEBRENDER: available by default
     WEBRENDER_COMPOSITOR: available by default
     WEBRENDER_PARTIAL: available by default
     WEBRENDER_SHADER_CACHE: available by default
     WEBRENDER_OPTIMIZED_SHADERS: available by default
     WEBRENDER_ANGLE: available by default
     WEBRENDER_DCOMP_PRESENT: available by default
     WEBRENDER_SCISSORED_CACHE_CLEARS: available by defaultblocklisted by env: Blocklisted by gfxInfo
     WEBGPU: available by defaultblocked by runtime: WebGPU cannot be enabled in release or beta
     WINDOW_OCCLUSION: available by default
     VIDEO_OVERLAY: available by default
     HW_DECODED_VIDEO_ZERO_COPY: available by default
     VP8_HW_DECODE: available by default
     VP9_HW_DECODE: available by default
     REUSE_DECODER_DEVICE: available by default
     BACKDROP_FILTER: available by default
     CANVAS_RENDERER_THREAD: available by default
     ACCELERATED_CANVAS2D: disabled by default: Disabled by default
   Crash Guard Disabled Features
   Workarounds
   Failure Log
 Media
     Audio Backend: wasapi
     Max Channels: 2
     Preferred Sample Rate: 48000
     Roundtrip latency (standard deviation): NaNms (NaN)
     Output Devices
       Name
       Group
       Vendor
       State
       Preferred
       Format
       Channels
       Rate
       Latency
       Headphones (Realtek(R) Audio)
       INTELAUDIO\FUNC_01&VEN_10EC&DEV_0256&SUBSYS_10251656&REV_1000\5&311b319f&0&0001
       Unplugged
       None
       default: F32LE, support: S16LE F32LE
       2
       default: 48000, support: 48000 - 48000
       0 - 0
       Speakers (Realtek(R) Audio)
       INTELAUDIO\FUNC_01&VEN_10EC&DEV_0256&SUBSYS_10251656&REV_1000\5&311b319f&0&0001
       Enabled
       All
       default: F32LE, support: S16LE F32LE
       2
       default: 48000, support: 48000 - 48000
       144 - 480
     Input Devices
       Name
       Group
       Vendor
       State
       Preferred
       Format
       Channels
       Rate
       Latency
       Stereo Mix (Realtek(R) Audio)
       INTELAUDIO\FUNC_01&VEN_10EC&DEV_0256&SUBSYS_10251656&REV_1000\5&311b319f&0&0001
       Disabled
       None
       default: F32LE, support: S16LE F32LE
       2
       default: 48000, support: 48000 - 48000
       0 - 0
       Microphone (Camo)
       ROOT\{E070661C-AC3F-4AAE-AA3F-7D4E8DED5142}\0000
       Enabled
       All
       default: F32LE, support: S16LE F32LE
       2
       default: 48000, support: 48000 - 48000
       48 - 480
       Microphone Array (Intel® Smart Sound Technology for Digital Microphones)
       INTELAUDIO\CTLR_DEV_54C8&LINKTYPE_02&DEVTYPE_00&VEN_8086&DEV_AE20&SUBSYS_16561025&REV_10EC\5&311b319f&0&0000
       Enabled
       None
       default: F32LE, support: S16LE F32LE
       2
       default: 48000, support: 48000 - 48000
       96 - 480
       Microphone (Realtek(R) Audio)
       INTELAUDIO\FUNC_01&VEN_10EC&DEV_0256&SUBSYS_10251656&REV_1000\5&311b319f&0&0001
       Unplugged
       None
       default: F32LE, support: S16LE F32LE
       2
       default: 48000, support: 48000 - 48000
       0 - 0
     Media Capabilities
     Enumerate database
 Environment Variables
   MOZ_CRASHREPORTER_DATA_DIRECTORY: C:\Users\welsh\AppData\Roaming\Thunderbird\Crash Reports
   MOZ_CRASHREPORTER_EVENTS_DIRECTORY: C:\Users\welsh\AppData\Roaming\Thunderbird\Profiles\rjwmtgda.default-release\crashes\events
   MOZ_CRASHREPORTER_PING_DIRECTORY: C:\Users\welsh\AppData\Roaming\Thunderbird\Pending Pings
   MOZ_CRASHREPORTER_STRINGS_OVERRIDE: C:\Program Files\Mozilla Thunderbird\crashreporter-override.ini
 Important Modified Preferences
   browser.cache.disk.amount_written: 238890
   browser.cache.disk.capacity: 1048576
   browser.cache.disk.filesystem_reported: 1
   browser.search.region: TH
   extensions.lastAppVersion: 115.10.1
   font.internaluseonly.changed: false
   gfx.crash-guard.d3d11layers.appVersion: 78.14.0
   gfx.crash-guard.d3d11layers.deviceID: 0x5916
   gfx.crash-guard.d3d11layers.driverVersion: 27.20.100.8681
   gfx.crash-guard.d3d11layers.feature-d2d: true
   gfx.crash-guard.d3d11layers.feature-d3d11: true
   gfx.crash-guard.status.d3d11layers: 2
   gfx.crash-guard.status.wmfvpxvideo: 2
   gfx.crash-guard.wmfvpxvideo.appVersion: 91.11.0
   gfx.crash-guard.wmfvpxvideo.deviceID: 0x5916
   gfx.crash-guard.wmfvpxvideo.driverVersion: 30.0.101.1340
   idle.lastDailyNotification: 1714819905
   layers.mlgpu.sanity-test-failed: false
   media.gmp.storage.version.observed: 1
   media.hardware-video-decoding.failed: true
   network.cookie.cookieBehavior: 1
   network.trr.blocklist_cleanup_done: true
   places.database.lastMaintenance: 1714471364
   places.history.expiration.transient_current_max_pages: 112348
   privacy.clearOnShutdown.cache: true
   privacy.clearOnShutdown.cookies: true
   privacy.clearOnShutdown.downloads: false
   privacy.clearOnShutdown.formdata: false
   privacy.clearOnShutdown.history: false
   privacy.clearOnShutdown.offlineApps: true
   privacy.clearOnShutdown.sessions: false
   privacy.clearOnShutdown.siteSettings: false
   privacy.donottrackheader.enabled: true
   privacy.purge_trackers.date_in_cookie_database: 0
   privacy.purge_trackers.last_purge: 1714819905382
   privacy.sanitize.sanitizeOnShutdown: true
   security.default_personal_cert: Select Automatically
   security.OCSP.enabled: 0
   security.remote_settings.crlite_filters.checked: 1634049554
   security.remote_settings.intermediates.checked: 1634049554
   security.sandbox.content.tempDirSuffix: {959f7fc4-4160-4a50-829c-7e684e75ed2b}
   security.sandbox.plugin.tempDirSuffix: {f07c9ac7-2b32-410e-87f9-17ad94cb7ec6}
   signon.importedFromSqlite: true
   storage.vacuum.last.content-prefs.sqlite: 1701238040
   storage.vacuum.last.index: 1
   storage.vacuum.last.places.sqlite: 1713173810
   ui.osk.debug.keyboardDisplayReason: IKPOS: Touch screen not found.
 Important Locked Preferences
 fission.autostart.session: true
 Places Database
 Accessibility
   Activated: false
   Prevent Accessibility: 0
   Accessible Handler Used:
   Accessibility Instantiator:
 Library Versions
     Expected minimum version
     Version in use
     NSPR
     4.35
     4.35
     NSS
     3.90.2
     3.90.2
     NSSSMIME
     3.90.2
     3.90.2
     NSSSSL
     3.90.2
     3.90.2
     NSSUTIL
     3.90.2
     3.90.2
 Sandbox
   Content Process Sandbox Level: 0
   Effective Content Process Sandbox Level: 1
   Win32k Lockdown State for Content Process: Win32k Lockdown enabled -- default value is true
   GPU Process Sandbox Level: 1
 Startup Cache
   Disk Cache Path: C:\Users\welsh\AppData\Local\Thunderbird\Profiles\rjwmtgda.default-release\startupCache\startupCache.8.little
   Ignore Disk Cache: false
   Found Disk Cache on Init: true
   Wrote to Disk Cache: false
 Internationalisation & Localisation
     Application Settings
     Requested Locales: ["en-GB","en-US"]
     Available Locales: ["en-US","en-GB"]
     App Locales: ["en-GB","en-US"]
     Regional Preferences: ["en-GB"]
     Default Locale: "en-GB"
     Operating System
     System Locales: ["en-GB"]
     Regional Preferences: ["en-GB"]
 Remote Debugging (Chromium Protocol)
   Accepting Connections:
   URL:
 Printing
 Modified print settings

Asked by Owen Jones 1 day ago

Last reply by Owen Jones 1 day ago