Fragen mit folgendem Schlagwort anzeigen: Alle Fragen anzeigen

lost bookmarks

I have to install firefox new everyday on a library computer, (short answer mine was stolen and I can't replace it for now). Anyway used to have no problem I would go i… (Lesen Sie mehr)

I have to install firefox new everyday on a library computer, (short answer mine was stolen and I can't replace it for now).

Anyway used to have no problem I would go in install firefox sign in and my bookmarks were repopulated. Today I installed firefox and nothing. No bookmarks, no add ons nothing its like a blank install with new profile.

I do not have a backup saved profile on this computer as it is a virtual machine and each day when it shuts down it wipes the programs and data installed. Because firefox repopulated the bookmarks each day when I re-installed it I was not aware I needed to create my own backup I assumed that it was just something in firefox that worked well and another reason why I prefere to use it.

Until today it was not an issue once I signed in everything would re appear but today its all gone. Is there anyway to recover this as it is very important that I do. I use these bookmarks a lot.

Gefragt von tofrke vor 1 Minute

Had to reinstall windows. I was signed in. I clicked sync to ensure it was synced. Nothing synced?

I made sure everything was synced and my account logged in prior to reinstalling windows. I log into the same account and nothing is there. Help! How can I recover the bo… (Lesen Sie mehr)

I made sure everything was synced and my account logged in prior to reinstalling windows. I log into the same account and nothing is there. Help! How can I recover the bookmarks and history that are clearly selected in my profile?

Gefragt von danasilver vor 20 Minuten

Missing pages or parts of them

Several pages don't display properly. espn doesn't have a menu, cnbc displays and then goes blank, as do some articles on nytimes.com. These and other anomalies all wor… (Lesen Sie mehr)

Several pages don't display properly. espn doesn't have a menu, cnbc displays and then goes blank, as do some articles on nytimes.com. These and other anomalies all work fine on safari. Any help greatly appreciated. Jim

Gefragt von jimpnm vor 26 Minuten

Firefox crashes when launching Brave

Hello! I updated FLOORP on the 5th May, FLOORP crashed and then Brave, Firefox, Waterfox, LibreWolf and Vivaldi started crashing. I had Brave and Vivaldi open when I laun… (Lesen Sie mehr)

Hello! I updated FLOORP on the 5th May, FLOORP crashed and then Brave, Firefox, Waterfox, LibreWolf and Vivaldi started crashing. I had Brave and Vivaldi open when I launched FLOORP and FLOORP asked consent to update itself and after updating, it did not open in “previous session” and I could not open “previous session” through History. When I launched “Settings” from menu, “previous session” opened! I had pinned “Settings” earlier.

Now the bizarre happens; suddenly LibreWolf launches by itself also without “previous session” and open tabs in Brave and Vivaldi disappear to single New Tab. After some tinkering, I was able to restore “previous session” in LibreWolf, Brave and Vivaldi.

Now I close all browsers and open Firefox, no “previous session” and some random windows in its history, opening these random windows also opened “previous session”! 🙄But then Waterfox launches also without “previous session”, here clicking on OneTab extension recovered “previous session”.

Cutting short; I uninstalled, Waterfox, LibreWolf and FLOORP, this did not help, I ran System Restore twice to two different points and it has not resolved the issue.

Thankful for any help!

Gefragt von RAJENDRA KUMAR vor 1 Woche

Letzte Antwort von RAJENDRA KUMAR vor 31 Minuten

An error occurred during a connection to login.acg.aaa.com

Unable to login to my AAA account from my PC though I can with no issues on my android phone. security.tls.version.max is set to 4 SSL Report: login.acg.aaa.com (104.68… (Lesen Sie mehr)

Unable to login to my AAA account from my PC though I can with no issues on my android phone.

security.tls.version.max is set to 4

SSL Report: login.acg.aaa.com (104.68.100.81) shows A+ rating - https://www.ssllabs.com/ssltest/analyze.html?d=login.acg.aaa.com

Please help.

Gefragt von re5pect77 vor 52 Minuten

Firefox Launch Time Abyssmal

Every time I start up firefox, it takes about a full minute to load. It shows an outline of the UI, but does not become usable for a while, windows also puts up a "firefo… (Lesen Sie mehr)

Every time I start up firefox, it takes about a full minute to load. It shows an outline of the UI, but does not become usable for a while, windows also puts up a "firefox is not responding" window when the window is interacted with. After loading, opening a new window is unaffected, and page loading is snappy. just the initial launch is the issue. This remains true even after a clean uninstall + reinstall. Appdata folder was removed as well, and did not affect the issue. I do not have any antivirus software other than windows defender, so that should not be an issue. My hardware is also not likely to be at fault, as it is sufficiently up to date (upgraded within last year, not sharing specs here). Chrome starts up in less than a second for reference. Once again, a fresh install with a new profile has the same symptoms. Have tried every available guide to no effect.

Gefragt von Kizmel Sakura vor 1 Stunde

FF Browser Update Malfunction?

This morning my Linux Mint PC notified me via Update Manager that an update to FF version 126 was available. I ran the update and it completed with no problems. I use FF … (Lesen Sie mehr)

This morning my Linux Mint PC notified me via Update Manager that an update to FF version 126 was available. I ran the update and it completed with no problems. I use FF as a Flatpak. When I checked the FF version in FF Help>About FF it still showed version 125.0.3 even after restarting FF and the PC. I checked the Synaptic Package Manager on my PC and it shows that my current FF version is 126. The Software Manager shows the current version is 125.0.3. Why is FF still showing the previous version after I ran the update for 126? I'm concerned that I might have a compromised FF even though I updated it via Linux Mint Update Manager like I always do for any program updates. Thank you, Colin

Gefragt von Colin vor 2 Stunden

Google Calendar won't print whole day on Firefox

FIREFOX won't print whole day of my google calendar - now it just prints when I get to the computer and print out the day - but then it skips the morning or night - BUT I… (Lesen Sie mehr)

FIREFOX won't print whole day of my google calendar - now it just prints when I get to the computer and print out the day - but then it skips the morning or night - BUT I can go to Chrome and it will print from 6am to 12midnight .... PLEASE get this fixed - such a pain to log in to another calendar/browser ETC all the time

Gefragt von 3D H&G vor 3 Stunden

macOS disable Firefox default browser prompt non-interactively

I am trying to configure Firefox on macOS to not prompt the user to make it the default browser. I am using the following script to create the profile and set the user p… (Lesen Sie mehr)

I am trying to configure Firefox on macOS to not prompt the user to make it the default browser.

I am using the following script to create the profile and set the user preferences after installing Firefox by copying `Firefox.app` from the downloaded DMG: ```

  1. !/bin/sh

open -a Firefox.app --args -CreateProfile default sleep 1

write_userpref() { USER=$(whoami) PROFILE=$(ls -1 "/Users/${USER}/Library/Application Support/Firefox/Profiles/" | grep -E "\.default$") cat << EOF > "/Users/${USER}/Library/Application Support/Firefox/Profiles/${PROFILE}/user.js" // mandatory comment? user_pref("app.update.auto", false); user_pref("app.update.disable_button.showUpdateHistory", false); user_pref("app.update.enabled", false); user_pref("breakpad.reportURL", ""); user_pref("browser.newtabpage.activity-stream.feeds.topsites", false); user_pref("browser.newtabpage.activity-stream.feeds.section.topstories", false); user_pref("browser.tabs.crashReporting.sendReport", false); user_pref("browser.discovery.enabled", false); user_pref("browser.defaultbrowser.notificationbar", false); user_pref("browser.shell.checkDefaultBrowser", false); user_pref("browser.shell.didSkipDefaultBrowserCheckOnFirstRun", false); user_pref("browser.shell.skipDefaultBrowserCheckOnFirstRun", true); user_pref("browser.newtabpage.enabled", false); user_pref("experiments.enabled", false); user_pref("extensions.pocket.enabled", false); user_pref("toolkit.telemetry.enabled", false); user_pref("update_notifications.enabled", false); EOF }

write_userpref

open -a Firefox.app --args -new-tab -P default "about:blank" sleep 3 osascript -e 'quit app "Firefox"' sleep 2

open -a Firefox.app --args -P default about:blank ```

Here's the behaviour I'm seeing:

  1. Firefox starts to an `about:blank` tab, however there is a second "Firefox Privacy Notice" tab
  2. AppleScript quits Firefox
  3. Firefox starts to an `about:blank` tab, however it is now prompting me to make it the default browser

I do not want Firefox to prompt the user to become the default browser.

My ideal scenario is that Firefox starts without the "Firefox Privacy Notice" tab and without prompting me to make it the default browser. From the observed behaviour, this doesn't seem possible.

Can anyone tell me how I can accomplish this without user interaction or MDM?

Gefragt von hal.martin vor 3 Stunden

Letzte Antwort von hal.martin vor 3 Stunden

Dead keys not working only in a specific profile

Today I noticed that typing characters with accents like á, ã, â, etc. doesn't seem to work at all from firefox, they all end up ignoring the dead key and just typing the… (Lesen Sie mehr)

Today I noticed that typing characters with accents like á, ã, â, etc. doesn't seem to work at all from firefox, they all end up ignoring the dead key and just typing the letter itself. It can render them just fine and I can paste them from another app normally too, but actually typing them is impossible from firefox.

After trying to troubleshoot, I eventually found out a few things: - iBus is not at fault, since it works in every other app and I even restarted it, but the problem persists - This only happens in my main profile, newly created profiles don't have that problem - The problem still happens on troubleshoot mode (as long as it is my main profile) - Compose key also doesn't work (I don't want to use compose key anyway, because my keyboard has specialized dead keys, but I at least tried it)

I suspect the problem lies in a setting on about:config that's different from newly created profiles, but I have no idea which and Ctrl+F searching this site doesn't show any relevant configuration that might be the culprit.

Gefragt von Kazuma vor 3 Stunden

loss of open tabs and windows

Today while using firefox all my open tabs and windows crashed. Due to the situation, I had to restart my computer because everything was stuck. When it restarted I could… (Lesen Sie mehr)

Today while using firefox all my open tabs and windows crashed. Due to the situation, I had to restart my computer because everything was stuck. When it restarted I couldn't restore the previous session so I used various methods to restore it but I still can't restore the windows and tabs that were open today. I would like you to restore my session from before the failure today.

Gefragt von mateuszzadrozny11 vor 3 Stunden

Only display fully downloaded files in the download folder

Hello dear community, I have a program that continuously monitors the download folder under Windows 11 for a specific file and retrieves it. I download this file in Fire… (Lesen Sie mehr)

Hello dear community,

I have a program that continuously monitors the download folder under Windows 11 for a specific file and retrieves it. I download this file in Firefox, but the said program gives an error.

I have noticed that when files are downloaded in FireFox, they already appear in the Downloads folder with the corresponding file extension with 0 bytes and these are then apparently swapped or merged with the .parts file.

The problem is that the mentioned program now tries to retrieve the unfinished file, which then leads to an error.

Does anyone know if it is possible to customize Firefox so that the file only appears in the download folder when the download is fully complete?

Many thanks for your help :D

Gefragt von Andrijan vor 1 Tag

Letzte Antwort von Andrijan vor 4 Stunden

PR_CONNECT_RESET_ERROR

I just did the most recent Windows 10 updates: KB5037768, KB5038350, KB5001716 My version is 22H2 for x64 and .Net 6.0.30 Upon finishing the update and rebooting, Fire… (Lesen Sie mehr)

I just did the most recent Windows 10 updates:

KB5037768, KB5038350, KB5001716

My version is 22H2 for x64 and .Net 6.0.30

Upon finishing the update and rebooting, Firefox gave me the PR_CONNECT_RESET_ERROR on all websites. Not other browser was having an issue. I've tried all the troubleshooting steps I can find. Is there an error fix based on what I am describing that I can now try?

Thanks!

Gefragt von revincent vor 5 Stunden

Latest Update Will Not Download

This is my Mac Monterey. My Windows 10 is in Safe Mode With Networking. The last update will not download. That version is 125.0.3. What's available under Windows upd… (Lesen Sie mehr)

This is my Mac Monterey. My Windows 10 is in Safe Mode With Networking. The last update will not download. That version is 125.0.3. What's available under Windows updates does not download either. Now I am running my antivirus on my Windows to see if it runs clean. I do not know why I cannot apply these updates.

Gefragt von tightpurchaser vor 5 Stunden

scheduled task running

ive built a new pc and have a flashing program popup every 10min. upon assistance from a really good pc guy, we've found its a firefox default browser agent with a long … (Lesen Sie mehr)

ive built a new pc and have a flashing program popup every 10min. upon assistance from a really good pc guy, we've found its a firefox default browser agent with a long code.

its not listed in my scheduled tasks, eyt runs every 10min. only thing close to firefox would be thrunderbird, but iirc, mozilla and thunderbird are not longer the same company. either way. i need this thing to stop running every 10min.

Gefragt von Brett Isaacs vor 20 Stunden

Letzte Antwort von Brett Isaacs vor 6 Stunden

Mozilla Firefox NIGHTLY 127.0a1

Hi, Why is it so much updates all the time with Mozilla Firefox NIGHTLY Browser for the 127.0a1 version that was released 15th of April 2024? I don't even see the benefi… (Lesen Sie mehr)

Hi,

Why is it so much updates all the time with Mozilla Firefox NIGHTLY Browser for the 127.0a1 version that was released 15th of April 2024? I don't even see the benefits of the updates or any information and what the content is in them. by clicking on "What new" doesn't show anything other than this from 15th of April.

https://www.mozilla.org/en-US/firefox/127.0a1/releasenotes/?utm_source=firefox-browser&utm_medium=firefox-desktop&utm_campaign=about-dialog

Regards, MrCitizenUnknown

Gefragt von MrCitizenUnknown vor 1 Tag

Letzte Antwort von MrCitizenUnknown vor 6 Stunden