Ehechauka porandu heramoĩpyréva: Ehechaukapaite porandu

Firefox Continually Crashing . . .

Machine: Dell Inspiron 15 5567 CPU: Intel i5-7xxx Op Sys: Ubuntu 24.04.1 Firefox version: Flathub 130.0 For the past 2 weeks Firefox has been repeatedly crashing soon af… (emoñe’ẽve)

Machine: Dell Inspiron 15 5567 CPU: Intel i5-7xxx Op Sys: Ubuntu 24.04.1 Firefox version: Flathub 130.0

For the past 2 weeks Firefox has been repeatedly crashing soon after going on to certain sites or trying to apply my 2FA authenticator add-on.

Suddenly there's a screen shudder and a new window opens, inviting me to submit a crash report. See attached image.

I do not believe that this is down to Ubuntu 24.04 upgrade done at end of August.

But it's enough for me to largely go over to Chromium and Firefox Dev Ed.

If Mozilla don't act on this crashing I can see its market being lost fairly fast.

Oporandu tamjkOjapo 1 ára

Mbohovái paha backlinksOjapo 2 aravo mba’e

I can't watch any videos on pw.live on linux.

So, There's this website called pw.live and I use it for study purposes. And I've recently switched to linux and installed firefox. But that website loads but any videos… (emoñe’ẽve)

So, There's this website called pw.live and I use it for study purposes. And I've recently switched to linux and installed firefox. But that website loads but any videos or live streams don't. Even though it works perfectly fine on Windows version of firefox.

I tried to search about this and it may be because the content is DRM protected. I'm just speculating though it may be broken for some very different reason. I also looked into solutions to fix DRM related issues. And found some solutions but the plugin Widevine Content Decryption Module provided by Google Inc. just doesn't exist in the plugins tab. There is only "OpenH264 Video Codec" there. And I think that might be the problem.

Thanks in advance.

Oporandu prateek varshneyOjapo 2 ára

Mbohovái paha jonzn4SUSEOjapo 1 ára mba’e

Firefox doesn't connect to custom DNS provider when DNS-over-HTTPS is set to "Max Protection"

Hello guys, as in title - I use custom NextDNS set of rules on DNS-over-HTTPS. As of today, Firefox can't connect to the provider. AFAIK Troubleshoot Mode is also affecte… (emoñe’ẽve)

Hello guys, as in title - I use custom NextDNS set of rules on DNS-over-HTTPS. As of today, Firefox can't connect to the provider. AFAIK Troubleshoot Mode is also affected. The other devices using NextDNS on my network work just fine and when I set the DNS to work system-wide as a kind of workaround, I don't get an issue. Same when I use other DNS-over-HTTPS options in the Firefox Preferences. Yesterday the problem didn't occur and I haven't performed any updates since yesterday - both Firefox and NetworkManager seem to be up to date.

Additional info: OS: EndeavourOS (Arch Linux) Firefox version: 129.0.2

If any other info is needed, I'll be happy to provide it to you.

Oporandu erne.dOjapo 2 arapokõindy

Mbohovái paha jonzn4SUSEOjapo 1 arapokõindy mba’e

Disable hardware acceleration for PDFs only?

I seem to have a problem with Firefox's builtin PDF viewer. Instead of black text on a white or gray background or something else sensible, I get black text floating over… (emoñe’ẽve)

I seem to have a problem with Firefox's builtin PDF viewer. Instead of black text on a white or gray background or something else sensible, I get black text floating over my desktop background in the part of the Firefox window that's showing a PDF. PDFs display fine in an external viewer, but that's just passing the buck, isn't it? Is there a way to fix this on Firefox?

I suspect hardware acceleration is the issue, but everything else seems fine, so I don't want to just blanket disable hardware acceleration. How can acceleration for PDFs alone be disabled?

Oporandu SterrenceOjapo 2 arapokõindy

Mbohovái paha jonzn4SUSEOjapo 1 arapokõindy mba’e

Can no longer use Firefox since update 128 on DEBIAN 12

Hello guys, The trouble I ll present you might come a bit late, I've just never thought about asking on this forum (didn't even know that it exists lol) and I spent a lo… (emoñe’ẽve)

Hello guys,

The trouble I ll present you might come a bit late, I've just never thought about asking on this forum (didn't even know that it exists lol) and I spent a lot time on tutorials trying to find the solution... lol 😩

My situation : I have a laptop with debian 12 stable. Early July, I updated my apps, Firefox 128 has just been released. Since the Firefox 128 update, I can no longer execute Firefox, I always get the pop up message :

Failed to execute child process (no such file or directory)

I've tried many times to uninstall & reinstall, purge & reinstall. Still the same "failed to execute... " message. all the subsequent updates (128.X and 129.X) haven't solved this problem...

On the other hand, Firefox ESR 128 works like a charm.

Is anyone in the same situation as me ? 😕

Wishing you a nice day :)

Oporandu alberic0000Ojapo 2 arapokõindy

Mbohovái paha user129772368266352146567327946278130777141Ojapo 1 arapokõindy mba’e

Accessing Firefox profile name via add-on

Hi! I've been browsing the web looking for a way to access the browser's current profile name programmatically. I'm writing a little browser extension that should run co… (emoñe’ẽve)

Hi!

I've been browsing the web looking for a way to access the browser's current profile name programmatically. I'm writing a little browser extension that should run code conditionally depending on what the current profile is. I'm wondering if there's any way to do this? The closest thing I found was runtime.getBrowserInfo() runtime.getBrowserInfo().

Oporandu franconbiasinOjapo 1 arapokõindy

Mbohovái paha PaulOjapo 1 arapokõindy mba’e

User.js file does not apply

I've installed firefox with pacman on Linux, and I installed arkenfox. It did not work, I tried other user.js', none worked. I've also tried wiping my entire firefox root… (emoñe’ẽve)

I've installed firefox with pacman on Linux, and I installed arkenfox. It did not work, I tried other user.js', none worked. I've also tried wiping my entire firefox root folder, then using arkenfox, but did not work.

Oporandu deateaterOGOjapo 2 arapokõindy

Mbohovái paha cor-elOjapo 1 arapokõindy mba’e

Why is firefox adding empty lines to the css file in web developer?

Firefox is adding empty lines to the css file in web developer like so: videoFiles { left: 0; z-index: 3; width: 250px; height: 40px; opacity: 0; cursor: point… (emoñe’ẽve)

Firefox is adding empty lines to the css file in web developer like so:

  1. videoFiles {
 left: 0;
 z-index: 3;
 width: 250px;
 height: 40px;
 opacity: 0;
 cursor: pointer;

}

  1. image_files {
 height: 40px;
 width: 250px;
 z-index: 3;
 opacity: 0;
 cursor: pointer;

}

.previewVid {

 width: 50%;
 padding: 10px;

}

Those empty lines are not in the css file and so it is reporting the wrong line numbers. So hard to find the correct line in the actual file.

Oporandu SnowCrest DigitalOjapo 2 arapokõindy

Mbohovái paha Waqas KhanOjapo 2 arapokõindy mba’e

Mobile Bookmarks Hidden on Desktop

Up until a few weeks ago, I could see and access Mobile Bookmarks (I sync these to my Firefox Desktop) using the Firefox Desktop browser from the Bookmarks drop-down menu… (emoñe’ẽve)

Up until a few weeks ago, I could see and access Mobile Bookmarks (I sync these to my Firefox Desktop) using the Firefox Desktop browser from the Bookmarks drop-down menu in the topmost toolbar.

Now, I can no longer find Mobile Bookmarks in the Bookmarks drop-down menu.

I can still find it by choosing Manage Bookmarks and, in the resulting pop-up, I can see it in its regular location there. However, this is significantly less convenient as it requires me to juggle another window and perform more clicks.

Is it missing due to a bug? Does Mozilla intend to fix/address this?

Thank you in advance for any help.

Oporandu MobiusOjapo 2 arapokõindy

Mbohovái paha Standard8Ojapo 2 arapokõindy mba’e

Paste works, but Copy does not

When I copy something to my clipboard I can paste it into Firefox. Into web pages and also into the URL bar. But when I copy something in Firefox, it does not go to the … (emoñe’ẽve)

When I copy something to my clipboard I can paste it into Firefox. Into web pages and also into the URL bar.

But when I copy something in Firefox, it does not go to the clipboard. The clipboard still hast the content which was already there.

Also strange: When I cut text in a textarea, input element or the URL bar, the text is removed. But it is not sent to the clipboard. When I cut and paste, the text I get is what was previously in the clipboard.

What could be the cause? How can I debug this problem?

Oporandu witekOjapo 2 arapokõindy

Mbohovái paha cor-elOjapo 2 arapokõindy mba’e

My spellchecker add-on doesn't work on this site. That is not okay.

As I said in the title, the spellchecker add-on I use, LanguageTool, does not work on this site. I am not fine with that. What's the best way to get it working here? Any … (emoñe’ẽve)

As I said in the title, the spellchecker add-on I use, LanguageTool, does not work on this site. I am not fine with that. What's the best way to get it working here? Any answers that amount to "you don't" are not acceptable.

Oporandu SterrenceOjapo 2 arapokõindy

Mbohovái paha cor-elOjapo 2 arapokõindy mba’e

Crashes when using Youtube on Firefox

Hi. I got a new laptop some weeks ago (Linux Fedora) and I've been using Firefox without any problems until last week. When watching Youtube videos my system shell crashe… (emoñe’ẽve)

Hi. I got a new laptop some weeks ago (Linux Fedora) and I've been using Firefox without any problems until last week. When watching Youtube videos my system shell crashes completely. This problem ONLY happens with Youtube videos and Firefox. Other browsers work fine and I don't have this problem in other websites.

Recent crashes ID: bp-f6b555b9-0fbb-447d-a3b3-9f7ee0240818 bp-1fad31a3-0735-49dd-92ac-44e2d0240818 bp-19ae85a5-8bd3-4d3b-b366-f65a10240818 bp-7ca6ded3-871e-45ad-8351-f21c40240818 bp-88f4aca2-437b-45d1-8d7a-11a7c0240818 bp-ebb8ed44-af42-44c1-89f9-54b1f0240818 bp-3aa6e40e-467c-4c72-8373-b23e30240818

Oporandu fjcorfelOjapo 3 arapokõindy

Mbohovái paha jonzn4SUSEOjapo 2 arapokõindy mba’e

2 factor auth not working

I am trying to submit a new Add-on, Firefox requires to add 2 factor authentication, and when I am trying to do that and enter code it tells me that is wrong even I am su… (emoñe’ẽve)

I am trying to submit a new Add-on, Firefox requires to add 2 factor authentication, and when I am trying to do that and enter code it tells me that is wrong even I am sure it is right. I tried many times with many auth app on my phone Hope to solve that to submit my Add-on

Oporandu mina_daoudOjapo 1 jasy

Mbohovái paha jens82Ojapo 2 arapokõindy mba’e

I need to search for more than one search term in about:config. How can I do this?

I need to search for more than one search term in about:config. How can I do this? Is there some kind of syntax I can use like the pipe symbol to do something like onewo… (emoñe’ẽve)

I need to search for more than one search term in about:config. How can I do this?

Is there some kind of syntax I can use like the pipe symbol to do something like oneword|anotherword or do I have to know literally the exact thing I'm looking for before looking?

thanks in advance

Oporandu iliterallyhave5differentusernamesforthesameemailOjapo 3 arapokõindy

Mbohovái paha ThePillenwerferOjapo 3 arapokõindy mba’e

Search box - Can't select search engine

I am running Ubuntu 22.04 Jammy on my desktop. Problem does not appear in Windows 10. I can click the search box and the list of search engines shows. I can change the d… (emoñe’ẽve)

I am running Ubuntu 22.04 Jammy on my desktop. Problem does not appear in Windows 10.

I can click the search box and the list of search engines shows. I can change the default search engine in settings. Mouse over highlights the selections.

Clicking on one of the choices does nothing.

I think there have been 2 updates since the problem first appeared.

PS: There also appears to be an issue with js. Some functions on websites do not work although most of the scripts do work. In particular comments on comicskingdom.com do not work and the same with comments on seattletimes.com which apparently uses the same script. Both websites work on Windows 10.

Oporandu StevJensenOjapo 3 arapokõindy

Mbohovái paha TyDraniuOjapo 3 arapokõindy mba’e

URL suggestions don't show bookmarked or pinned sites as first option

Hello, everytime I want to open a website that I frequently use, Firefox fails to suggest it as first and rather suggests the "base" url. Example: I want to open https:/… (emoñe’ẽve)

Hello, everytime I want to open a website that I frequently use, Firefox fails to suggest it as first and rather suggests the "base" url. Example: I want to open https://www.arabdict.com/en/deutsch-arabisch but typing "ara" in the URL input field always suggests https://www.arabdict.com although the first link is both bookmarked and pinned on home. Can someone tell me how to fix this if it's even fixable yet? Chrome does this if you want to compare the user experience I'm missing since switching to Firefox. Thank you!

P.S: sorry for the first screenshot, I couldn't catch the suggestions menu with the built in screenshot tool.

Oporandu Adam.IOjapo 3 arapokõindy

Mbohovái paha TechHorseOjapo 3 arapokõindy mba’e