Prikaz označenih pitanja:

Open both FF windows with single click on toolbar (Mac) - no longer works

Up until the last week, on my iMac, if I clicked on the Firefox button on my bottom toolbar, both of my main FF windows (each with multiple tabs and open all the time) wo… (pročitajte više)

Up until the last week, on my iMac, if I clicked on the Firefox button on my bottom toolbar, both of my main FF windows (each with multiple tabs and open all the time) would come to the front of the screen.

Now, only one window comes up and I have to specifically select the other window to see it.

Is this a new behaviour or have I inadvertently deactivated whatever it was that let me do as I have always done previously!

I can't find any setting that appears to refer to this condition.

Open 11

How to remove app icon duplicates?

Hi there, I recently tried to customise the firefox icon on my phone (Android v14). The path: Firefox: Settings>Customise>Select App Icon Unfortunately I have ended… (pročitajte više)

Hi there,

I recently tried to customise the firefox icon on my phone (Android v14). The path: Firefox: Settings>Customise>Select App Icon

Unfortunately I have ended up with two duplicates of the firefox app icon (shown in image) that I cannot seem to remove. The only option shown is to uninstall which doesn't sound right

Is there any way to remove the duplicates or else revert back to the original icon?

Let me know if more info is needed.

Many thanks

Open 11

How do I get rid of the 'do you want firefox to open when you start pc' pop-up WITH OUT turning the feature on?

Anytime I open Firefox that pop-up shows, I don't want F-fox opening every time I start PC but there's no option to get it to go away otherwise, or at least that I can se… (pročitajte više)

Anytime I open Firefox that pop-up shows, I don't want F-fox opening every time I start PC but there's no option to get it to go away otherwise, or at least that I can see.

Open 8

Link Previews image size

When adding a link in the composer I get a large image. I have tried to adjust the page code to give me a more suitable size however it seems the TB overrides the size … (pročitajte više)

When adding a link in the composer I get a large image.

I have tried to adjust the page code to give me a more suitable size however it seems the TB overrides the size

My page code reads <meta property="og:title" content="It's complex from 1948 to 2023">

   <meta property="og:description" content="#672">
   <meta property="og:type" content="article">
   <meta property="og:image:alt" content="#672">
   <meta property="og:image" content="https://traumainreligion.com/images/faqyme_256-134.png"> 
   <meta property="og:image:type" content="image/png">
   <meta property="og:image:width" content="256"> 
   <meta property="og:image:height" content="134">
Open 45

how not ignore emojies in Thunderbird email list

in Thunderbird I have the window with the email header lists. I receive mails with icons/emojis (stars, flowers, birds, ...) in the subject line which are annoying. In pa… (pročitajte više)

in Thunderbird I have the window with the email header lists. I receive mails with icons/emojis (stars, flowers, birds, ...) in the subject line which are annoying. In particular, I dislike the 4 angle star in front of the line for some of them. I would like that they are not displayed. how can I achieve this? other email clients make this possible. Thank you

Open 38

How to setup thunderbird darkmode to replies

I have my OS (F43 Budgie) and Thunderbird in dark mode. When I click reply to an email I get black text on a dark background. Question number one: what will the recipient… (pročitajte više)

I have my OS (F43 Budgie) and Thunderbird in dark mode. When I click reply to an email I get black text on a dark background.

Question number one: what will the recipient see exactly? Question number two: how do I setup Thunderbird so that I can read the reply I'm typing?

Open 32

Thunderbird printed headers and footers only half appear at edges of A4 (210x297mm) page

Hello and thank you! When I print emails on our A4 (210x297mm) paper, to which the printer dialog is set, only the bottom half of the header, and top half of the footer,… (pročitajte više)

Hello and thank you! When I print emails on our A4 (210x297mm) paper, to which the printer dialog is set, only the bottom half of the header, and top half of the footer, are printed, at the very edges of the paper. This doesn't 'feel' like a printer setting, but more of a Thunderbird setting, for if I set the paper size to US Letter, the footer prints 15mm from the bottom, but still only the top half of the text appears (truncated at the waist). Can you help?

Open 13

How do I stop archiving when Message Archives is unchecked, there is no filter for archives and no archive file in config?

I use gmail and recently started using Thunderbird. Somehow Thunderbird started archiving all files. I am ok to leave the historical archives but I do not want to archi… (pročitajte više)

I use gmail and recently started using Thunderbird. Somehow Thunderbird started archiving all files. I am ok to leave the historical archives but I do not want to archive going forward. Account setting message archives is unchecked. There is no filter created to archive. Config does not contain an archive instruction. How can I stop archiving?

Open 40

New update. settings disappeared

The 148 version hides most of the options previously available from the menu option. Sometimes I can access the options through an option to "show more" Mostly the " show… (pročitajte više)

The 148 version hides most of the options previously available from the menu option. Sometimes I can access the options through an option to "show more" Mostly the " show more " is not present. I then lose access to options I use a lot: print to pdf, translate etc etc I have tried both the expanded and simple toolbars. (The expanded reverts to simple every time I quit Firefox anyway).

How can I solve this? Is there a way to go back to the much better older menu version? So much quicker and cleaner.

Thanks

Open 67

Remove donation request from email screen

I have already donated but the donation request still fills much of my screen. How do I remove it? Also my email times are in Pacific time even though I have tried to co… (pročitajte više)

I have already donated but the donation request still fills much of my screen. How do I remove it?

Also my email times are in Pacific time even though I have tried to correct to Eastern.

Open 61

Changing the sidebar shortcut from the UI

There seems to be no possible way to change the shortcut for peeking at the tabs in the sidebar (when sidebar revamp is enabled) from the about:keyboard UI. I have so far… (pročitajte više)

There seems to be no possible way to change the shortcut for peeking at the tabs in the sidebar (when sidebar revamp is enabled) from the about:keyboard UI. I have so far managed to modify the shortcut through intercepting function calls.

What I have done: 1. Read through the JS source code for about:keyboard which says the shortcut ID is `toggleSidebarKb` 2. Added hooks to intercept `RPMSendQuery` calls 3. Modified the shortcut through devtools open on the about:keyboard page with the following snippet

```js await RPMSendQuery("CustomKeys:ChangeKey", {

 "modifiers": "accel",
 "isValid": true,
 "key": "S",
 "shortcut": "Ctrl+S",
 "id": "toggleSidebarKb"

}) ```

The way I am doing it is definitely a hack. I am not sure if I am missing something. Although the shortcuts for bookmarks, history, and GenAI chat sidebar are present, there seems to be no entry to change the sidebar toggle shortcut itself. I'd love to work on this but I haven't been able to mach bootstrap on NixOS.

Thank you for any assistance :)

Open 89

Feature request: add a "remember my choice for this website only" option to app opening requests

Please allow us to choose per website whether it should always/never be opened in its respective app or if it should always be asked about. Personally, I hate when websi… (pročitajte više)

Please allow us to choose per website whether it should always/never be opened in its respective app or if it should always be asked about.

Personally, I hate when websites like YouTube, Wikipedia or Reddit open in app without my permission, but I have a few payment cervices and a local government ID system that ALWAYS require a redirect through an app, so, at least to me, granular control of this feature - to always allow some, but not all websites - would be absolutely indispensable.

Edge for Android has had this feature for a long time, and, as far as I know, it is the only existing Android browser to do so. But I am not going to use Edge :( I am attaching two screenshots of how it's been implemented in Edge though.

Open 84

Firefox not applying my application settings

Within the Applications section of my settings, I have it set to open content type of crcc with an application. However when I try now after the latest Firefox update, it… (pročitajte više)

Within the Applications section of my settings, I have it set to open content type of crcc with an application. However when I try now after the latest Firefox update, it opens a new blank tab instead of just launching the application. The URL of the blank page is just "crcc://the_URL_of_the_launching_site?params=dG9rZW49ZWJlN2IyY2FmMTM3YmQxODM3ODZhZDU1NWY2Zjc0ZDNiMWE5ZWIyMSZ2ZXJzaW9uPTEwLjMuNTEzMjEuMjUxMjAmdHVyblBhcmFtcz0lMjJzdHVuJTNBc3R1bi5sLmdvb2dsZS5jb20lM0ExOTMwMiUyMiUyQyUyMnN0dW4lM0ExOC4xOTYuMTA3LjIwOCUzQTM0NzglMjIlMkMlMjJ0dXJuJTNBMTguMTk2LjEwNy4yMDgrJTVCMTc3MDk5NzE1MSU3Q2JsR2hXNDQ3STV5NVl1ViUyQlZ0WXBtMmdKUkpjJTNEJTVEJTIyJTJDJTIyc3R1biUzQTE4LjIwOC4yMy40NSUzQTM0NzglMjIlMkMlMjJ0dXJuJTNBMTguMjA4LjIzLjQ1KyU1QjE3NzA5OTcxNTElN0NibEdoVzQ0N0k1eTVZdVYlMkJWdFlwbTJnSlJKYyUzRCU1RCUyMg==" I tried the standard clearing cache, private window with no help. Anyone else notice this and is there a work around. Of note, after about 5 minutes it does eventually open the application.

Open 59

How to change the Google account on the sidebar's Gemini chatbot

So I have two Google accounts, let's call them Antelope and Bear. Antelope is my "main" account, but I use Bear for a lot of things too, which includes Gemini. So, if I w… (pročitajte više)

So I have two Google accounts, let's call them Antelope and Bear. Antelope is my "main" account, but I use Bear for a lot of things too, which includes Gemini. So, if I want to use the Gemini chatbot option on Firefox's sidebar, it would make the most sense to use it under my Bear account, since that way I can access my previous chats and all that. However, when I open the Gemini chatbot, it automatically logs me in as Antelope. And when I click on the account's profile picture to swap to Bear, it instead opens the Gemini site on a new tab, in which I am indeed logged in as Bear, but the sidebar remains stuck on the Antelope account. I've tried the "reload Gemini" option, restarting Firefox, and clearing the cache, but nothing works. I think I could fix it by logging out of both accounts, then logging in only as Bear, letting the sidebar "grab" that account, and then logging in as Antelope, but I wanted to know if there's an easier/cleaner way to go about it. Thank you in advance.

Open 48