Kukhonjiswa imibuzo ethegiwe: Veza yonke imibuzo
  • Ikhiyiwe
  • Okugcinwe kunqolobane

responding to an email about crashing

bp-a83a8b60-4fe9-4a58-9d27-908cd0231005 10/5/2023, 4:25 PM bp-570587d5-134a-4511-95e7-584bf0231005 10/5/2023, 4:25 PM bp-fbc94cef-e0df-4f3b-ac83-599320231005 10/5/2023… (funda kabanzi)

bp-a83a8b60-4fe9-4a58-9d27-908cd0231005 10/5/2023, 4:25 PM bp-570587d5-134a-4511-95e7-584bf0231005 10/5/2023, 4:25 PM bp-fbc94cef-e0df-4f3b-ac83-599320231005 10/5/2023, 4:25 PM

i posted a crash question yesterday and got an email asking me to post these the time is the same i assume because i hit "submit" at the same time for all of them i'm posting blind here because there was no link in the email back to my original post - maybe something else that should be fixed

Asked by twlbuckley 7 izinyanga ezidlule

Last reply by James 7 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Search shortcuts have been changed by ff or ???

I have FF set up to use only DDG. Part of this setup is that I have removed all other search engines from search options. Today Oct 7, 2023, when I booted up things were … (funda kabanzi)

I have FF set up to use only DDG. Part of this setup is that I have removed all other search engines from search options. Today Oct 7, 2023, when I booted up things were normal. About an hour ago I entered a search term in the browser and the search result came up on google. That should not be possible. I checked my settings and sure enough google has been added and placed atop DDG. Furthermore google cannot be removed when selected, the remove button is greyed out. The remove button is not greyed out when DDG is selected. !? What happened and how do I fix it?

Asked by Chris 7 izinyanga ezidlule

Answered by cor-el 7 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

I am having an issue with the toolbar

I posted earlier about a search settings problem. I have been monkeying with things until I got a reply7 that led me to a fix. Except now I cannot see my addons on the to… (funda kabanzi)

I posted earlier about a search settings problem. I have been monkeying with things until I got a reply7 that led me to a fix. Except now I cannot see my addons on the toolbar and can't figure out how to make them visible. They seem to be there if I scroll over the spot but are not visible to me so that I can use them. Right click gives me the drop menu but left click gives nothing. And how do you get rid of that dang puzzle piece thing?

Asked by Chris 7 izinyanga ezidlule

Answered by Chris 7 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Thousands of Profile files being created

My Firefox 118.0.1 on Win 10 (all current updates) is creating literally thousands of profile files daily. For example, at this moment there are 3957 profile files with n… (funda kabanzi)

My Firefox 118.0.1 on Win 10 (all current updates) is creating literally thousands of profile files daily. For example, at this moment there are 3957 profile files with names like

6D89348819C8881868053197CA0754F36784B4BFSF

in the directory C:\Users\(user)\AppData\Local\Mozilla\Firefox\Profiles\ywlawdlc.default-release-2\cache2\entries

There are also thousands of other profile files in folders from previous dates.

What is the purpose of this many profile files, and how do I stop their creation in such quantities?

Thanks Dave

Asked by Dave Corio 7 izinyanga ezidlule

Answered by cor-el 7 izinyanga ezidlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

new Sony TV trying to setup only with the antenna cable am I doing something wrong? lol

I have a new Sony TV that I'm trying to connect just with the buildings cable antenna but it isn't working I've been trying for 3 hours I've just moved in and haven't got… (funda kabanzi)

I have a new Sony TV that I'm trying to connect just with the buildings cable antenna but it isn't working I've been trying for 3 hours I've just moved in and haven't gotten an internet system yet.

Asked by Tony Fonte 7 izinyanga ezidlule

Last reply by Paul 7 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Hide Bookmarks bar shortcuts text.

there used to be an add on called roomy bookmarks that stopped working so people found ways around to replicate it and it works on win 10 but I just switched to Win 11 an… (funda kabanzi)

there used to be an add on called roomy bookmarks that stopped working so people found ways around to replicate it and it works on win 10 but I just switched to Win 11 and this solution doesnt seem to work anymore for me, anyone know if i need to change anything?

    Locate your firefox profile folder, in this article they say where you can find it: http://kb.mozillazine.org/Profile_folder
   Find your profile folder mine was: C:\Users\***\AppData\Roaming\Mozilla\Firefox\Profiles\***.default\
   Locate a folder called chrome (if it doesn't exists create one through your O.S) must be lowercase
   Locate inside chrome folder the file: userChrome.css (if it doesn't exists create one through your O.S, google how to create a .css file on notepad) Chrome must be cased as shown above
   Add the code: https://pastebin.com/1r6cc8hW
   Restart Firefox, now you are done, if you don't want text to be displayed within the icons just remove the last line. 

This is the line of code i have in css file that works for me in my win 10 machine.

/*

* Recreates the basic functionality of the popular Roomy Bookmarks Toolbar add-on in Firefox 57+.
* Uncomment the section with the functionality that you want, leave all other sections commented.
* This only affects toplevel toolbar bookmarks and folders, bookmarks and subfolders in folders are unaffected.
* The tooltips on long hover (showing bookmark name and link) are unaffected.
*/
/* some margin settings, do not comment out */

.bookmark-item > .toolbarbutton-text {

 margin-top: -1px !important;

} .bookmark-item {

 margin: -1px !important;

}


/* No text on toolbar bookmarks; Text on bookmark folders. No hover effect. */

  1. PlacesToolbarItems > .bookmark-item:not([container]):not([open="true"]) > .toolbarbutton-text {
 display: none !important;

}

  1. PlacesToolbarItems > .bookmark-item:not([container]):not([open="true"]) > .toolbarbutton-icon[label]:not([label=""]) {
 margin-inline-end: 0px !important;

}


/* No text on toolbar bookmarks; No text on bookmark folders. Show bookmark text on hover. */ /*

  1. PlacesToolbarItems > .bookmark-item:not(:hover):not([open="true"]) > .toolbarbutton-text {
 display: none !important;

}

  1. PlacesToolbarItems > .bookmark-item:not(:hover):not([open="true"]) > .toolbarbutton-icon[label]:not([label=""]) {
 margin-inline-end: 0px !important;

}

  • /


/* No text on toolbar bookmarks; Text on bookmark folders. Show bookmark text on hover. */ /*

  1. PlacesToolbarItems > .bookmark-item:not(:hover):not([container]):not([open="true"]) > .toolbarbutton-text {
 display: none !important;

}

  1. PlacesToolbarItems > .bookmark-item:not(:hover):not([container]):not([open="true"]) > .toolbarbutton-icon[label]:not([label=""]) {
 margin-inline-end: 0px !important;

}

  • /

does anyone have a workaround or a similar add on? i would like to have my booksmarks as shown in the screenshot on my win 11 pc as well.

Asked by meromex_102 7 izinyanga ezidlule

Answered by meromex_102 7 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Firefox is not loading some images, Linux Mint 20.3

Hi, I am using Linux Mint 20.3, 64-bit and both Firefox and Chrome are not loading images for me on certain websites (i.e. okcupid). In particular, I am noticing that im… (funda kabanzi)

Hi,

I am using Linux Mint 20.3, 64-bit and both Firefox and Chrome are not loading images for me on certain websites (i.e. okcupid). In particular, I am noticing that images will actually load for a split second and then disappear moments later.

I've tried disabling my adblockers, deleting my cookies and cache, running Firefox in Troubleshoot and Diagnose mode, running Chrome in Incognito mode, and evening uninstalling and reinstalling Firefox. Still the issue persists.

I followed the advice here: https://support.mozilla.org/en-US/kb/fi ... s-not-show

Any advice or suggestions would be most welcome.

Thanks, Chris

Asked by Christopher Broski 7 izinyanga ezidlule

Answered by Christopher Broski 7 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

What is this icon in the upper left corner

This blue icon recently appeared in the upper left corner, and it's there even when I watch video full screen. Clicking on it doesn't do anything. What is it and how do I… (funda kabanzi)

This blue icon recently appeared in the upper left corner, and it's there even when I watch video full screen. Clicking on it doesn't do anything. What is it and how do I get rid of it when I want to watch video?

Asked by ben164 7 izinyanga ezidlule

Answered by ben164 7 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Firefox blinks several times and then crashes on various websites

Latest crash report: bp-c7581c18-335d-41c6-826e-383c40231009 Firefox blinks and then crashes when attempting to visit various websites, specifically Unsplash.com (a stoc… (funda kabanzi)

Latest crash report: bp-c7581c18-335d-41c6-826e-383c40231009

Firefox blinks and then crashes when attempting to visit various websites, specifically Unsplash.com (a stock photo site) but also inconsistently on other pages including Google search results pages. I have tried refreshing, uninstalling and reinstalling, ensuring all my drivers are up to date, and disabling hardware acceleration and webGL. The only time the browser works consistently without crashing is in Troubleshoot Mode.

Asked by Jade 7 izinyanga ezidlule

Answered by zeroknight 7 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Exclude timezone from fingerprint protection

Hello, i have the issue that times are displayed in UTC as long I have enabled fingerprint protection. Is there a way to exclude time zones or to manually set the timezon… (funda kabanzi)

Hello, i have the issue that times are displayed in UTC as long I have enabled fingerprint protection. Is there a way to exclude time zones or to manually set the timezone I want?

I found this in about:config: privacy.fingerprintingProtection.overrides: string

Can I override the settings for the timezone?

Asked by mad-model 7 izinyanga ezidlule

Answered by zeroknight 7 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Theme Changes Some Components to Dark-mode Despite Override

Hiya, I use a theme which some years ago (after a change in the way Firefox handles dark-mode preferences) changed all UI and websites to use dark-mode. I was able to ke… (funda kabanzi)

Hiya,

I use a theme which some years ago (after a change in the way Firefox handles dark-mode preferences) changed all UI and websites to use dark-mode. I was able to keep using the theme, and mostly override this behavior by setting:

`layout.css.prefers-color-scheme.content-override = 1`

However, this didn't take for some components, such as the sidebar and bookmark editor window, which still continue to use dark-mode.

Is there any way to completely disable dark-mode everywhere, and still use my preferred theme?

Cheers, Afraz

Asked by afrazkhan 7 izinyanga ezidlule

Answered by zeroknight 7 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

address bar drop down menu

I recently moved my other PC to Windows 10, then put on Firefox (browser). When I drop down the menu below the address bar, I see random web sites I apparently have used… (funda kabanzi)

I recently moved my other PC to Windows 10, then put on Firefox (browser). When I drop down the menu below the address bar, I see random web sites I apparently have used -- not what I want to see. I want what my laptop (Firefox on Windows 10, also) shows which is a set of web sites that I visit often. That list is fixed and does not deviate. THAT is what I want for my the other PC with the new Windows 10 on it. What setting(s) in Firefox controls this? I have attached a screenshot of the preferred drop down menu that I cannot seem to duplicate on the new Windows 10.

Thanks to all in advance for whatever advice you might offer.

Asked by Txasslm 7 izinyanga ezidlule

Answered by Txasslm 7 izinyanga ezidlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

dont you have any support for me

I need someone to help me NOW. I have very important medical information that I need to access and cannot get to AOL mail due to a box asking for a primary password emai… (funda kabanzi)

I need someone to help me NOW. I have very important medical information that I need to access and cannot get to AOL mail due to a box asking for a primary password email does not work; foxfire password does not work. there is not way to make a primary password.

Asked by cbihon 7 izinyanga ezidlule

Last reply by James 7 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

"Find in page" not working

Suddenly my "find in page" or "Ctrl F" function from the Firefox menu doesn't work. I can click on it but nothing happens. I never get a place to type in what I want to f… (funda kabanzi)

Suddenly my "find in page" or "Ctrl F" function from the Firefox menu doesn't work. I can click on it but nothing happens. I never get a place to type in what I want to find. Did I accidentally change something in my Settings? If so, I can't find what it was.The same function in Chrome still works just fine. Please help. Thank you.

Asked by cre8onlyluv 7 izinyanga ezidlule

Answered by Terry 7 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Microsoft Teams web Large Gallery mode not working since 118.0.1

Hello! Since I updated Firefox to 118.0.1 (latest version when writing this) the Teams Large Gallery mode in Firefox is displaying black and eventually all the participan… (funda kabanzi)

Hello! Since I updated Firefox to 118.0.1 (latest version when writing this) the Teams Large Gallery mode in Firefox is displaying black and eventually all the participants appear but the performance is 1 frame per minute. All the cameras are frozen and occasionally the display refreshes for one single frame.

Audio is working fine and default Gallery mode (only 4 camera displayed) still works normally.

Thank you!

Asked by powernemo 7 izinyanga ezidlule

Answered by powernemo 7 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Settings button is missing/has moved?

I was looking for the settings button on the Firefox Android app but cannot find it in its usual place in the meatball menu in the bottom right (I have the search/tabs ba… (funda kabanzi)

I was looking for the settings button on the Firefox Android app but cannot find it in its usual place in the meatball menu in the bottom right (I have the search/tabs bar set at the bottom of the screen). Please see attached screenshot. Could you please let me know where the settings button has been moved to? I can't find it by myself, and as this seems to be a relatively recent change I can't find anything online/in the FAQ about where it might have gone. Thank you! :)

Asked by stewarta97 7 izinyanga ezidlule

Answered by stewarta97 7 izinyanga ezidlule