Afficher les questions étiquetées : Afficher toutes les questions

Search defaults to UK. How undo? Using Duck Duck Go for search.

My default search engine is Duck Duck Go. I frequently use a VPN. I am usually in North America and want to search sites in North America. When I run a search by typ… (lire la suite)

My default search engine is Duck Duck Go. I frequently use a VPN.

I am usually in North America and want to search sites in North America. When I run a search by typing a search term in Firefox, I get results beginning in UK, and I see that a blue toggle switch has been set to UK. (See image.)

This started 2-3 weeks ago.

How do I set things so that my searches begin in North America?

I have checked "about:config" preferences and do not see anywhere that UK is specified. I don't see a region preference setting, either.

Thank you.

Demandé par ezameht il y a 1 mois

Dernière réponse par ezameht il y a 1 jour

Not all tabs shared.

Hello, when I select a Tab and then select from the context menu -Share- I can share the selected tab which means that the URL is copied to the application selected to s… (lire la suite)

Hello,

when I select a Tab and then select from the context menu -Share- I can share the selected tab which means that the URL is copied to the application selected to share the tab with.

When I select from the context menu -Select All Tabs- and then from the context menu -Share- also only one tab can be shared.

Am I wrong in expecting that all the tabs be shared after -Select All Tabs-?

Regards.

Demandé par LuisSupprt il y a 1 jour

how to fix "suggest-unexpected" incompatible database version error?

I'm using Ubuntu 24.04 and just reinstalled for unrelated reasons. I'm trying to copy my Firefox profile over from my backup to the new installation. I used the Ubuntu S… (lire la suite)

I'm using Ubuntu 24.04 and just reinstalled for unrelated reasons. I'm trying to copy my Firefox profile over from my backup to the new installation.

I used the Ubuntu Snap store to install Firefox and put my old profile in -- this is the one that I was using on my previous Ubuntu 24.04 installation just a couple days ago -- and everything seems fine, but I do see this error message:

[ERROR error_support::handling] suggest-unexpected: Error opening database: Incompatible database version: 18

It gets printed when I type things in the search bar, so it seems related to some sqlite database related to history and autocompletion.

Is there a way to fix this? I'm fine with just deleting it, so long as the other parts of the profile remain.

(This is a strange error, since after all I was using the exact same setup -- Firefox on Ubuntu 24.04, installed via snap -- just a couple days ago, and it was, as far as I know, up-to-date.)

Demandé par Dan Drake il y a 4 jours

Dernière réponse par Dan Drake il y a 3 jours

Enhanced Tracking Protection Blocks x.com in Windows

I've added https://x.com as an exception site but it is still blocked. This is outright censorship which is something fascists do. Tell me how to fix your browser s… (lire la suite)

I've added https://x.com as an exception site but it is still blocked.

This is outright censorship which is something fascists do.

Tell me how to fix your browser so I may access x.com again or I stop using Firefox forever.

Demandé par Taco X il y a 3 semaines

Dernière réponse par jscher2000 - Support Volunteer il y a 4 jours

password manager

heb.com i can login, but my password manager takes me to accounts.heb.com, & it gives me the error message. I went to heb.com, logged in & saved it. When I … (lire la suite)

heb.com i can login, but my password manager takes me to

accounts.heb.com, & it gives me the error message. I went to

heb.com, logged in & saved it. When I looked at passwords again it had

accounts.heb.com, & I cant edit that. I don't know if its Firefox or HEB.

Demandé par Theodore Ojevich (Ted Ojevich) il y a 1 semaine

Dernière réponse par cor-el il y a 1 semaine

browser managed

I have avg vpn. My firefox settings have a notice that "your browser is being managed by you organization. Can you please confirm this is avg vpn and not an unauthorized … (lire la suite)

I have avg vpn. My firefox settings have a notice that "your browser is being managed by you organization. Can you please confirm this is avg vpn and not an unauthorized third party?

Demandé par Excellere IP il y a 1 semaine

Dernière réponse par TyDraniu il y a 1 semaine

  • Résolu

failed to check for update

Recently Firefox always has the error "failed to check for update". I have tried restarting my pc and running as admin. I am on windows 10. I have been able to manually … (lire la suite)

Recently Firefox always has the error "failed to check for update". I have tried restarting my pc and running as admin. I am on windows 10.

I have been able to manually install the latest version by installing it over the top of my current install, how can I fix the error to be sure that my browser will auto update?

Thanks

Demandé par ETERNALVOID il y a 1 mois

Réponse de James il y a 1 mois

Firefox automatically download files .docx from facebook page as pdf

Hello, I have problem with firefox. When I try download from facebook page files .docx, .xlsx (Microsoft Office) Firefox automatically download it as PDF and file is brok… (lire la suite)

Hello, I have problem with firefox. When I try download from facebook page files .docx, .xlsx (Microsoft Office) Firefox automatically download it as PDF and file is broken. I don't know how to repair this. Please help, it is very frustrating.

Demandé par Mateusz (Mateuszy) il y a 1 mois

Dernière réponse par jscher2000 - Support Volunteer il y a 1 semaine

File not downloaded, There are potential security risks

hello,when i download my attached files in mailbox(mail.xmvds.com), it can be everytime warnning me ,but i trust this url ,it is my company's office mailbox ,how can it u… (lire la suite)

hello,when i download my attached files in mailbox(mail.xmvds.com), it can be everytime warnning me ,but i trust this url ,it is my company's office mailbox ,how can it unblock it ,?

Demandé par echen-zg03u il y a 1 semaine

Dernière réponse par jscher2000 - Support Volunteer il y a 1 semaine

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… (lire la suite)

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.

Any suggestions?

TIA

S. Claes

Demandé par spcl67 il y a 1 semaine

images with animation not displayed on the site

Site (https://www.pinerolo.news/ The animated images of the articles are loaded once every 3. On Chrome Android I have no problem. I solve it manually by resizing the … (lire la suite)

Site (https://www.pinerolo.news/

The animated images of the articles are loaded once every 3. On Chrome Android I have no problem.


I solve it manually by resizing the page, so they load.

Where could the problem be? In the animation of their site? Do you have any advice on a fix?

Demandé par gerayl7 il y a 1 mois

Dernière réponse par cor-el il y a 2 semaines

Firefox keeps changing my url from http to https

Hello, I'm developing a web application. Yesterday I could access it with http://localhost:8000, then, I implemented https and it worked too. Today I needed to use http … (lire la suite)

Hello,

I'm developing a web application. Yesterday I could access it with http://localhost:8000, then, I implemented https and it worked too. Today I needed to use http again for my tests, but everytime I type http://localhost:8000, Firefox changes it to https://localhost:8000.

I already tried to clear everything in the history, even the cookies, but it didn't work.

What should I do?

Also, could you fix this bug? I've found articles from 5 years ago reporting this issue, but the bug hasn't been fixed yet

Demandé par Ildomar Gomes de Carvalho Junior il y a 2 semaines

Dernière réponse par TyDraniu il y a 2 semaines

URL autocomplete - I want to start over.

I don’t understand what Firefox is doing. For example, I used to start typing the first few letters of “weather.com”, which I visit pretty much daily, and it would auto f… (lire la suite)

I don’t understand what Firefox is doing. For example, I used to start typing the first few letters of “weather.com”, which I visit pretty much daily, and it would auto fill “weather.com”. Now it auto fills every time with http://www.weatherbase.com/. I don’t know where that came from. Similarly, I used to type the first few letters of “duckduckgo.com” and it would bring up “duckduckgo.com”. Now it brings up a magnifying glass below the url with “Search with duckduckgo”. I am thinking it might be best if I can start over, i.e. clear out any information it’s saved about where it thinks I want to go, and start remembering the sites I am entering now.

Demandé par WAYNEOO il y a 1 mois

Dernière réponse par jscher2000 - Support Volunteer il y a 2 semaines

Primary Password issue

I am migrating to a new laptop. The new laptop keeps asking me for a primary password. I have never set one up. This issue doesn't happen on the old machine, only the new… (lire la suite)

I am migrating to a new laptop. The new laptop keeps asking me for a primary password. I have never set one up. This issue doesn't happen on the old machine, only the new one. It also won't let me disable the pop-up that asks for the primary password. Please advise.

Demandé par Lisa Corricello-McDowell il y a 1 mois

Dernière réponse par Lisa Corricello-McDowell il y a 2 semaines

Authenticator software

I was advised to use the Authenticator.cc extension for my Firefox browser on Windows 10 PC, I can't get it to run. It downloads but will not then do anything. I can't ge… (lire la suite)

I was advised to use the Authenticator.cc extension for my Firefox browser on Windows 10 PC, I can't get it to run. It downloads but will not then do anything. I can't get the icon into the menu bar, I can't scan a QR code, it just will not perform. Why not?

Demandé par derek.peters il y a 2 semaines