Showing questions tagged: Show all questions

Reproducible slow (30 seconds) DNS resolution on Ubuntu 24.04

I use Firefox 134.0.2 (64-bit) on Ubuntu 24.04. Some (not all) web sites show up only after a delay of exactly 30 seconds. The attached screenshot shows that this delay … (read more)

I use Firefox 134.0.2 (64-bit) on Ubuntu 24.04.

Some (not all) web sites show up only after a delay of exactly 30 seconds. The attached screenshot shows that this delay is due to DNS resolution. This behavior is reproducible by simply closing Firefox, opening it again and entering the same web site once more. Once this initial delay of 30 seconds for DNS resolving has passed the web site can be browsed normally.

Using Google Chrome, Opera or even the Tor Browser on the same system works without any significant delay. Also a DNS lookup from the console returns data almost immediately.

As the delay is always exactly 30 seconds this looks like some DNS resolver timeout only showing up when using Firefox.

Neither starting Firefox in Troubleshoot Mode nor (as often suggested) disabling IPV6 for DNS by setting network.dns.disableIPv6 to true did help.

Any idea how to fix this 30 seconds delay?

Many thanks for any help, Felix

Asked by fb21 1 month ago

Last reply by TyDraniu 1 month ago

firefox process will not start on ubuntu 24.04

i was using firefox with multiple tabs for most of today, had to shut pc down to run errands. When i restarted pc, firefox would not start, i have it pinned on my task ba… (read more)

i was using firefox with multiple tabs for most of today, had to shut pc down to run errands. When i restarted pc, firefox would not start, i have it pinned on my task bar/start menu/whatever. I opened my system moniter to see what was going on when i tried to start firefox and the processes do not show up in the process list. I tried a reinstall with the ubuntu software store and no noticeable change in behavior. Not sure how to get into the profile section, the option for it with a right click on the firefox icon does nothing seemingly. Under normal operations i have seen two firefox processes listed.

Asked by patryn36 4 months ago

Last reply by jonzn4SUSE 4 months ago

Generic Wayland icon appears in Task Switcher instead of Firefox icon

Firefox does not seem to be properly configured for Wayland on KDE Plasma 6.x systems. The generic "Wayland" logo appears in task switcher instead of the Firefox logo. F… (read more)

Firefox does not seem to be properly configured for Wayland on KDE Plasma 6.x systems. The generic "Wayland" logo appears in task switcher instead of the Firefox logo. Firefox is the only program I have with this issue. Setting desktop name (org.mozilla.firefox) as a property in the Window and Application Manager settings does not resolve the issue.

Asked by John Gahbauer 4 months ago

Last reply by jonzn4SUSE 4 months ago

Update/upgrade Firefox for Linux/Ubuntu

Hello everyone, i have Linux/Ubuntu software with Firefox browser and for 5 months it has not asked me to update, with it's pop up message. Now it is urgently asking me t… (read more)

Hello everyone, i have Linux/Ubuntu software with Firefox browser and for 5 months it has not asked me to update, with it's pop up message. Now it is urgently asking me to update, i have followed the directions given in order to download the latest Firefox version as instructed but with no success. I am downloading it, but it doesn't have an instruction to "run" it. As a consequence, my system is getting slower and slower and i am afraid it will crush! Any ideas? Sooooos!!!

Asked by Eugenia Minacoulis 2 months ago

Last reply by James 2 months ago

Firefox won't Save As, won't allow me to change the location of Downloads folder, doesn't prompt to Save...

I am running Lubuntu 22.04LTS (have been for months now), with Firefox 130.0.1 installed via the normal vanilla apt. It was working fine until a few days ago (perhaps … (read more)

I am running Lubuntu 22.04LTS (have been for months now), with Firefox 130.0.1 installed via the normal vanilla apt.

It was working fine until a few days ago (perhaps after an update, but I can't recall specifically), and then just stopped being able to save anything.

For example, right clicking on an image will bring up "Save As..." as an option, but when I choose that, nothing happens. No prompt to save, nor does the file appear anywhere.

When I choose "Save" as a pulldown on cloud XLSX files...similarly, nothing happens.

When I download something, Firefox is supposed to open up a prompt asking me where I want to save the file but that never opens...nor does the file download.

I am totally baffled.

Asked by user239a 5 months ago

Last reply by jonzn4SUSE 5 months ago

Firefox cannot 'find' or open files or dirs above home directory in linux

I just set up a server with linux Ubuntu 24.04 Desktop, with Firefox 129.0.2 included to do some dev and testing work. Problem: Firefox seems unable to see or open fi… (read more)

I just set up a server with linux Ubuntu 24.04 Desktop, with Firefox 129.0.2 included to do some dev and testing work.

Problem: Firefox seems unable to see or open files that are above or outside the user's home dir tree.

The only extra packages installed are the LAMP stack and Google Chrome, which has no problem. (had to have something for A/B testing.)

I've tried entering the url of file:///var/www/index.html, I've tried selecting 'open with...' from the files app, etc. Nothing works.

I can get to the file through http://localserver/index.html with no issues. I've verified permissions on the entire directory tree to the file. Everything from end to end has read permissions for all, 755.

I've checked the following advanced settings: security.sandbox.content.level..............................0 (started at 4, now at 0, no effect or change.) security.fileuri.strict_origin_policy.........................false (default setting as installed.)

I am able to open file:/// and get a dir listing. BUT, if I click on var, it gives "Access to the file was denied." I even tried changing the permissions on /var to 777, but no change.

This seems to be a Firefox only problem, since Google Chrome works where firefox doesn't.

I've spent several hours searching for ways to fix this, all with no success. Does anyone have any idea how to fix this, or even what to look at???

Asked by cliffb1 4 months ago

Last reply by jonzn4SUSE 4 months ago

Copying entries in history: WYSINWYG

There is (IMHO) some missing functionality / unwanted feature or call it what you like (bug?). History -> Manage History select e.g. Last 7 days, right click on Name… (read more)

There is (IMHO) some missing functionality / unwanted feature or call it what you like (bug?).

History -> Manage History

select e.g. Last 7 days, right click on Name and select at least two attributes (you can choose from: Tags, Location,Most Recent Visit, Added and Last Modified)

Select the first entry of the list, all displayed fields are selected/highlighted.

Copy (either with the menu or with Ctrl-C) and paste it in your favourite text editor.

Why is only the URL copied? Other fields were also highlighted. Why are they not included?

This is WYSINWYG (what you see is not what you get).

It is possible to export bookmarks as an html file, so why is this not possible with history?

OK, it is possible to query the sqlite3 database directly to get some history info but it's a bit cumbersome.

To do so,

  copy the sqlite (places.sqlite) database to some safe place then open the database (with 'sqlite3 places.sqlite')
  get the history info you are interested in with a sqlite query,
  e.g. select title,visit_count,site_name,url,description,last_visit_date from moz_places where url like '%support%';

But there is no simple (AFAIK) way to convert 'last_visit_date' (an integer) to something human readable.

So either include the whole selection when something is copied (WYSIWYG) or provide export history as an html file.


ps: why is there on option 'other' in the list of 'topics' ? pps: I already posted this comment but it got lost somehow

Asked by sclaes 2 months ago

Last reply by jscher2000 - Support Volunteer 2 months ago

Firefox Freezing on Ubuntu 24.04, unfreeze if reposition window

I use Firefox with DuckDuckGo on Ubuntu 24.04, Gnome desktop. My Firefox browser window regularly freezes but can be unfrozen by simply repositioning the window. This is … (read more)

I use Firefox with DuckDuckGo on Ubuntu 24.04, Gnome desktop. My Firefox browser window regularly freezes but can be unfrozen by simply repositioning the window. This is really annoying.

I also use Chromium on the same system and there are no issues.

Any ideas?

Asked by dan341 5 days ago

Last reply by jonzn4SUSE 4 days ago

Unable to open gamil after updating the firefox today

Here are the dpkg/apt logs for update: 2025-03-19 12:33:16 configure firefox:amd64 136.0.2~build1 <none> 2025-03-19 12:33:16 status unpacked firefox:amd64 136.0.2~… (read more)

Here are the dpkg/apt logs for update:

2025-03-19 12:33:16 configure firefox:amd64 136.0.2~build1 <none> 2025-03-19 12:33:16 status unpacked firefox:amd64 136.0.2~build1 2025-03-19 12:33:16 status half-configured firefox:amd64 136.0.2~build1 2025-03-19 12:33:16 status installed firefox:amd64 136.0.2~build1


The problem is that when I tried opening gmail in my ubuntu, it is stuck at loading page, but other browsers like edge can open it without any problem (on the same system).

I tried every thing I can in the support forum of gmail/mozilla/others, but it's still stuck at loading.

That's all.

Asked by red_slayer 3 days ago

Last reply by jonzn4SUSE 3 days ago

Downloading files from the firefox browser using unbuntu linux

For the past few months, the browser will no longer download any files. The only diagnostic that I can see is failed when the download is attempted. I have refreshed fi… (read more)

For the past few months, the browser will no longer download any files. The only diagnostic that I can see is failed when the download is attempted. I have refreshed firefox and the problem remains. Chrome can download without any problems, but I used firefox for many years and wish to continue.

Bob Hopkins

Asked by wb2udc 5 months ago

Last reply by jonzn4SUSE 5 months ago

Version problem

I upgraded Firefox using Ubuntu's apt update, apt dist-upgrade. The upgrade process said my version is 134.0.1 but when I look on the Help button is says my version is 12… (read more)

I upgraded Firefox using Ubuntu's apt update, apt dist-upgrade. The upgrade process said my version is 134.0.1 but when I look on the Help button is says my version is 125.0.2. How do I upgrade to 134.0.1?

Asked by Mike Carron 2 months ago

Last reply by jonzn4SUSE 2 months ago