Viser spørgsmål med mærket: Vis alle spørgsmål
  • Løst

How can I get wider line spacing in the Message List?

I had my userCrome.css set to widen line spacing in the message list, among other things. Updating to Þb 115 broke this, and since I can't inspect the css, I don't know h… (læs mere)

I had my userCrome.css set to widen line spacing in the message list, among other things. Updating to Þb 115 broke this, and since I can't inspect the css, I don't know how to fix this again.

My current css includes:

/* Message List */

  1. threadTree

treechildren::-moz-tree-cell-text {

   font-size: 16pt !important;
   color: black !important

}

/* treechildren::-moz-tree-row {

   margin-top: 0pt !important;
   margin-bottom: 6pt !important;

} */

treecol:not([hideheader="true"]), treecolpicker:not([hideheader="true"]) { -moz-appearance: none !important; padding-top: 2px; padding-bottom: 2px; }

treecol:not([hideheader="true"]):hover, treecolpicker:not([hideheader="true"]):hover { }


I tried relaxed density, but it expands *everything*, not just the message list.

Also, in Firefox, how can I use this site and avoid all the animated headers?

Stillet af MarjaE for 3 uger siden

Besvaret af sfhowes for 3 uger siden

  • Løst

Thunderbird 115 now ignores my userChrome.css

I have a userChrome.css to change the color of unread messages in the "list of messages" pane to orange: /* Messagepane text */ treechildren::-moz-tree-cell-text(new) { … (læs mere)

I have a userChrome.css to change the color of unread messages in the "list of messages" pane to orange:

/* Messagepane text */ treechildren::-moz-tree-cell-text(new) {

       color: #34ebdc !important;
       font-weight: normal;

} treechildren::-moz-tree-cell-text(unread) {

       color: #34c6eb !important;
       font-weight: normal !important;

}

This worked fine in TB 102 and prior. When I upgraded to TB 115 this no longer has any effect. I'm not sure if the userChrome.css is being ignored or if the styling elements in userChrome.css have changed.

I'm on Windows 11 and userChrome.css is located in 2 places: C:\Users\$username\AppData\Roaming\Thunderbird\Profiles\$profile.default\chrome\userChrome.css C:\Users\$username\Application Data\Thunderbird\Profiles\$profile.default\chrome\userChrome.css

Stillet af mike645 for for 2 måneder siden

Besvaret af pg_78 for 3 dage siden

  • Løst

What is the proper format for the ExtensionSettings policy registry key/value that is used to manage browser extension settings?

When looking at the ExtensionSettings page for Firefox or Chrome they both use an example that shows the registry key Software\Policies\Mozilla\Firefox\ExtensionSettings… (læs mere)

When looking at the ExtensionSettings page for Firefox or Chrome they both use an example that shows the registry key Software\Policies\Mozilla\Firefox\ExtensionSettings (REG_MULTI_SZ) being set to a long JSON string with every extension ID and the settings for that particular ID. For example...

{

 "*": {
   "blocked_install_message": "Custom error message.",
   "install_sources": ["https://yourwebsite.com/*"],
   "installation_mode": "blocked",
   "allowed_types": ["extension"]
 },
 "uBlock0@raymondhill.net": {
   "installation_mode": "force_installed",
   "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
 },
 "https-everywhere@eff.org": {
   "installation_mode": "allowed"
 }

}

The problem with this method is that if I am installing an extension, and I overwrite what already exists in Software\Policies\Mozilla\Firefox\ExtensionSettings then all of those other settings get removed. So even if I am a non-malicious actor and just make a mistake with my installer I can easily delete every other extension's settings. Instead what I have to do is during install I have to read the current value of Software\Policies\Mozilla\Firefox\ExtensionSettings and then insert my extension's settings into the JSON blob.

So the examples that Firefox and Chrome provides do of course work, however they do not make very much sense to me. Why would it be formatted this way since all of those are additional key/value pairs and that is exactly what the registry excels at storing. So why put all of those into a single key/value instead of breaking them into multiple?

Additionally breaking them a part into multiple key/value pairs does work! So if instead of the example above I were to split them into multiple key value pairs it works just fine!

Software\Policies\Mozilla\Firefox\ExtensionSettings

   uBlock0@raymondhill.net
       "installation_mode": "force_installed",
       "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"

So knowing that this way with multiple key/value pairs works why am I bothering to ask this question at all instead of just doing it the way that makes sense to me? Well the issue is that by breaking it up into multiple key value pairs it actually overrides the other method and makes it so that all those registry settings are ignored. So it doesn't delete them but it still leaves me with nearly the exact same problem.

While I believe "my" way is superior because it uses the registry in a more common sense route, if that is not what the majority of extension developers do then it doesn't matter and I should be conforming to the other way.

As I am typing this question up I did realize just how hard/annoying it is to properly format and make it clear and digestible what the multi key/value format of the registry would look like instead of being a JSON string. So perhaps that is the reason why all the documentation puts it all as one JSON string?

Stillet af perihwk+firefox for 5 dage siden

Besvaret af Mike Kaply for 3 dage siden

  • Løst

TB 115.2.3 SUPERNOVA

Several attributes disappeared with latest updates introducing supernova. I've found the CSS code #toolbar-menubar{order:-1 !important;} added to userChrome.css work… (læs mere)

Several attributes disappeared with latest updates introducing supernova. I've found the CSS code #toolbar-menubar{order:-1 !important;} added to userChrome.css works to move the Menu bar to the top. I've tried several examples of CSS code to set tree rows eg Inbox to display alternate rows background white/grey, however, none seem to work. Any suggestions? Thank-you.

Stillet af George.Kearse1 for 1 uge siden

Besvaret af Toad-Hall for 3 dage siden

  • Løst

In v 115 the email list and "inbox" list are too compact - can't zoom in

These screen sections - are too compact - lines too close together and the font is too small - makes it hard to read. I have not found a way to adjust this - in v 115 … (læs mere)

These screen sections - are too compact - lines too close together and the font is too small - makes it hard to read. I have not found a way to adjust this - in v 115

Stillet af ken173 for 3 dage siden

Besvaret af david for 3 dage siden

  • Løst

Just installed TB: import-export-tools-ng : incompatible?

Hi there, I just installed (manually with tar.bz) Thunderbird to my Manjaro Linux machine. When I go to add-ons and try to get import-export-tools-ng it says This add-on … (læs mere)

Hi there, I just installed (manually with tar.bz) Thunderbird to my Manjaro Linux machine. When I go to add-ons and try to get import-export-tools-ng it says This add-on is not compatible with your version of Thunderbird (View other versions)

When i go see other versions, all versions listed are not compatible. TB Version is 115.2.3 (64-bit)

What am I missing? Thanks a lot, Igor

Stillet af panmeri for 1 uge siden

Besvaret af sfhowes for 1 uge siden

  • Løst

TB 115 add-ons

TB 115 has a lot to like - so much that I immediately added another contribution. Then I noticed that there was no HTML tab in the composition window, so no chance to fix… (læs mere)

TB 115 has a lot to like - so much that I immediately added another contribution. Then I noticed that there was no HTML tab in the composition window, so no chance to fix broken HTML (from copied source).

I'm pretty sure that facility was not native, but came from the ThunderHTMLedit add-on -- but there seem to be NO add-ons. So I came looking for "115 add-ons", and the first hit is the [| TB 115 FAQ] -- but it says nothing about add-ons!

IAC, a search for ThunderHTMLedit returns nothing, so that great add-on may be gone anyway, but what is happening with TB 115 and add-ons generally (and why does "115 add-ons" get a hit on the FAQ when the FAQ is silent on add-ons)?

[As much as I like TB 115, this may send me back to 102.]

Stillet af John Kaufmann for 5 dage siden

Besvaret af david for 5 dage siden

  • Løst

Add toolbar button to view message as original HTML

I'm using TB 115.3 and have it set to show messages as simple HTML. I'd like to add a toolbar button to switch to original HTML for individual messages as needed. Is th… (læs mere)

I'm using TB 115.3 and have it set to show messages as simple HTML. I'd like to add a toolbar button to switch to original HTML for individual messages as needed. Is that possible? I tried customizing the toolbar but didn't see a way to add this option.

Stillet af henbor29 for 5 dage siden

Besvaret af sfhowes for 5 dage siden

  • Løst

top toolbar

Yesterday I tried the 115 (Supernova) and I was disappointed because of the toolbar on top of the TB window: I think that you should let the user choose where put any too… (læs mere)

Yesterday I tried the 115 (Supernova) and I was disappointed because of the toolbar on top of the TB window: I think that you should let the user choose where put any toolbar, and I didn't find the way to move in its "classical" place (not at top but below the menu). There is a way to do it? And if not, please consider to give it as soon as possible.

Stillet af pc linux casa for for 1 måned siden

Besvaret af Toad-Hall for for 1 måned siden

  • Løst

Prevent Firefox from starting automatically

I have followed the steps in the "Prevent Firefox from starting automatically" article: https://support.mozilla.org/en-US/kb/firefox-starts-automatically-when-i-restart-w… (læs mere)

I have followed the steps in the "Prevent Firefox from starting automatically" article: https://support.mozilla.org/en-US/kb/firefox-starts-automatically-when-i-restart-window

But Firefox keeps starting automatically when I restart my computer. Attached is an image of how the settings are now.

What should I do? This is a bit annoying. I don't use Firefox as my main browser but I work as a customer success manager for an online platform and always need to do some tests on Firefox, but I don't want it to start automatically when I turn on my computer.

I'll for instructions.

Thank you

Stillet af mml87 for 5 dage siden

Besvaret af cor-el for 5 dage siden

  • Låst

Incompetence of developers

Every year in this season Thunderbird ESR(!!!) switches to a new version. Every year the new version is a lot worse of previous. Every year it introduces a lot of cosmeti… (læs mere)

Every year in this season Thunderbird ESR(!!!) switches to a new version. Every year the new version is a lot worse of previous. Every year it introduces a lot of cosmetical changes that tha majority of users haven't requested nor approve. You're incompetent developers. You're ignorant men.

This version has changed a setting: I don't want that Thunderbird update itself automatically but you think that you know what it's better for me! You are morons! Regards

     N

Stillet af nicolap8 for 1 uge siden

Seneste svar af Paul for 5 dage siden

  • Løst

Blocking of Dragon Professional Web Extension

Today, my daughter received a notification that the Dragon Professional Web Extension has been disabled (see attached image). This was done because the extension supposed… (læs mere)

Today, my daughter received a notification that the Dragon Professional Web Extension has been disabled (see attached image). This was done because the extension supposedly executes remote code and collects user data.

My daughter, a mathematics professor, has very limited use of her hands. She is dependent upon Dragon to do her job. This is not something she just likes - she has a disability and she NEEDS it. Disabling this extension will make her job significantly more difficult, and there are capabilities that the extension provides that she may not be able to duplicate with workarounds.

PLEASE, make the extension useable again. This is an accessibility issue for disabled people - it's not just a fun addition to the browser. If necessary, add some sort of acknowledgement checkbox so that she can acknowledge that she is taking some risks in using it.

One other thing. Disabling this extension with no advance warning was a disservice to all disabled people who depend on it. Had this occurred in the middle of a semester, the effect could have been catastrophic. As it is, she may need to spend the rest of the summer trying to figure out how to do her job without it. You have really, really done an extreme disservice here.

Stillet af jkrm for for 2 måneder siden

Besvaret af TyDraniu for for 2 måneder siden

  • Løst

Thunderbird Supernova "quick filter icon" missing

I cannot get the classic "quick filter" icon to show. For a long time now I have a quick filter bar so haven't been bothered about this BUT now I am on SUPERNOVA I need … (læs mere)

I cannot get the classic "quick filter" icon to show.

For a long time now I have a quick filter bar so haven't been bothered about this BUT now I am on SUPERNOVA I need to click "Message List Display Options" and it doesn't appear

How can I get the Icon instead of the bar?

Stillet af Keef for 6 dage siden

Besvaret af Wayne Mery for 6 dage siden

  • Løst

Downloads has a sticky "save as" folder location for just one website.

The Backstory: As a graphic designer, I save things from the web all the time--stock websites, client downloads, all that jazz. Because I have a ton of clients, I have th… (læs mere)

The Backstory: As a graphic designer, I save things from the web all the time--stock websites, client downloads, all that jazz. Because I have a ton of clients, I have the "Always Ask You Where to Save Files" option selected, and it usually does a pretty good job of remembering where I want to save stuff.

However, I've encountered a crazy bug in the last month: When I save images--jpegs specifically--from Adobe Stock, it will pop up the "where to save" window, and it will be a certain client's folder. (For clarity, we'll call this Tammy's folder.) I'll navigate to the new location I want to save assets for the current project I'm working on (let's say this is Mike's folder). Then I'll download another jpeg for Mike's folder from Adobe, but it will start me back in Tammy's folder again. This means I have to re-navigate to Mike's folder, every single time I want to save anywhere other than Tammy's folder.

Here's the weird thing: When I save .ai/vector files from Adobe stock, it remembers the last folder I saved an .ai/vector file to. Same for .pngs and other file types. On other stock websites, it will also remember, whether they are jps, zips, svgs--it works fine. It's JUST jpegs (not jpgs) from Adobe Stock.

I've tried clearing cookies, data, resetting the download location, rebooting my computer in between all the changes, and even going into the about:config to try to fix it that way. Short of uninstalling/reinstalling firefox, are there any other solutions I should try?

Thanks!

Stillet af jamie50 for 3 uger siden

Besvaret af zeroknight for 3 uger siden

  • Løst

Supernova 115* - How to increase the minimum height of 'Thread Pane', so you can raise the 'Message Pane' higher.

Have you discovered that you cannot raise the 'Message Pane' as far upwards as in previous versions? This is because the developers have increased the minimum height of … (læs mere)

Have you discovered that you cannot raise the 'Message Pane' as far upwards as in previous versions? This is because the developers have increased the minimum height of the Thread Pane otherwise known as 'Message List'.

Stillet af Toad-Hall for 2 uger siden

Besvaret af Toad-Hall for 2 uger siden

  • Løst

Header pane button customization

Hello, I notice that when I select one message or a conversation, I have different action in the header pane. When it's multiple messages selected, I only have Archive a… (læs mere)

Hello,

I notice that when I select one message or a conversation, I have different action in the header pane. When it's multiple messages selected, I only have Archive and Delete as option.

So I want to have the same choice as single message selected. I found this article https://support.mozilla.org/en-US/kb/getting-started-thunderbird-main-window#w_header-pane In header pane section, it's said "Want to re-order or remove buttons? Click Customize." I don't really understand where I can do that. If someone can guide me, that would be great. Thanks.

Stillet af TracyX for 1 uge siden

Besvaret af Toad-Hall for 1 uge siden

  • Løst

What is Firefox chrome_debugger_profile folder

I have several profiles. They all have the same Chrome folder contents, but only some of them have the "chrome_debugger_profile" folder. I'm guessing I must have genera… (læs mere)

I have several profiles. They all have the same Chrome folder contents, but only some of them have the "chrome_debugger_profile" folder.

I'm guessing I must have generated it along the way while tweaking the Chrome folder contents?

Stillet af noel_envode for 1 uge siden

Besvaret af zeroknight for 1 uge siden