Default apps cannot be changed from Microsoft

This is a hail Mary. Microsoft changed the behavior of Windows, supposedly for security, so that clicking the Firefox button to make it the default web browser is no long… (baca lebih lanjut)

This is a hail Mary. Microsoft changed the behavior of Windows, supposedly for security, so that clicking the Firefox button to make it the default web browser is no longer allowed. Instead, I get taken to the default apps section of Settings, where the only choices are Edge and Internet Explorer. No Firefox. Same with images and with video. Microsoft is not helping with this and I'm damned if I'm wading through probably a hundred or so file extensions changing each one individually. Somebody else must have run across this problem and maybe solved it?

Ditanyakan oleh pjcamp 3 hari yang lalu

Desktop icons for PDF files are small if defailt PDF reader is Firefox

Hello, When I set the default app for my PDF files to Firefox in Windows 11 Pro, the PDF files I put on my desktop are mostly empty space except for a tiny Firefox logo. … (baca lebih lanjut)

Hello, When I set the default app for my PDF files to Firefox in Windows 11 Pro, the PDF files I put on my desktop are mostly empty space except for a tiny Firefox logo. Other file icons on the desktop are full-sized and easy to see. Is there a way to make these Firefox/PDF icons full-sized, other than selecting a different default app for PDF files? Screenshot example attached. Thanks! Dave


Microsoft Surface Pro 8 x64 computer Microsoft Windows 11 Pro OS 10.0.22631 Build 22631 (purchased) Browsers: Firefox (main) 132.0.2 (64-bit) Google Chrome Microsoft Edge (not used often) I try to keep all updates and patches applied. No hacks or jailbreaks.

Ditanyakan oleh OneDave 3 hari yang lalu

I want to customize the default display.

I always find it useful. I have one problem. I usually only display [Attachments][Subject][Recipient][Date], but the default displays [Thread][Star], etc., and I have to … (baca lebih lanjut)

I always find it useful. I have one problem. I usually only display [Attachments][Subject][Recipient][Date], but the default displays [Thread][Star], etc., and I have to edit them each time. Is it possible to create a [User default] by changing the settings? Thank you.

Ditanyakan oleh sawadaj.osam 3 hari yang lalu

Firefox not rotating camera when laptop is in tent mode

Hi, I am disabled and in a wheelchair. I have a Dell Inspiron 7591 2-in-1 laptop as a communication device to speak. Since my hands don't work, I have to use head switc… (baca lebih lanjut)

Hi,

I am disabled and in a wheelchair. I have a Dell Inspiron 7591 2-in-1 laptop as a communication device to speak. Since my hands don't work, I have to use head switches in order to operate my device. I downloaded and installed the latest version Firefox (version 132.0.2 (64-bit)) via Microsoft Store on my laptop running Windows 10 Home. I have a Jabber/XMPP account to communicate with my family members and friends. In order to mount my laptop to my wheelchair, my laptop has to be in tent mode (upside down, but my screen automatically rotates to the proper orientation.) When I go to mov.im in the Firefox browser and video call someone, I appear upside-down on their end. I also visited https://webcamtests.com/ in Firefox and I appeared upside-down on my screen. However when I use other programs (eg: the camera app in Windows, Google Chrome, etc.), it recognizes my laptop is in tent mode so those programs automatically adjust my camera orientation. I would like my Firefox browser to recognize that my laptop is in tent mode and automatically rotate my camera to the proper orientation. Is this possible? If not, I would like to make this a feature request please?

Thank you

Ditanyakan oleh speedygonzales99 3 hari yang lalu

Form autofill not working on site

Have a service ticket website we use (EasyVista) that should be form populating previous entries however this is not happening in FireFox. Doing this on Chrome works prop… (baca lebih lanjut)

Have a service ticket website we use (EasyVista) that should be form populating previous entries however this is not happening in FireFox. Doing this on Chrome works properly. I've included screenshots showing both.

Autofill is properly set. Below is all config entries that have "autofill" in their name:

browser.urlbar.autoFill true browser.urlbar.autoFill.adaptiveHistory.enabled false browser.urlbar.autoFill.adaptiveHistory.minCharsThreshold 0 dom.forms.autocomplete.formautofill true extensions.formautofill.addresses.capture.enabled true extensions.formautofill.addresses.enabled true extensions.formautofill.addresses.experiments.enabled false extensions.formautofill.addresses.ignoreAutocompleteOff true extensions.formautofill.addresses.supported detect extensions.formautofill.addresses.supportedCountries US,CA,FR,DE extensions.formautofill.available detect extensions.formautofill.creditCards.enabled true extensions.formautofill.creditCards.heuristics.fathom.confidenceThreshold 0.5 extensions.formautofill.creditCards.heuristics.fathom.highConfidenceThreshold 0.95 extensions.formautofill.creditCards.heuristics.fathom.testConfidence 0 extensions.formautofill.creditCards.heuristics.fathom.types cc-number,cc-name extensions.formautofill.creditCards.heuristics.mode 2 extensions.formautofill.creditCards.ignoreAutocompleteOff true extensions.formautofill.creditCards.reauth.optout MDIEEPgAAAAAAAAAAAAAAAAAAAEwFAYIKoZIhvcNAwcECHIvPwk4C9zyBAj7rcwgHE0r7g== extensions.formautofill.creditCards.supported detect extensions.formautofill.creditCards.supportedCountries US,CA,GB,FR,DE,IT,ES,AT,BE,PL extensions.formautofill.heuristics.autofillSameOriginWithTop true extensions.formautofill.heuristics.captureOnFormRemoval true extensions.formautofill.heuristics.captureOnPageNavigation true extensions.formautofill.loglevel Warn extensions.formautofill.supportRTL false services.sync.prefs.sync.signon.autofillForms true signon.autofillForms true signon.autofillForms.autocompleteOff true signon.autofillForms.http false

Ditanyakan oleh DGDomtar 3 hari yang lalu

Jawaban terakhir oleh DGDomtar 3 hari yang lalu

Android settings

I installed the app on my new Google phone. It configured itself fine. Iwas able to adjust a few things like delivery intervals. I want to change some other options but I… (baca lebih lanjut)

I installed the app on my new Google phone. It configured itself fine. Iwas able to adjust a few things like delivery intervals. I want to change some other options but I can't find the settings page. Can you direct me? TIA bill

Ditanyakan oleh ehults 3 hari yang lalu

Secure - https proxy configurations on Firefox ...possible ?

There is a (new) Secure SSL forward proxy in my corporate. It requires a client to perform: TCP handshake + TLS handshake + followed by http CONNECT request Now this wo… (baca lebih lanjut)

There is a (new) Secure SSL forward proxy in my corporate. It requires a client to perform: TCP handshake + TLS handshake + followed by http CONNECT request

Now this works fine when we simulate proxy connection using curl, for instance:

  1. curl --head -v -ik --proxy https://proxy.mydomain.com:8443 https://www.google.com/

However when setting up FF for proxy configuration, and adding proxy details under HTTPS Proxy, cant connect via that proxy. Looking at network dump we do see that FF is doing: TCP handshake + straight away sends http CONNECT request - and its missing to initiate TLS handshake....

Is there anyway at all to configure FF to connect via secure SSL proxy ?

Ditanyakan oleh gazda2025 3 hari yang lalu

Theme keeps resetting to dark (win10)

The theme keeps resetting randomly to "dark" - although it shows that the "light" theme is enabled - it still switches to "dark", i.e. the interface is the dark mode. I t… (baca lebih lanjut)

The theme keeps resetting randomly to "dark" - although it shows that the "light" theme is enabled - it still switches to "dark", i.e. the interface is the dark mode. I then have to Disable and Enable the Light Mode for it to be Light mode again. But, then even within a few minutes, while I might be doing something else - when I go to Thunderbird, it has switched to Dark mode again .... This is FRUSTRATING.

Ditanyakan oleh Skender Kajoshaj 5 hari yang lalu

Jawaban terakhir oleh Skender Kajoshaj 3 hari yang lalu

I cannot get the Pocket symbol to address bar

Today I have installed Pocket on one of my Windows PCs in the Firefox browser. I got the symbol on the address bar and it works. Now I want to install Pocket on another P… (baca lebih lanjut)

Today I have installed Pocket on one of my Windows PCs in the Firefox browser. I got the symbol on the address bar and it works. Now I want to install Pocket on another PC, but I don't get the symbol. Without symbol I cannot use it. I can login to Pocket on the second PC and open saved URLs, but I cannot add Websites to my Pocket account. How do I get the symbol?

Ditanyakan oleh Ermke 4 hari yang lalu

Removing Firefox's default Search Shortcut Keywords

I would like to be able to remove Firefox's default search shortcut keywords for a site while still being able to use my own shortcut for that site. For example, if I wou… (baca lebih lanjut)

I would like to be able to remove Firefox's default search shortcut keywords for a site while still being able to use my own shortcut for that site. For example, if I would like to set wikipedia.org to only "@wi", it will automatically be set to "@wi, @wikipedia". I can remove wikipedia as a search engine, but then I'm not able to set my own keyword. Is there a way to do this? Thanks in advance.

Ditanyakan oleh Sean Pellicciarini 4 hari yang lalu

Images of pinned sites on New Tab not loading

Hi, I've noticed that only a small percentage of the sites I pin to the New Page tab manage to load their favicons. Even well known sites like Google or Mozilla.org fail … (baca lebih lanjut)

Hi, I've noticed that only a small percentage of the sites I pin to the New Page tab manage to load their favicons. Even well known sites like Google or Mozilla.org fail to load the image. So I tried to customize them with the "Custom Image URL" option, but they are not appearing either. They load at first when I hit "preview", but they fail to load once I press "save".

Here's the HTML of the element:

It seems the code is not even loading the appropriate resource, which—I think—should be placed in a 'style' attribute with a 'background-image:url()' CSS property, with the image path placed between the parentheses. I also checked the thumbnails folder (AppData\Local\Mozilla\Firefox\Profiles\nt5cyawc.default-release\thumbnails), and I found the image is properly saved there, so it's the browser who's not loading them for some reason.

Thanks in advance!

Ditanyakan oleh Gastón 4 hari yang lalu

Jawaban terakhir oleh Gastón 4 hari yang lalu

Lost bookmarks

First, many of the URLs from my many stored bookmarks mysteriously disappeared. Second, I went to the Library Import and Backup and hit Restore choosing the most recent F… (baca lebih lanjut)

First, many of the URLs from my many stored bookmarks mysteriously disappeared. Second, I went to the Library Import and Backup and hit Restore choosing the most recent File. That led to "UNABLE TO PROCESS THE BACKUP FILE" but also erased ALL my bookmarks! Have tried to restore using some of the other 15 files but always get the same failure message. Please help. Thanks

Ditanyakan oleh xb_2017 4 hari yang lalu

Barre d'espaces - Icones des extensions

Bonjour. Thunderbird version 128.4.3esr (64 bits) - Windows 11 Professionnel 24H2 Build 26100.2314 Depuis quelques temps, les icones "Cardbook" et "Raccourci Google Task"… (baca lebih lanjut)

Bonjour. Thunderbird version 128.4.3esr (64 bits) - Windows 11 Professionnel 24H2 Build 26100.2314 Depuis quelques temps, les icones "Cardbook" et "Raccourci Google Task" apparaissent en double dans la barre d'espaces. L'activation/désactivation des 2 extensions ne changent rien. Avez-vous une explication ? Cordialement

Ditanyakan oleh laurentluberon 6 hari yang lalu

Jawaban terakhir oleh laurentluberon 5 hari yang lalu

VKontakte

What should I do if, when sending a message to VK, when I press Enter it goes to the next line?? When I hover over the 'Send' button, the sending settings come up, but E… (baca lebih lanjut)

What should I do if, when sending a message to VK, when I press Enter it goes to the next line??

When I hover over the 'Send' button, the sending settings come up, but Enter is still selected - send a message, and Shift+Enter - line break. WHAT TO DO??? Previously, when I pressed Enter, everything worked, but now it jumps to a new line. I am writing to you in support because in other browsers everything works as it should.

Ditanyakan oleh Эмир 5 hari yang lalu

opening jpg attachments

All of a sudden there is no option to open a jpg. attachment with photo in windows 10. It just stopped working all of a sudden. Checked setting and all you can do is sa… (baca lebih lanjut)

All of a sudden there is no option to open a jpg. attachment with photo in windows 10. It just stopped working all of a sudden. Checked setting and all you can do is save it.

thanks

Ditanyakan oleh pdgbette 6 hari yang lalu

Lightning versus Outlook Calendar

Hello Dear Thunderbird and Lightning Community! Microsoft is removing their local Outlook calendar from Windows OS at the end of this year, and have already started to r… (baca lebih lanjut)

Hello Dear Thunderbird and Lightning Community!

Microsoft is removing their local Outlook calendar from Windows OS at the end of this year, and have already started to remove the direct to accessing it through their regular updates.

As I am looking for a local, reliable Calendar that would be on top of that open source, I found out Lightning as a further add-on/extension to Thunderbird.

Given the general context I have mentioned in the beginning, this is an historical opportunity for the open source community to raise Lightning as a major alternative to Outlook Calendar (and not only Thunderbird globally).

Why not offering Ligthning also, as a pure STANDALONE, local (with online calendar for people who wish it), but at east as a local possibility without NEEDING to instal Thunderbird as a whole?

That would make a lot of sense.

Thank you very much and great Kudos for all your great work!!!

Cheers :)

Ditanyakan oleh Senna-sport 3 minggu yang lalu

Jawaban terakhir oleh Senna-sport 6 hari yang lalu

deleting attachments on IMAP server

I use gmail IMAP server with Thunderbird. I "save" attachments to my local drive and the "delete" them. The intention is to save space on the server. While Thunderbird sh… (baca lebih lanjut)

I use gmail IMAP server with Thunderbird. I "save" attachments to my local drive and the "delete" them. The intention is to save space on the server. While Thunderbird shows the attachment has been removed (a line across the file name followed by the size "0 bytes"), on the sever (login directly with browser) I see two copies of the email, one with attachment and a second without it.

Same behavior if I try to "detach", instead of "save" followed by "delete".

It does not change even after I compact the folder (Inbox), nor if I restart Thunderbird.

I have tried to check/uncheck Message Storage>Server Settings> Clean up ("Expunge") Inbox on Exit. No difference.

Is there a way to accomplish what I need? It seems Thunderbird creates a copy of the original email with the attachment removed, but doe snot delete the original (except that locally it is invisible??) Thanks.

Ditanyakan oleh bgrinstein 1 minggu yang lalu

Jawaban terakhir oleh bgrinstein 6 hari yang lalu

Thunderbird sync issues folders

Hello, Recently I opened Thunderbird and it automatically added the following folders to my account: https://www.imagebam.com/view/MEX6LYC All the generic yellow folde… (baca lebih lanjut)

Hello,

Recently I opened Thunderbird and it automatically added the following folders to my account:

https://www.imagebam.com/view/MEX6LYC

All the generic yellow folders below the Deleted trash can icon suddenly appeared and they weren't there or weren't shown before. I right-mouse clicked on the account folder, went to Subscribe, unticked the folders that I don't want to subscribe to (all the yellow ones were there), restarted Thunderbird and they all still appeared and the boxes I unchecked, had just rechecked themselves.

I don't want them shown. Is there anyway to fix this?

Thanks

Ditanyakan oleh Cheater Slick 2 minggu yang lalu

Jawaban terakhir oleh Cheater Slick 6 hari yang lalu