Showing questions for topic:
Showing questions tagged:

Linux mint firefox and google street view

Hello. I am using Linux Mint 21.3 cinnamon and Firefox 144.0.2 When I use Google maps and the yellow small pointer (cartoon) to go on a specific street, the window come b… (read more)

Hello. I am using Linux Mint 21.3 cinnamon and Firefox 144.0.2 When I use Google maps and the yellow small pointer (cartoon) to go on a specific street, the window come black when shifting to street view. My only extension is disabled, hardware acceleration unchecked, cache cleared and cookies cleared. I have made fresh install and nothing help. Troubleshooting mode allow street view to work fine but normal mode don't work. Google chrome work good. Chromium work good. And finally, Firefox work ok on my Linux mint LMDE 6.

Any idea where to go to solve this issue?

Thanks for your support

André

Solved Archived 15 363

Sites only working in Chrome.

Hello all Firstly I have been using Firefox for about 2 decades and it has always worked perfectly - you can take a bow. Now for my problem I have been using Firefox for… (read more)

Hello all

 Firstly I have been using Firefox for about 2 decades and it has always worked perfectly - you can take a bow.
Now for my problem
I have been using Firefox for internet banking for many years without any problems - the usual login, password ans secret questions. Just after Xmas my bank updated it's website and suddenly nothing works. I was told that it now only works on Chrome and NOTHING else - not Firefox, Edge or anything else. I am able to log-in but can't see my account balances or perform any other functions - it just jams up to the point that I even have trouble closing Firefox.
I use Firefox exclusively because I don't trust Chrome or Google - they are just a massive data collection/sharing operation. I have Chrome Mask installed but it just doesn't make any difference.
 Is there anything that I can do or add-on to over-ride this problem?

I am running Mint Linux 22.2 with Firefox 151.0.1

Solved 13 75

I can no longer log in to discover card website; I could 2 weeks ago and I can login using other browsers.

Hello, I am using Linux Mint on a desktop with the latest version of Firefox. Two weeks ago I could login to the Discover website with no problems. Suddenly I can not l… (read more)

Hello, I am using Linux Mint on a desktop with the latest version of Firefox. Two weeks ago I could login to the Discover website with no problems. Suddenly I can not log in, but get an error message that something is wrong and I can't login. I can login using Chrome on this machine. My wife gets the same message when she tried to login to her account on my computer. After several discussions with Discover, all I get is "it is not our problem."

I am having no problems logging into other accounts with Firefox on this computer.

I have not explicitly changed anything on the browser or computer. I have done some updates which included Firefox. I can login on a different Linux computer using an older version of Firefox. Of course the updates were also to the computer and I will ask the same question to the Linux forum.

I really like Firefox and would hate to have to change to Chrome.

Thanks so much for your help.

Bob Bulfin

Solved 13 1 118

Some web based games laggy since Firefox 148

I play https://crazyshooters.com/ and https://crazyshooters2.com/ a lot! But the game became laggy since Firefox 148 and my ping spikes up. Other browsers play fine. I am… (read more)

I play https://crazyshooters.com/ and https://crazyshooters2.com/ a lot! But the game became laggy since Firefox 148 and my ping spikes up. Other browsers play fine. I am on Linux Mint if that helps. (147 and below run fine)

Solved 11 10 37

Your browser is not currently supported - twitch.tv

I updated firefox through apt, and since then, have not been able to log into twitch I am on ubuntu 24 apt list --installed | grep firefox firefox/mozilla,now 144.0.2~bui… (read more)

I updated firefox through apt, and since then, have not been able to log into twitch I am on ubuntu 24

apt list --installed | grep firefox firefox/mozilla,now 144.0.2~build1 amd64 [installed]

Attempting to log in returns the generic "Your browser is not currently supported"

Solved Archived 8 1938

Using canvas/context to scale an image that displays ok before removes the image data, ok in Chome/Safari.

The app sizes two adjacent images to the same height. Maybe there's a better approach? This works, in that I see the original image displayed at the wrong size: //img.… (read more)

The app sizes two adjacent images to the same height. Maybe there's a better approach?

This works, in that I see the original image displayed at the wrong size:

   //img.src = imgsrc.src;

This sizes the image but without the data (black square for toDataURL w/ image/jpeg) in FF, but not Chrome and Safari:

   var canvas = document.createElement( 'canvas' );
   canvas.width = width;
   canvas.height = avail_height;
   var context = canvas.getContext( '2d' );
   // Tried/failed: Fill white background for JPEG export
   //context.fillStyle = '#fff';
   //context.fillRect(0, 0, canvas.width, canvas.height);
   context.drawImage( imgsrc, 0, 0, canvas.width, canvas.height);
   context.lineWidth = 150; // ??
   img.src = canvas.toDataURL('image/jpeg', 0.92);
   img.onmousedown = disableDragging; // for FF
   img.style.opacity = "1.0"

The page is the view.html one gets to via Enter on phobrain.com.

Solved Archived 8 385

Images from canvas black or transparent: img.src = canvas.toDataURL(); // FF: 'image/jpeg'=black. Png,webp,default=transparent.

I don't know if this ever worked in FF, since I've been on Chrome a while. I tried canvas.toBlob() in FF without a solution. The behavior is the same whether the served i… (read more)

I don't know if this ever worked in FF, since I've been on Chrome a while. I tried canvas.toBlob() in FF without a solution.

The behavior is the same whether the served image is jpg or webp. A Servlet delivers the image data, here in webp:

          response.setHeader("Content-Type", "image/webp");

On page, I use a canvas thus => see '// FIREFOX'

     var canvas = document.createElement( 'canvas' );
     canvas.width = width;
     canvas.height = avail_height;
     var context = canvas.getContext( '2d' );
     context.drawImage( imgsrc, 0, 0, width, avail_height);
     context.lineWidth = 150;
     // FIREFOX: canvas.toDataURL('image/jpeg')=black, png,webp,default=transparent
     img.src = canvas.toDataURL('image/jpeg');
     img.onmousedown = disableDragging; // for FF
     img.style.opacity = "1.0";
     console.log('setImg ok');

Inspecting a black jpeg:

        data:image/jpeg;base64,...

Thanks!

Solved Archived 7 612

I get an edgesuite.net error from many sites using Firefox ESR

I have CentOS Stream release 8 on my laptop and desktop, with firefox-115.11.0-1.el8.x86_64 If I connect to some sites, such as signin.costco.com, www.tesla.com/modely, w… (read more)

I have CentOS Stream release 8 on my laptop and desktop, with firefox-115.11.0-1.el8.x86_64

If I connect to some sites, such as signin.costco.com, www.tesla.com/modely, www.airindia.com, www.meijer.com, I get errors such as You don't have permission to access "http://www.tesla.com/modely" on this server. Reference #18.71951eb8.1774502305.1a7c7680 https://errors.edgesuite.net/18.71951eb8.1774502305.1a7c7680 You don't have permission to access "http://www.airindia.com/" on this server. Reference #18.c50e2017.1774501671.2dadbdb4 https://errors.edgesuite.net/18.c50e2017.1774501671.2dadbdb4

The error appears invariant of my IP address (different IPv4 addresses after rebooting my router, or an IPv6 address via a proxy). I have Firefox 60.7.2esr and 78.5.0esr on an older machine. Those sometimes work to some of these sites, but don't support all the site functionality, e.g. I can't actually login to Costco. www.tesla.com/modely works in 78.5.0esr. The Firefox on my Android tablet works for tesla; I haven't checked all the other sites. In conversation with my ISP (Starlink) customer service AI, I have tried deleting cookies and disabling plugins (only H264 and Widevine) with no effect. It suggests there is a problem with Akamai fingerprinting the browser.

I get edgesuite errors using Lynx or elinkx or curl also

Solved 6 3 439

Differences between implementation of :has between FF and Chrome.

FF bug (?) (my own tests), Chrome works as expected, was also gemini ai discussed.: Why for the following css rule (new FF): header:has(~ noscript) ~ * div[class*="-sl… (read more)

FF bug (?) (my own tests), Chrome works as expected, was also gemini ai discussed.:

 Why for the following css rule (new FF):
 header:has(~ noscript) ~ * div[class*="-slider"] {width: calc(var(--number-of-slides) * 100%);}
 the --number-of-slides is defined and visible:
 header:has(~ noscript) ~ * div[class*="-slider"] {--number-of-slides: 1}
 but this one isn't at all:
 header:has(~ noscript:has([value="1"])) ~ * div[class*="-slider"] {--number-of-slides: 1}
 And all remembering that in the noscript there is direct descendant having value="1"

As mentioned it works as expected (so average person naturally may think it sould) well for Chrome - noscript is visible, js disabled, controls are visible. Sophisticated use case of :has() but it sort of "has right" to happen.

Locked Archived 6 45

Trouble with Chase Bank

With Mozilla Firefox for Linux Mint 150.0 after logging into Chase Bank , when trying to pay off my credit card, I get a message: "It looks like this part of our site is … (read more)

With Mozilla Firefox for Linux Mint 150.0 after logging into Chase Bank , when trying to pay off my credit card, I get a message: "It looks like this part of our site is not working right now". However the site works perfectly with Chrome, thus the problem must be with Firefox. I have cleared the Chase cookies and still getting the same result.

Solved 5 18

After update from 149.0.2 to 150.0 signin to https://id.bund.de leads to "internal error"

I am using Linux Mint, firefox and "Reiner SCT" hardware to sign in to german government sites using my identity card. All worked fin until firefox update from 149.0.2 to… (read more)

I am using Linux Mint, firefox and "Reiner SCT" hardware to sign in to german government sites using my identity card. All worked fin until firefox update from 149.0.2 to 150.0. Now I always get the error message "internal_error". I know, this message does not help much, but that is all I have. Is there anything I can try to get firefox 150.0 running or shoud I try to deinstall firefox 150.0 an install firefox 149.0.2 again? Thanks very much in advance!

Solved 5 72

Error logging in to account.apple.com - Failed to verify your identity!

I'm unable to login to account.apple.com on my laptop which is running Ubuntu 24.04.3 LTS. I've launched Firefox using the `-p` option, created a new profile and then nav… (read more)

I'm unable to login to account.apple.com on my laptop which is running Ubuntu 24.04.3 LTS.

I've launched Firefox using the `-p` option, created a new profile and then navigated to https://account.apple.com/sign-in and tried to login. I've attached a screenshot of the error message.

I had tried multiple things on my default profile, even troubleshoot mode, but I couldn't get it. I even tried useragent switcher to no avail.

I can login to the site using Chromium.

What else can I try?

Solved Archived 4 636

Latest Linux FF (ver 136) NOT opening requested web sites

Hi, I've been a use of FF since it was Netscape (yes I'm old). And its always been my favorite above all. However, with the recent update (ver 136, either installed from… (read more)

Hi, I've been a use of FF since it was Netscape (yes I'm old). And its always been my favorite above all. However, with the recent update (ver 136, either installed from a .tar downloaded or an app via apt install) it starts fine but no matter what URL I try to access the busy indicator spins but nothing ever happens. I've tried disabling all my extensions to no avail. I'm also searched for others experiencing this issue. All my other browsers seem to work well on all the same sites.

I'm kind of at a loss so if anyone has any suggestions/ideas please share?

Thanks BobMCT

Solved Archived 4 174

Firefox 141.0 (aarch64) won't load last 20% of AliExpress website

Hello, American website and the German website German website fail to load the last 20%. This causes important top row graphics like logins and accounts not showing. Fire… (read more)

Hello, American website and the German website German website fail to load the last 20%. This causes important top row graphics like logins and accounts not showing. Firefox private window loads the AliExpress website 100%.

I wiped History cache from Firefox, however same issue. Other websites load normally. I can't log in to AliExpress to report the issue there.

Specs: 141.0 (aarch64) Mozilla Firefox fo Raspberry Pi OS raspberrypios - 1.0

Solved Archived 4 164

DuckDuckGo search craches Tab

With Duckduckgo set as search engine, if I type a search or go directly to duckduckgo search page the current tab crashes and the "Tab crash reporter" is displayed. Goog… (read more)

With Duckduckgo set as search engine, if I type a search or go directly to duckduckgo search page the current tab crashes and the "Tab crash reporter" is displayed.

Google, Bing, etc work.

I have Duckduck privacy protections, privacy badger, and ublock origin all disabled for duckduckgo.

Solved 4 27

Google Street View

What settings do I need to get Street View to return the street view rather than a black screen in all 4 of my Ubuntu browsers, when it used to work fine but now is trash… (read more)

What settings do I need to get Street View to return the street view rather than a black screen in all 4 of my Ubuntu browsers, when it used to work fine but now is trash ?

Solved Archived 4 184

Cannot connect to Microsoft Office web editors (word, excel, powerpoint)

I recently updated to 147.0.1, and now it seems I can no longer access word/excel/powerpoint files for online editing. I have already tried clearing cookies, disabling ad… (read more)

I recently updated to 147.0.1, and now it seems I can no longer access word/excel/powerpoint files for online editing. I have already tried clearing cookies, disabling adblockers, disabling tracking protection, running in a private window, all the way down to completely reinstalling Firefox 147 fresh. This has persisted for roughly a week, so it does not seem to be an issue with my own network connection, nor with Microsoft's services, nor my files specifically since I can edit the files online from my PC at work. The error message specifically reads:

We can't connect to the server at usc-excel.officeapps.live.com (or usc-word-edit.officeapps.live.com or usc-powerpoint.officeapps.live.com, respectively).

I could previously access these files to edit when I was still on Firefox 146, so I'm guessing it's something going on with 147. Has anyone encountered similar issues with Web Office apps, and perhaps found a resolution?

Solved 4 110

I am unable to log in to Costco with firefox/linux 140, although an old Chrome has no problem. Same thing happens with various medical patient portals. WHAT IS THE PROBLEM?

I was finally forced to update my Firefox to the released version. I am increasingly unable to log in to various "secure" websites with Firefox 140...1 although Chrome 1… (read more)

I was finally forced to update my Firefox to the released version. I am increasingly unable to log in to various "secure" websites with Firefox 140...1 although Chrome 106 (old, but can't update) has no problem. There are also a number of captchas that are simply invisible to firefox. Why is this happening?

Solved Archived 4 100

Why amazon musik unlimited do not work?

Hey, i am since 30. 03.2026 from windows 11 to linux mint changed, in firefox- browser amazon musik unlimited doesn`t work. But i have there all of my musik and i`ll miss… (read more)

Hey, i am since 30. 03.2026 from windows 11 to linux mint changed, in firefox- browser amazon musik unlimited doesn`t work. But i have there all of my musik and i`ll missed it so. Is there no option to here my musik?

Solved 3 45

Directv will not allow using Firefox to access

I have spent hours with Tech department and digital assistand department at Directv. Today they are telling me as long as I use Firefox I will be unable to access my acco… (read more)

I have spent hours with Tech department and digital assistand department at Directv. Today they are telling me as long as I use Firefox I will be unable to access my account. I have paid to have my computer checked out and was told that it was updated and the system was working fine. How to I get Directv to recognize my system?

Solved 3 325