Viser spørgsmål med mærkatet: Vis alle spørgsmål
  • Løst
  • Arkiveret

How to disable restore session when reboot computer

I disable my option "Restore previous session" and it works fine if i close my firefox. But if i do not close my firefox and reboot my computer directive, the session wi… (læs mere)

I disable my option "Restore previous session" and it works fine if i close my firefox.

But if i do not close my firefox and reboot my computer directive, the session will restore at next startup.

Obviously when i reboot my computer, I don't want to see my tabs anymore, but I failed to find any setting to do so. I also find someone say to set `browser.sessionstore.resume_from_crash` in `about:config`, but it doesn't work, and I don't think it is the proper way to solve this problem because reboot is not crash.

OS: linux firefox: 107

Stillet af slow_d for 1 år siden

Besvaret af jscher2000 - Support Volunteer for 1 år siden

  • Løst
  • Arkiveret

Bookmarks not showing in Bookmarks toolbar items anymore

Hi, Before updating Firefox yesterday, I was able to see my 2 bookmarks folders in the Firefox toolbar. Now after updating, I need to click a button with 2 chevrons poin… (læs mere)

Hi,

Before updating Firefox yesterday, I was able to see my 2 bookmarks folders in the Firefox toolbar. Now after updating, I need to click a button with 2 chevrons pointing right which then shows me only 1 of my bookmarks folders.

There are actually 2 folders in here, which I can see if I go to the Bookmarks menu, but clicking the chevron button only shows a single folder. However the problem is that up until yesterday, those folders were right in the toolbar itself without any chevron button.

Has there been a change in the latest version? I don't see anything about this in the release notes.

Thanks,

- Tate

Stillet af tate.mccormick for 1 år siden

Besvaret af tate.mccormick for 1 år siden

  • Løst
  • Arkiveret

Firefox Color Management/Profile Not Being Used

In FF 107.0 (64-bit) on Windows 11, I'm finding that FF is suddenly not honoring my color profile, so everything looks over-saturated. I've tried using gfx.color_manageme… (læs mere)

In FF 107.0 (64-bit) on Windows 11, I'm finding that FF is suddenly not honoring my color profile, so everything looks over-saturated. I've tried using gfx.color_management.mode 1 (my typical setting) and 2 (the default), and neither seems to fix the issue. The same issue exists in a fresh profile. I'd roll back to test an earlier version of FF, but it seems that's no longer easily possible. Edge is displaying colors properly.

Any ideas or known bugs?

Stillet af nrbelex for 1 år siden

Besvaret af nrbelex for 1 år siden

  • Løst
  • Arkiveret

Developer Console colours and Folder Icons

hello 1) I've been trying to change the console colours for the web developer console using userChrome.css, but I have failed. I want to set the background for console.i… (læs mere)

hello

1) I've been trying to change the console colours for the web developer console using userChrome.css, but I have failed. I want to set the background for console.info text to be light blue while the text color to be bold dark blue font. I would like to have it only in light theme. Also I would like to change the font size of the console for both themes.

2) Is it possible to change the folders of bookmarks to yellow. I read there are SVG. I tried to solution that are meant to change the folders to yellow, but failed. Can someone point me to a dummies guide for a solution.

The first one is the more important issue.

Thank you in advance

Stillet af ProfessorLayman for 1 år siden

Besvaret af jscher2000 - Support Volunteer for 1 år siden

  • Løst
  • Arkiveret

Most websites return "Server Not Found" but reloading the page fixes it.

When loading a page from a domain I haven't recently visited, it will almost always return the "Server Not Found - Hmm. We’re having trouble finding that site," error mes… (læs mere)

When loading a page from a domain I haven't recently visited, it will almost always return the "Server Not Found - Hmm. We’re having trouble finding that site," error message. If I reload the page, however, it will load. Sometimes I have to reload 2-6 times before it works, but it always eventually succeeds. When it does work, it often times fails to load certain elements like fonts, images, embedded videos, and occasionally whole stylesheets--things that often require calls to third party domain. Again, reloading the page (sometimes multiple times) will cause the page to load properly.

I have already tried:

  • Different browsers on same computer (issue does not occur)
  • Firefox on different computers with different OS on same network (issue does not occur)
  • Cleared cache (issue persists)
  • Troubleshooting/safe mode (issue persists)
  • Deleted prefs file (issue persists)
  • Disabled DNS prefetching (issue persists)

Stillet af Jordan for 1 år siden

Besvaret af cor-el for 1 år siden

  • Løst
  • Arkiveret

Can't adjust or dismiss sidebar -

Normally I use side-berry to hold all of my tabs - the panel normally collapses and hides to the left of the screen - showing just the favicons of the website. After the… (læs mere)

Normally I use side-berry to hold all of my tabs - the panel normally collapses and hides to the left of the screen - showing just the favicons of the website.

After the most recent firefox update 107.0 (20221110173214) there is now a large bar that i can't remove!

I have a CSS file for appearance, which i have included below.

any idea how to shrink this dead zone? I would really like to keep using my fun tabs.

****
#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar > .toolbar-items {
  opacity: 0;
  pointer-events: none;
}


#main-window:not([tabsintitlebar="true"]) #TabsToolbar {
    visibility: collapse !important;
}
 
#nav-bar {
    margin-right:140px;
}
 
/* Some space on top to allow window dragging */
#titlebar {
    appearance: none !important;
    height: 20px;
}
 
/* Fix for main menu calling by Alt button */
#titlebar > #toolbar-menubar {
    margin-top: 10px;
}
 
.titlebar-buttonbox-container {
  display: block;
  height: 35px;
  margin-top: 0px;
}

:root {
  --sidebar-min-width: 50px;
  --sidebar-visible-width: 160px;
}

#sidebar-header {
  overflow: hidden !important;
}

#sidebar-box #sidebar-header {
  display: none !important;
}

#sidebar,
#sidebar-header {
  min-width: var(--sidebar-min-width) !important;
  max-width: var(--sidebar-min-width) !important;
  transition: .1s ease .05s;
  z-index:1;
}
.titlebar-buttonbox-container .titlebar-button {
  display: block;
  height: 45px;
}

#sidebar-box:hover :-moz-any(#sidebar,#sidebar-header) {
  background-color: var(--toolbar-bgcolor) !important;
  min-width: var(--sidebar-visible-width) !important;
  max-width: var(--sidebar-visible-width) !important;
  margin-right: calc((var(--sidebar-visible-width) - var(--sidebar-min-width)) * -1) !important;
  z-index:1;
  position: relative !important;
  transition: .1s ease .05s;
}

Stillet af warmbloodedreptile for 1 år siden

Besvaret af jscher2000 - Support Volunteer for 1 år siden

  • Løst
  • Arkiveret

Firefox will not play certain videos, such as youtube live streams, or entire other sites do not play.

Specifically this is interesting because regular youtube content *will play just fine* This is something I can readily reproduce for testing, diagnosis, and troubleshoot… (læs mere)

Specifically this is interesting because regular youtube content *will play just fine*

This is something I can readily reproduce for testing, diagnosis, and troubleshooting.

Please note: I have literally completed all fundamental troubleshooting several times. I respect due diligence and double checking, its just that I wish to be clear I've spent a few hours today on this and am thus far unable to impact the situation at all. --Note on Note: This includes disabling settings/features in firefox. Everything having to do with privacy, networking, hardware accel, and probably another category has been toggled multiple ways. This does not include mucking about in the detailed settings page ( about:config, etc etc). I do not memorize about:config settings I just use reference material to achieve a goal then promptly move on in life, and I am not a professional web developer though I can program so I haven't attempted to fiddle there at all. All that is to say consider any suggestions involving about:config or similar depth of settings to be *untested by myself on this matter* and therefore ripe for suggestions!

Oh, I also have not tested this in a VM. Although I certainly can if requested. I can note that a VPN does not impact this described behavior.

Well, I am able to get teh Ads to play prior to a live stream, sometimes. Note: Ads are not always displayed anyway so I cannot really know the statistics on this for sure.

At this point I have reinstalled Windows10 several times and can still reproduce this problem. All windows security settings have been toggled without impact on core issue. This has been reproduced through multiple win10 reinstalls.

Other browsers, other operating systems will function. I can use firefox on my various linux systems. I can use several versions of firefox to play these same videos on my linux systems.

However win10 at whatever patch level is unable to utilize firefox to play youtube live streams. Again, nothing I've done has impacted this behavior ( reg yt vids OK w/ preview and chats, live stream vids NOT OK, though ads and chats display fine )

I'm several varieties of engineer (Electrical, Networking, Security, Systems - whatever other varieties HR departments decide to use ) and can happily grab whatever data, or create whatever testing conditions that can be asked of me.

Thank you,

Stillet af syroth for 1 år siden

Besvaret af syroth for 1 år siden

  • Løst
  • Arkiveret

firefox tabs crash on kernel 6.0 (and following)

I have Firefox 107.0b5 (64-bits) Snap for Ubuntu canonical-002 - 1.0 I use Ubuntu Mainline to update to newer kernels. Never had any problem doing that. I am now on 5.19.… (læs mere)

I have Firefox 107.0b5 (64-bits) Snap for Ubuntu canonical-002 - 1.0 I use Ubuntu Mainline to update to newer kernels. Never had any problem doing that. I am now on 5.19.15. But when I upgrade to kernel 6 (which is now at 6.0.5) Firefox tabs crash. Reloading doesn't help. Each new tab I open gives the same crash message. I have to restart to get Firefox going again. So I removed kernel 6 and reverted back to kernel 5.19 and have no problems any more. But question, what is the problem between kernel 6 and firefox? Does anybody else experience this problem?

I have no other problems with kernel 6 with other programs or hardware or whatever, only firefox tabs crash...

Stillet af peterpov for 1 år siden

Besvaret af peterpov for 1 år siden

  • Løst
  • Arkiveret

Nexus website

Hi, this site when trying to login keeps looping, it has only happened recently and I've cleared cookies and disabled all the addons for it, the site works, but when tryi… (læs mere)

Hi, this site when trying to login keeps looping, it has only happened recently and I've cleared cookies and disabled all the addons for it, the site works, but when trying to login it loops https://www.nexusmods.com and says in the loop-

users.nexusmods.com

Checking if the site connection is secure users.nexusmods.com needs to review the security of your connection before proceeding.

even tried in private browsing, cannot use any other web browser. Please help thanks.

Stillet af Mangekyo Sharringan for 1 år siden

Besvaret af Terry for 1 år siden

  • Løst
  • Arkiveret

What is the CTMsgHostFirefox (32 bit) process? [High CPU usage]

Hi, The highlighted process sometimes goes up to as high as 55% ish CPU for hours on end, making my computer lag for no reason. If I individually close the process, noth… (læs mere)

Hi,

The highlighted process sometimes goes up to as high as 55% ish CPU for hours on end, making my computer lag for no reason. If I individually close the process, nothing happens, and the issue fixes itself (firefox runs fine with it closed).

It is concerning since I could not find anything on google about this process, is this some kind of malware? I did run a MalwareBytes scan on my entire computer, and nothing turned up.

Please let me know what that process is.

Stillet af pocketfootprints for 1 år siden

Besvaret af TyDraniu for 1 år siden

  • Løst
  • Arkiveret

Password/logins won't save

I have hit "save" when the "do you want to save password" pop up appears many times, but for some reason when I check my logins in about:logins, there is nothing. I trie… (læs mere)

I have hit "save" when the "do you want to save password" pop up appears many times, but for some reason when I check my logins in about:logins, there is nothing. I tried to manually save a login information with Create New Login, but it tells me "An error occurred while trying to save this password".

Stillet af d_a_renoir for 1 år siden

Besvaret af d_a_renoir for 1 år siden

  • Løst
  • Arkiveret

Preventing Google from accessing home IP address

Hello, Q1: Is there a way to prevent Google search engine from accessing and sharing the city I live in via my IP address? Q2: Can I block my IP address from Amazon, Goo… (læs mere)

Hello, Q1: Is there a way to prevent Google search engine from accessing and sharing the city I live in via my IP address?

Q2: Can I block my IP address from Amazon, Google and other shareware/spyware garbage AND still access and use the internet?

At the bottom of a Google search result page I can read the city I live in based on my IP address. I would rather not have this shared as I search for products in different stores. I am signed into Google.

When I ran the "Privacy tab" in Firefox the Google search results still showed the city I live in.

I use a VPN, three security extensions("No-Script, Privacy-Badger & FaceBook Container) and Mozilla Firefox set at the "Strict" Browser Privacy level.

Thank you for reviewing these questions, Oliver

Stillet af eternalbeach for 1 år siden

Besvaret af jscher2000 - Support Volunteer for 1 år siden

  • Løst
  • Arkiveret

(MacOS) Full Screen Removes Tabs even when hovering to the top of Browser

As Title, Whenever I try to go full screen and hover to the top of the browser, It originally showed all my tabs, but recently it has not been doing that. When I hover … (læs mere)

As Title,

Whenever I try to go full screen and hover to the top of the browser, It originally showed all my tabs, but recently it has not been doing that. When I hover over and over, the tabs maybe appear 10% of the time, but whenever I click somewhere else other than the Tab Bar, it disappears.

I think this bug happened ever since I enabled "Hide bookmark toolbar". I have since reverted it back, but the error is still the same. Weird, since my tabs disappear since it has nothing to do with bookmarks.

Stillet af Iha7 for 1 år siden

Besvaret af cor-el for 1 år siden

  • Løst
  • Arkiveret

Google ads don't display well

Hi, my google ads don't display correctly in google searches - can anyone help please? Mac M1 / Latest Firefox Formatting is fine for the first second after the search, … (læs mere)

Hi, my google ads don't display correctly in google searches - can anyone help please? Mac M1 / Latest Firefox

Formatting is fine for the first second after the search, then chanegs and text displays over the images in the ades and is unreadble, unless I hover my moude over the ad.

With thanks

Stillet af jonnydonovan for 1 år siden

Besvaret af jonzn4SUSE for 1 år siden

  • Løst
  • Arkiveret

Unknown process keeps running when I open Firefox.

Hi, Since about 2 weeks ago everytime I run Firefox a process with the name 'Hello World' runs as well. The text in the command line window reads: "This process runs at… (læs mere)

Hi,

Since about 2 weeks ago everytime I run Firefox a process with the name 'Hello World' runs as well.

The text in the command line window reads: "This process runs at the full privileges of the user and has access to the entire public desktop API surface

Press any key to exit ... 15:16:48.6322622 (a)ThreadProc Start!! Connection established - waiting for requests"

Does anyone know what this is? I tried searching the net, but I could not find anything useful

I have tried a clean reinstall of Ffox and after running it for the first time, without signing in or installing any add-ons, the same process opened with it.

Thanks,

Mitch.

Stillet af Mitch B for 1 år siden

Besvaret af jonzn4SUSE for 1 år siden

  • Løst
  • Arkiveret

Why Compact isn't compact?

I just started to run FF107, I don't understand why setting the compact option, do not really make things more dense. Same goes with all the menu. Who needs all that spa… (læs mere)

I just started to run FF107, I don't understand why setting the compact option, do not really make things more dense. Same goes with all the menu.

Who needs all that spacing?

I have this

menupopup:not(.in-menulist) > menuitem, menupopup:not(.in-menulist) > menu {

 padding-block: 2px !important;

}

in the css file and still no "compactness"...

Thank you.

Stillet af adid1 for 1 år siden

Besvaret af cor-el for 1 år siden

  • Løst
  • Arkiveret

Firefox crashes when I attempt to download or upload a file

Whenever a website prompts for me to upload or download a file and I except Firefox crashes, quitting in its entirety. This still occurs in "Troubleshoot" mode so I assu… (læs mere)

Whenever a website prompts for me to upload or download a file and I except Firefox crashes, quitting in its entirety. This still occurs in "Troubleshoot" mode so I assume it is not any of my extensions. Here is a crash report from when this occurred if it helps. Another odd observation I made is that I am able to upload a file if I use a "drag-and-drop" feature on a website.

Stillet af Reuben Braybrook for 1 år siden

Besvaret af jonzn4SUSE for 1 år siden

  • Løst
  • Arkiveret

Media title not showing up in linux

I have been using Firefox on OpenSuse Tumbleweed. When media is playing in Firefox, the media player widget says, "Firefox is playing Media". There is no thumbnail or tit… (læs mere)

I have been using Firefox on OpenSuse Tumbleweed. When media is playing in Firefox, the media player widget says, "Firefox is playing Media". There is no thumbnail or title. I have tried on multiple websites, and all are the same.

media.hardwaremediakeys.enabled is set to true.

Chromium on the same system shows the title and progress bar, but no thumbnail.

Stillet af ow.behr for 1 år siden

Besvaret af jonzn4SUSE for 1 år siden

  • Løst
  • Arkiveret

Dowload GeoGebra files

I have some GeoGebra files with extension .ggb on a website. FireFox will download those files, while other browsers (Safari, Google Chrome) do. How can I make Firefox do… (læs mere)

I have some GeoGebra files with extension .ggb on a website. FireFox will download those files, while other browsers (Safari, Google Chrome) do. How can I make Firefox download these files?

Stillet af ncm.bakker for 1 år siden

Besvaret af ncm.bakker for 1 år siden