Showing questions tagged: Show all questions
  • Archived

Intermittent Master Password Recognition Issue with External Keyboard on Firefox for Ubuntu

Hello, I've encountered a recurring issue with Firefox on Ubuntu where my master password is sporadically not recognized when typed using my external wireless keyboard. … (read more)

Hello,

I've encountered a recurring issue with Firefox on Ubuntu where my master password is sporadically not recognized when typed using my external wireless keyboard. This problem does not occur consistently but is particularly frustrating when it does, as it forces me to switch to my laptop's keyboard for input. I'm certain the password is entered correctly; after multiple careful attempts (3-5 times), the issue persists, leading to unnecessary stress and inconvenience.

    • Environment:**

- **Operating System:** Latest version of Ubuntu - **Hardware:** Dell Latitude laptop with a Contour external wireless keyboard, connected through a Dell docking station. This setup is shared with another laptop (HP) via the docking station.

    • Observations:**

- The issue seems to occur sporadically and is not reproducible on demand, adding to the frustration. - It has happened notably on the first login attempt after the computer's first boot of the day. - On one occasion, the problem led me to change my master password under the mistaken belief it had been compromised.

    • Impact:**

This intermittent recognition issue disrupts my workflow and significantly affects my user experience with Firefox. The necessity to switch input methods and the initial misinterpretation of the problem as a security concern are particularly concerning.

I hope this detailed feedback assists in identifying and resolving the issue. Thank you for your attention to this matter Firefox.

Sincerely, Daniel

Asked by Daniel 1 year ago

Last reply by cor-el 1 year ago

  • Archived

Firefox won't start after updating. How to restore the previous version without losing profile data?

Firefox won't start after updating to version 123.0 on Ubuntu OS. At the same time, no errors will appear, and there is also no specific crash report that would help und… (read more)

Firefox won't start after updating to version 123.0 on Ubuntu OS.

At the same time, no errors will appear, and there is also no specific crash report that would help understand the reason.

How to restore the previous version without losing profile data?

Asked by MarkR 1 year ago

Last reply by zeroknight 1 year ago

  • Solved
  • Archived

Download Window Closes Immediately and Some Buttons Don't Work - Need Help

Hello, Firefox friends! I'm having some issues with Firefox on my Ubuntu system and I'm really hoping someone can help me fix them. Problem with Downloads: When I tr… (read more)

Hello, Firefox friends!

I'm having some issues with Firefox on my Ubuntu system and I'm really hoping someone can help me fix them.

   Problem with Downloads: When I try to download something and click on a link, a new tab opens. But then it immediately closes and nothing downloads.
   Button Issues: Some buttons within Firefox just don't seem to work.

I've tried a few things already:

   Checked for Firefox and Ubuntu updates
   Ran Firefox in Troubleshoot Mode
   No antivirus because I'm on Ubuntu

If anyone has faced similar issues or knows how to fix this, please help!

Thank you so much!

Asked by damianczap 1 year ago

Answered by zeroknight 1 year ago

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?

Asked by jim180167 1 month ago

Last reply by jim180167 1 month ago

  • Archived

Firefox always asks to open the file link after asking whether to open or save files

Hey guys, I'm using Ubuntu 24.04 with Firefox 124.0 .deb release from this repository: https://launchpad.net/%7Emozillateam/+archive/ubuntu/ppa I enabled "Ask whether to … (read more)

Hey guys, I'm using Ubuntu 24.04 with Firefox 124.0 .deb release from this repository: https://launchpad.net/%7Emozillateam/+archive/ubuntu/ppa I enabled "Ask whether to open or save files" from settings. Whenever the Open/Save dialogue is shown and I choose Open, I expect that the file would be opened using the default application. But Firefox asks again to choose the application by which the file (file link?) should be opened. It seems that Firefox is somehow change the way the files are opened through external applications and transformed local file addresses to file://uri/on/disk.

Asked by Mehdi Hamidi 1 year ago

Last reply by Mehdi Hamidi 1 year ago

  • Archived

Firefox v123 Snap on UbuntuStudio 22.04 only works in Safe Mode

UbuntuStudio 22.04 uses the Firefox Snap package by default. The latest automatic update does not display pages correctly in normal mode, but does work correctly on Safe… (read more)

UbuntuStudio 22.04 uses the Firefox Snap package by default. The latest automatic update does not display pages correctly in normal mode, but does work correctly on Safe Mode. Snap.io lists only the latest version of Firefox so I was unable to ask snap to revert to the previous release (prior to 5 Mar 24) and by the time I had tried to investigate the previous version was no longer cached. I did not see a way to force a fresh download of firefox from the latest channel on snap.io.

I tried the snap beta channel for v124, but that exhibited the same problems.

I tried adding a symbolic link to colors.css after seeing firefox complaining that it could not be found when started from the command line. That removed the error/warning message but did not clear the problem with normal mode.

I use the en-GB locale extension only. The technical details about my PC are as follows:

  • Operating System: Ubuntu Studio 22.04
  • KDE Plasma Version: 5.24.7
  • KDE Frameworks Version: 5.92.0
  • Qt Version: 5.15.3
  • Kernel Version: 6.5.0-25-lowlatency (64-bit)
  • Graphics Platform: X11
  • Processors: 12 × AMD Ryzen 5 7600 6-Core Processor
  • Memory: 30.5 GiB of RAM
  • Graphics Processor: RAPHAEL_MENDOCINO

I have now downloaded v123 and installed it in my local home directory, and that version is working well. I have removed the firefox channel via snap. It is likely to be a fault in the construction of the snap for v123 that was not present for v122 prior to 5 Mar 24.

Asked by Emma 1 year ago

Last reply by jonzn4SUSE 1 year 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 5 months ago

Last reply by jscher2000 - Support Volunteer 5 months ago

  • Solved
  • Archived

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.

Asked by chocomo99 7 months ago

Answered by jonzn4SUSE 7 months ago

  • Solved

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

Asked by eugene_s 4 months ago

Answered by eugene_s 4 months ago

  • Archived

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 7 months ago

Last reply by jonzn4SUSE 7 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 5 months ago

Last reply by James (On Leave) 5 months ago

  • Archived

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 8 months ago

Last reply by jonzn4SUSE 8 months ago

  • Solved

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

Asked by Marco Montevechi Filho 5 months ago

Answered by Marco Montevechi Filho 5 months ago

  • Archived

Firefox crashes whenever downloading or uploading is tried

Firefox browser crashes whenever uploading or downloading is tried. It seems website independent, and even a trial to start download from an email crashes the browser. Re… (read more)

Firefox browser crashes whenever uploading or downloading is tried. It seems website independent, and even a trial to start download from an email crashes the browser. Report IDs for some of the submitted crash reports:

bp-14ac8a97-77af-46c6-a59b-4f5c30231220 bp-b73b7d46-fbb3-48b7-8298-358db0231220 bp-fe6b5110-282a-428f-b539-a61780231220 bp-c43a750b-6802-4869-9461-c8e9f0231220 bp-2f901767-5dc1-4858-b182-7583f0231220 bp-d6310f4d-ec03-40c7-bae4-0df550231220 bp-e4816ab9-cc8c-4f63-ad87-26f2d0231220 bp-8abda867-a0ee-48fe-9d1e-9d64b0231220 bp-827ddfcf-4352-4f2c-82c4-7e01c0231220 bp-2c16b203-21ca-42e2-b91c-96bbd0231220 bp-e54bcd31-2532-44a8-845c-5a4120231220 bp-15e37b7e-749a-45f5-a9e0-a7c810231220 bp-7204c927-ec96-4318-a298-c7b1f0231220

Asked by ymaan 1 year ago

Last reply by jonzn4SUSE 1 year ago