Showing questions tagged: Show all questions

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… (read more)

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.

Asked by tamjk 1 week ago

Last reply by paulparker 1 day ago

This video file cannot be played.(Error Code: 102630)

This video file cannot be played.(Error Code: 102630). - This is the error i get when i try to play this movie . Context : - I upgraded to the latest version of f… (read more)

This video file cannot be played.(Error Code: 102630). - This is the error i get when i try to play this movie .

Context : - I upgraded to the latest version of firefox and i also connected my dns to nextdns recently. - I use arch linux and firefox on linux. - Previously all the videos on the site were playing nicely but now it has started showing this error. - I have tried many solutions such as :- 1. Clearing cookies, cache,etc and refreshing firefox . 2. Installing media codecs onto my pc using console. 3. Deactivating the dns and disabling hardware acceleration. 4. Restarting my pc but nothing works.

I was wondering if someone has a solution to this.

Asked by Flatroll 6 days ago

Last reply by NoahSUMO 2 days ago

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… (read more)

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.

Asked by prateek varshney 1 week ago

Last reply by jonzn4SUSE 1 week ago

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… (read more)

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.

Asked by erne.d 3 weeks ago

Last reply by jonzn4SUSE 2 weeks ago

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… (read more)

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?

Asked by Sterrence 3 weeks ago

Last reply by jonzn4SUSE 2 weeks ago

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… (read more)

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 :)

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… (read more)

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().

Asked by franconbiasin 2 weeks ago

Last reply by Paul 2 weeks ago

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… (read more)

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.

Asked by deateaterOG 2 weeks ago

Last reply by cor-el 2 weeks ago

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… (read more)

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.

Asked by SnowCrest Digital 2 weeks ago

Last reply by Waqas Khan 2 weeks ago

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… (read more)

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.

Asked by Mobius 3 weeks ago

Last reply by Standard8 2 weeks ago

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 … (read more)

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?

Asked by witek 3 weeks ago

Last reply by cor-el 2 weeks ago

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 … (read more)

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.

Asked by Sterrence 3 weeks ago

Last reply by cor-el 2 weeks ago

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… (read more)

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

Asked by fjcorfel 1 month ago

Last reply by jonzn4SUSE 3 weeks ago

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… (read more)

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

Asked by mina_daoud 1 month ago

Last reply by jens82 3 weeks ago

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… (read more)

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

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… (read more)

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.

Asked by StevJensen 1 month ago

Last reply by TyDraniu 3 weeks ago