Showing questions tagged:

Availability for Ubuntu ARM64 via Orange Pi 5+

I know that there is a generic Linux iteration that can be downloaded, but it does not appear to allow for use on ARM64. Is there a way that I can download, install, and … (read more)

I know that there is a generic Linux iteration that can be downloaded, but it does not appear to allow for use on ARM64. Is there a way that I can download, install, and access Firefox on my Orange Pi 5 Plus?

Archived 1 149

Issue with Picture-in-Picture Functionality in Firefox on Ubuntu

I am experiencing an issue with the Picture-in-Picture (PiP) functionality in Firefox on Ubuntu. Unlike on Windows, where the PiP window automatically appears when switch… (read more)

I am experiencing an issue with the Picture-in-Picture (PiP) functionality in Firefox on Ubuntu. Unlike on Windows, where the PiP window automatically appears when switching tabs or pages, this does not happen on my system.

When I manually activate the PiP feature by clicking the button, the window does appear; however, it is placed behind the browser window and remains at the lowest level among other open windows. This causes it to be obscured by other applications and requires me to manually bring it to the front and adjust its position every time.

Is there a way to automate this process or resolve the issue so that the PiP window behaves as expected (i.e., stays on top of other windows and works seamlessly)? Please let me know if there are any settings, extensions, or workarounds that could address this problem.

Thank you in advance for your assistance!

Archived 1 233

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 a… (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

Archived 2 130

Widevine Plugin Crashes Trying to Stream Content

Since I updated to Firefox 141.02 I have not been able to play videos on Paramount+ or Netflix. I get an error on the top that says the Widevine plugin has crashed on bo… (read more)

Since I updated to Firefox 141.02 I have not been able to play videos on Paramount+ or Netflix. I get an error on the top that says the Widevine plugin has crashed on both streaming services. I have checked that the plugin is on and there are no updates. I am on Ubuntu 24.04. Video on YouTube plays as normal

Archived 2 409

Firefox on ubuntu 22.04 always vanishes after some time

Hi all. I have been using firefox with ubuntu 22.04 for about since when ubuntu 22.04 was released (2022). On firefox, I usually use the nordpass and tab grouping extensi… (read more)

Hi all. I have been using firefox with ubuntu 22.04 for about since when ubuntu 22.04 was released (2022).

On firefox, I usually use the nordpass and tab grouping extensions. For the third or fourth time in a row, firefox has simply vanished from my system from day to night.

I click the icon and nothing happens. I try typing "firefox" in the terminal and get

   Command '/usr/bin/firefox' requires the firefox snap to be installed.
   Please install it with:
   snap install firefox

Even if I accept the bizarreness of snap simply deciding from one day to another that I don't have this package (or did I never have it and never needed it in the first place?) and try "snap install firefox" I get:

   snap "firefox" is already installed, see 'snap help refresh'

After reading the result of "snap refresh help" I decided to "snap refresh" to update all of it's packages. Still, "snap install firefox" and "firefox" keep giving me the same result.

What is happening here?

Solved Archived 2 473

firefox is stalling on ubuntu 24

firefox stalls on ubuntu and the OS says it is running but I cannot or don't know how to restart/reset it from the terminal. A reboot of the computer solves the issue bu… (read more)

firefox stalls on ubuntu and the OS says it is running but I cannot or don't know how to restart/reset it from the terminal. A reboot of the computer solves the issue but I have to re enter the bios password etc. Is there a simple solution?

Archived 2 153

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 a… (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.

Archived 2 78

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 fil… (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???

Archived 2 153

Sync firefox data to new computer.

I am trying to sync Firefox data to new computer. The Mozilla account only allows me to sync mobile devices. Online instructions do no match my version of Firefox 131.0.2… (read more)

I am trying to sync Firefox data to new computer. The Mozilla account only allows me to sync mobile devices. Online instructions do no match my version of Firefox 131.0.2, Ubuntu 24.04.

Solved Archived 2 197

Can't download or attach file in Firefox

Firefox 135.0 (64-bit) on Ubuntu 22.04.5. When trying to save any file (download, save image etc.) or trying to attach a file (in web-based gmail client or WhatsApp web c… (read more)

Firefox 135.0 (64-bit) on Ubuntu 22.04.5. When trying to save any file (download, save image etc.) or trying to attach a file (in web-based gmail client or WhatsApp web client) nothing happens. Tried to refresh, switch off all extensions, clear download history - nothing helped. Chrome works on the same machine like a charm...

Do you have any suggestions?

Thank you

Solved Archived 2 175

Firefox on LINUX is broken for about 30% of websites

Firefox in Ubuntu Linux is broken for about 30% of the web; only CHROME works. This problem just keeps getting worse. Please fix; it doesn't matter whether FF is more se… (read more)

Firefox in Ubuntu Linux is broken for about 30% of the web; only CHROME works. This problem just keeps getting worse. Please fix; it doesn't matter whether FF is more secure, if it doesn't work - what's the point?

Archived 3 244

first of all, do no harm

That is the first line in the Hippocratic Oath. All doctors have to swear to it. All software developers should too. I made the mistake of letting Firefox on KUbuntu upda… (read more)

That is the first line in the Hippocratic Oath. All doctors have to swear to it. All software developers should too.

I made the mistake of letting Firefox on KUbuntu update. It obliterated all my tabs and all my history. There's nothing left. I had a lot of tabs open with intent to use them to update some astronomy instructional activities. I don't know if I'll be able to find them again.

I don't really have a question except to ask: What fresh hell is this? Is it really that hard to just leave things the hell alone? I'm afraid to ever update Firefox again. If everything else wasn't based on Chromium, I'd be out of here.

Also, it looks like something out of Windows 7.

It's all gone. It's a wonder you didn't delete all my bookmarks while you were at it.

Solved Archived 3 148

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!!!

Archived 3 202

OneDrive workbook problem

So I have an Excel workbook in my onedrive from MS, It was working fine on my firefox browser in my Ubuntu OS, last week it started to delete my cell's information whenev… (read more)

So I have an Excel workbook in my onedrive from MS, It was working fine on my firefox browser in my Ubuntu OS, last week it started to delete my cell's information whenever I pressed the enter, tab or arrow keys, I contacted the MS support and they get me to opened the same file on a chrome browser and worked fine... I still want to use my firefox browser but this problem is very annoying, please help me sort it out!!!

Archived 3 138