- Kusonjululiwe
- Okugcinwe kunqolobane
I want to get back to a system that I could actually work. Somehow, the present state of my computer is unuseable.
Get my computer back to being useable.
Get my computer back to being useable.
duplicate of /questions/1432044 thread. I uninstalled Firefox which I had used for years because when I tried to open it it said the file was corrupted and unreadable. I… (funda kabanzi)
duplicate of /questions/1432044 thread.
I uninstalled Firefox which I had used for years because when I tried to open it it said the file was corrupted and unreadable. I installed firefox today but it didn't import my bookmarks. I use windows 10
Locking this thread.Please continue here: [/questions/1428007] Is firefox being phased our or significantly changed - have I made a mistake - how can I reverse what I hav… (funda kabanzi)
Locking this thread.
Please continue here: [/questions/1428007]
Is firefox being phased our or significantly changed - have I made a mistake - how can I reverse what I have done
I recently purchased a dell refurbished computer, I set it up went and downloaded fire fox without any trouble. I restarted computer today and it would not accept passwor… (funda kabanzi)
I recently purchased a dell refurbished computer, I set it up went and downloaded fire fox without any trouble. I restarted computer today and it would not accept password I called DiscountcomputerDepot.com help and they helped me to restart and they told me they would have to reinstall windows from computer. So I lost all my programs. when it restarted said would have to update windows. I have tried multiple locations and get this same message This download.mozilla.org page can’t be foundNo webpage was found for the web address: https://download.mozilla.org/?product=firefox-stub&os=win&lang=en-US&attribution_code=c291cmNlPShub3Qgc2V0KSZtZWRpdW09KGRpcmVjdCkmY2FtcGFpZ249KG5vdCBzZXQpJmNvbnRlbnQ9KG5vdCBzZXQpJmV4cGVyaW1lbnQ9KG5vdCBzZXQpJnZhcmlhdGlvbj0obm90IHNldCkmdWE9ZWRnZSZ2aXNpdF9pZD0obm90IHNldCk.&attribution_sig=c3e7484d24556be08270fa603b3ed24cad53bd6caaec3f9e3f355d5c37300daa HTTP ERROR 404 Please help ,I have only use firefox since I had a computer , about 25 years. Many thanks Jack Terry. [email removed from public]
1122
Hi New Dell Inspiron 15-3000, installed Firefox 100 in new laptop, transfered all files via LAN from old laptop All websites work ok except 2 of the 4 banking websites I … (funda kabanzi)
Hi New Dell Inspiron 15-3000, installed Firefox 100 in new laptop, transfered all files via LAN from old laptop All websites work ok except 2 of the 4 banking websites I use. One site will not accept my login the other will open after putting in my login twice Have gone to "troubleshoot mode" and both sites work , go back to "normal" and they do not work Any clues how to fix this, not to technical please I am not a computer whizz and all children have left home Many thanks Ron Managh
Yesterday I received an update fot Firefox, previously FF 95.01. Now, in FF95.02 the Firefox start page is lost, and add-on` s don`t work anymore or are simply vanished. … (funda kabanzi)
Yesterday I received an update fot Firefox, previously FF 95.01. Now, in FF95.02 the Firefox start page is lost, and add-on` s don`t work anymore or are simply vanished. I want FF95.01 back, or a resonable update, like 96.
Hi,Why is download showing up on nearly all sites I go to & HOW do I get rid of it permantently I can close it by hitting the X beside the Download,but it Should not… (funda kabanzi)
Hi,Why is download showing up on nearly all sites I go to & HOW do I get rid of it permantently I can close it by hitting the X beside the Download,but it Should not be there Thanks Darryl
change from w10 to w 11
Hello Fred McD, Thanks for getting back to me. First, my computer screen froze (I suspect some interference of a hacker or something). Anyway, I turned off my computer… (funda kabanzi)
Hello Fred McD,
Thanks for getting back to me. First, my computer screen froze (I suspect some interference of a hacker or something).
Anyway, I turned off my computer, waited several minutes, and turned it back on, again. A message came on the screen said I wasn't "signed in." Then, another smaller window came up saying I could "sign in" by clicking on a blue button. But, that didn't work after three tries, so I clicked on the "closed" button. That allowed me very limited access to the internet. A "black" label announcement said that I wasn't signed in - and that my files were inaccessible to me.
It looks like I need a technician, but I presently have no car and I don't know of any technicians who do "House Calls."
I'm also wary of contacting an online technician. One time a year or so ago, I looked up a phone number for Microsoft - and the guy I spoke with had an "Indian" accent. He sort of helped me for a stiff fee. In hindsight, I realized he couldn't possibly have worked for Microsoft - even though he assured me that he did...
Can you or someone on your staff possibly help me. I trust Mozilla Firefox and I'm prepared to pay a reasonable fee.
Thank You,
Eric Vollmer
Shohel
Locking this thread.Please continue here: [/questions/1426927] I am seeing a generic icon appearing instead of Firefox logo post installation on Mac. I have created the… (funda kabanzi)
Locking this thread.
Please continue here: [/questions/1426927]
I am seeing a generic icon appearing instead of Firefox logo post installation on Mac.
I have created the following script to automate downloading the latest FF version for Mac
get_latest_Firefox_url() {
# Replace the following line with a command or script to fetch the latest download URL # For example, you might use curl or wget to get the download link from the Firefox website # Example: LATEST_URL=$(curl -s https://example.com/Firefox-latest-url) LATEST_URL="https://download.mozilla.org/?product=firefox-latest-ssl&os=osx&lang=en-US&_gl=1*1mxslk8*_ga*NzMzNzU0NDM3LjE2OTY5MTIyMzY.*_ga_MQ7767QQQW*MTY5NjkxMjIzNi4xLjEuMTY5NjkxMjI3MS4wLjAuMA.." echo "$LATEST_URL"
}
install_Firefox() {
# Get the latest download URL Firefox_URL=$(get_latest_Firefox_url)
# Download the latest version curl -L -o "/tmp/Firefox-latest.dmg" "$Firefox_URL"
# Mount the downloaded DMG file hdiutil attach "/tmp/Firefox-latest.dmg"
# Find the .app file inside the mounted DMG Firefox_APP=$(find /Volumes -name "Firefox.app" -type d)
# Install Firefox from the mounted DMG cp -R "$Firefox_APP" /Applications/
# Unmount the DMG hdiutil detach "/Volumes/Firefox" -force
# Cleanup the temporary files rm "/tmp/Firefox-latest.dmg"
echo "Firefox has been installed successfully!"
}
install_Firefox
This is using the "Try downloading again." URL ==> https://download.mozilla.org/?product=firefox-latest-ssl&os=osx&lang=en-US&_gl=1*aoew3g*_ga*NzMzNzU0NDM3LjE2OTY5MTIyMzY.*_ga_MQ7767QQQW*MTY5NjkxMjIzNi4xLjEuMTY5NjkxNDE1OS4wLjAuMA..
What could be the problem?
I am using Jamf PRO to deploy this in a Jamf policy.
Please help!
Thank you, Dave
I hope migration is what I am seeking. I've not used my Desktop for a couple of years. I used my iPhone during that time. I installed my desktop today. I sent myself, o… (funda kabanzi)
I hope migration is what I am seeking. I've not used my Desktop for a couple of years. I used my iPhone during that time. I installed my desktop today. I sent myself, on my phone, a number of messages during the past two days and want to view/manipulate/edit them on my desktop.
I have tried everything I can think of, but cannot see those messages. All the messages I see beging with one week ago. Any ideas? I hope I hope. Many thanks.
John Brown
how do it know firefox browser is installed. How can I search. All I see is help
I'm not exactly sure what this is called. Maybe it's in the cache, but I don't know. One of the fastest timesavers I have is that I use the Firefox url feature that makes… (funda kabanzi)
I'm not exactly sure what this is called. Maybe it's in the cache, but I don't know. One of the fastest timesavers I have is that I use the Firefox url feature that makes suggestions as soon as I start typing a url. I pull up dozens, possibly hundreds of articles that I refer to frequently this way, so that I don't have to bother bookmarking them. I don't clear the cache, to keep these references from disappearing. I have to move computers now. My longtime mac is not working well anymore. Is there any way to bring these url suggestions with me when I migrate? Thank you.
I have backups and dont want to loose any more. I need tech support
Hello. Lately i found strange bug in FF 119.0 (ppa - deb, not snap version), ubuntu 23.10 I can't download any file to mounted ntfs volume. Firefox instead creates thous… (funda kabanzi)
Hello.
Lately i found strange bug in FF 119.0 (ppa - deb, not snap version), ubuntu 23.10 I can't download any file to mounted ntfs volume. Firefox instead creates thousands of empty files. Once it was 10001 or 10003 other time it was 20000 of files. I tried private-window, no change. I have removed all add-ons - no change.
For example i was trying to download https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/stable-virtio/virtio-win.iso and i ended with (only few last lines):
-rwxrwxrwx 1 root root 0 2023-10-27 22:23 spice-guest-tools-latest-9989.exe -rwxrwxrwx 1 root root 0 2023-10-27 22:23 spice-guest-tools-latest-998.exe -rwxrwxrwx 1 root root 0 2023-10-27 22:23 spice-guest-tools-latest-9990.exe -rwxrwxrwx 1 root root 0 2023-10-27 22:23 spice-guest-tools-latest-9991.exe -rwxrwxrwx 1 root root 0 2023-10-27 22:23 spice-guest-tools-latest-9992.exe -rwxrwxrwx 1 root root 0 2023-10-27 22:23 spice-guest-tools-latest-9993.exe -rwxrwxrwx 1 root root 0 2023-10-27 22:23 spice-guest-tools-latest-9994.exe -rwxrwxrwx 1 root root 0 2023-10-27 22:23 spice-guest-tools-latest-9995.exe -rwxrwxrwx 1 root root 0 2023-10-27 22:23 spice-guest-tools-latest-9996.exe -rwxrwxrwx 1 root root 0 2023-10-27 22:23 spice-guest-tools-latest-9997.exe -rwxrwxrwx 1 root root 0 2023-10-27 22:23 spice-guest-tools-latest-9998.exe -rwxrwxrwx 1 root root 0 2023-10-27 22:23 spice-guest-tools-latest-9999.exe -rwxrwxrwx 1 root root 0 2023-10-27 22:23 spice-guest-tools-latest-999.exe -rwxrwxrwx 1 root root 0 2023-10-27 22:23 spice-guest-tools-latest-99.exe -rwxrwxrwx 1 root root 0 2023-10-27 22:23 spice-guest-tools-latest-9.exe -rwxrwxrwx 1 root root 0 2023-10-27 22:23 spice-guest-tools-latest.exe
I can download the same source files to the same location with other browsers without problems. Thank You for Your help!
Fire fox is downloading document without prompting someone
closed old ebay account due to American Express hack. Need new Amex card number recorded
Cannot get rented/paid Youtube or Netflix video to run. Message "! Sorry, there was an error licensing this video" pops up onYoutube screen every time when hitting play … (funda kabanzi)
Cannot get rented/paid Youtube or Netflix video to run. Message "! Sorry, there was an error licensing this video" pops up onYoutube screen every time when hitting play button. "Free" Youtube videos work just fine, paid content gets this message. Have firefox-9.5.0.2.ta.bz2, use Linux updated software. Followed all previous suggested Support, cannot seem to find fixes that included DRM, Safemode switch, etc. Thanks for previous help, still stuck... anymore ideas appreciated. Also, difference between running "normal and beta", please explain, and how to know "differences?"