Showing questions tagged: Show all questions
  • Solved

Firefox displays the same name in the title bar for different profiles

In Linux Ubuntu I created 4 different launchers for 4 profiles. Firefox opens the different profiles correctly, but the name of Profile 4 is displayed in the title bar f… (read more)

In Linux Ubuntu I created 4 different launchers for 4 profiles.

Firefox opens the different profiles correctly, but the name of Profile 4 is displayed in the title bar for all windows. This causes confusion when I'm using the different profiles. Furthermore, the icon displayed in the icon bar is also the same for the 4 profiles, although I have configured a different icon for each profile. I ask for help as I need each instance to have its own name and icon displayed correctly.

The launchers look like this:

firefox-profile1.desktop: Name= Profile 1 Exec=firefox -P profile1 --no-remote Icon=~/.local/share/icons/profile1.png

firefox-profile2.desktop Name=Profile 2 Exec=firefox -P profile2 --no-remote Icon=~/.local/share/icons/profile2.png

firefox-profile3.desktop Name=Profile 3 Exec=firefox -P profile3 --no-remote Icon=~/.local/share/icons/profile3.png

firefox-profile4.desktop Name=Profile 4 Exec=firefox -P profile4 --no-remote Icon=~/.local/share/icons/profile4.png

Asked by Alex 1 week ago

Answered by Alex 5 days ago

  • Locked

Tineye worked great until i created a new account, now it won't work says "allow cookies' and I don't know how

PLEASE READ THOROUGHLY - Thru Firefox, I use Tineye to find related photos - I use it all the time, it's been great - I always use a VPN and have never had problems until… (read more)

PLEASE READ THOROUGHLY - Thru Firefox, I use Tineye to find related photos - I use it all the time, it's been great - I always use a VPN and have never had problems until now (as of yesterday). Now it won't search, a verify you're human window comes up, and I have to keep clicking squares, which I do - but then it says to allow cookies and start over. Well I don't want to allow cookies (Firefox-Mozilla kinda encourages using their tools to block cookies, which I much prefer), and I CANT FIND WHERE TO ALLOW (not yelling its just that I said this before and it wasn't noticed) cookies even if I did (I went to Firefox preferences all I could find was under privacy & security cross-site cookies but that did nothing) and I don't want to disable my VPN. Maybe I should mention that I just added or started a Mozilla account, as I have had immense trouble with my aol emails, and am trying to move everything over to a gmail account. My sign in to Firefox was the aol email, and I had to try (I thought I did it) add another account, which I think I did successfully. So it was right after that, that all this started. Help please! Thank you! I did get the following reply, saying to allow cookies (BUT I DON"T KNOW HOW OR WHERE TO DO IT) and something about a new browser profile and to stay out of my sync account, and I APOLOGIZE, but I have no clue what all that means. What is a broweser profile, what is a sync account and how do I stay out of it? I guess well I know i'm not too smart about this kinda stuff, so I apologize but I think I need detailed step by step what to do to fix this. I know thats a lot of typing, sorry.

Asked by PocketDan 4 hours ago

Last reply by NoahSUMO 3 hours ago

  • Solved

Nvidia RTX Super Resolution only works sporadically in full screen and not at all in windowed videos.

Nvidia RTX Super Resolution seems to only work very rarely or not at all compared to the Chrome version. In some instances it will upscale the Full-Screen Video. It will … (read more)

Nvidia RTX Super Resolution seems to only work very rarely or not at all compared to the Chrome version. In some instances it will upscale the Full-Screen Video. It will not interact with windowed videos at all. But it will never upscale a windowed version that exceeds the playback resolution.

Steps to reproduce for windowed videos:

  1. Open any youtube video
  2. Set the resolution to 480p or lower (as I am using a QHD 2560 x 1440p monitor)
  3. Playback the video and monitor Nvidia Control Panel to see if Super Resolution has activated.

Observation for windowed videos: Feature works in Chrome. Feature does not work in Firefox

Full-Screen and Super Resolution: I have no idea what is going on here, on very rare occasions it does work, for the most part it does not work at all. If I had to give a rough idea of when it works, I would say that it is more likely to work when Firefox has been freshly launched.

I could neither see an active change in the Control Panel, or notice anything in the video quality. Both a quality change and feedback in the Control Panel occur when using the feature in Chrome. I have tested on identical links, with identical quality settings.

I tried:

  • setting the Super Resolution Quality manually, instead of manually
  • an incognito tab

Asked by rubinlord 1 week ago

Answered by rubinlord 1 week ago

  • Solved

Blocked on a site

I was playing on this free site called REPLAYPOKER, and it said I was blocked because of something called CLOUDFLAIR, can you tell me what this is please? It totally blo… (read more)

I was playing on this free site called REPLAYPOKER, and it said I was blocked because of something called CLOUDFLAIR, can you tell me what this is please?

It totally blocked me and shut me out of the game

What should I do?

Is Cloudflair a virus? Should I go into the registry and remove it?

Asked by Sarah Godbey 5 days ago

Answered by zeroknight 5 days ago

  • Solved

userChrome.css - Help With Customizing Tabs

I made a small CSS customization to my tabs in FF 115 ESR on Windows 7, so they would be flat on the bottom and rounded on the top, looking a bit more like tabs instead o… (read more)

I made a small CSS customization to my tabs in FF 115 ESR on Windows 7, so they would be flat on the bottom and rounded on the top, looking a bit more like tabs instead of buttons.

Looked ok in FF 115 ESR.

However, in FF 125, half the tabs are now cut off, including their text (see attached images).

Also the tabs background is darker in FF 115 ESR, providing more contrast between the tabs and the tab bar. In FF 125, it's almost all white and I can hardly distinguish between the tabs and the tab bar.

Why is there such a big difference in appearance between FF 115 ESR on Windows 7, and FF 125 on Windows 10?

Here is the code I used...

/* ------------------ RESIZE TAB BAR ----------------------------- */ \#TabsToolbar { height: 27px !important; margin-top: -1px !important; margin-bottom: 0px !important; } \#tabbrowser-tabs { height:25px!important; min-height:25px!important; }

.tab-background-start[selected=true]::after, .tab-background-start[selected=true]::before, .tab-background-start, .tab-background-end, .tab-background-end[selected=true]::after, .tab-background-end[selected=true]::before {

 min-height:25px!important;

} /* ------------------ RESIZE TAB BAR END ----------------------------- */

/* ------------------ TAB HEIGHT ----------------------------- */

.tabbrowser-tab {
 max-height: 25px !important;
 border-color: #8f939e;

}

.tabbrowser-tabs {

 max-height: 25px !important;
 border-color: #8f939e;

} /* ------------------ TAB HEIGHT END ----------------------------- */

I inserted backslashes at the beginning of the first 2 lines of code above to preserve the hashtag sign (otherwise it displays an index number before those lines), please ignore the backslashes.

I would like my customizations in Firefox 125 to look like the ones I made in 115 ESR.

Is it possible?

Thanks!

Asked by Slouch 4 days ago

Answered by cor-el 4 days ago

  • Solved
  • Locked

Firefox update error: Failed to check for updates.

Hello, When I go to update Firefox through the settings > general > firefox updates > check for updates, I am getting the error in the title. I can manually dow… (read more)

Hello,

When I go to update Firefox through the settings > general > firefox updates > check for updates, I am getting the error in the title. I can manually download the app installer and update to the most current version which is what I did for version 125.0.1, yesterday.

I have tried uninstalling and reinstalling firefox, installing the beta branch, refreshing firefox, running in troubleshooting mode, completely deleting all user firefox files, and I still get the error. No DNS resolver issues to the update server. No firewall issues. No network blocking (tested with other devices).

This issue started after March update to 124.0.1 and continues to current stable release 125.0.1.

This issue also seems to extend to checking for extension updates.

Below are browser logs for when i try to check for update or update extensions.

App Update Logs: AUS:AUM AppUpdater:check - currentState=STATE_IDLE AUS:AUM AppUpdater:check - starting update check AUS:SVC CheckerService:checkForUpdates - checkType: 2 AUS:SVC CheckerService:checkForUpdates - Making new check request for check id 86. AUS:SVC CheckerService:getUpdateURL - checkType: 2 AUS:SVC CheckerService:getUpdateURL - update URL: https://aus5.mozilla.org/update/6/Firefox/125.0.1/20240416043247/WINNT_x86_64-msvc-x64/en-US/release/Windows_NT%252010.0.0.0.22631.3447%2520(x64)/ISET%3ASSE4_2%2CMEM%3A32702/default/default/update.xml?force=1 AUS:SVC CheckerService:#updateCheck - sending request to: https://aus5.mozilla.org/update/6/Firefox/125.0.1/20240416043247/WINNT_x86_64-msvc-x64/en-US/release/Windows_NT%252010.0.0.0.22631.3447%2520(x64)/ISET%3ASSE4_2%2CMEM%3A32702/default/default/update.xml?force=1 AUS:SVC CheckerService:#updateCheck - request got 'error' event AUS:SVC CheckerService:#updateCheck - Failed. request.status: 2152398919 AUS:SVC getStatusTextFromCode - transfer error: Data transfer was interrupted (please try again), code: 2152398919 AUS:AUM AppUpdater:check - Update check failed; CHECKING_FAILED

Extension Update Logs: 1713382616474 addons.update-checker WARN HTTP Request failed for an unknown reason 1713382616475 addons.update-checker WARN HTTP Request failed for an unknown reason 1713382616476 addons.update-checker WARN HTTP Request failed for an unknown reason 3 1713382616477 addons.update-checker WARN HTTP Request failed for an unknown reason 2 1713382616478 addons.update-checker WARN HTTP Request failed for an unknown reason 1713382616481 addons.update-checker WARN HTTP Request failed for an unknown reason 1713382616483 addons.update-checker WARN HTTP Request failed for an unknown reason 2 1713382616484 addons.productaddons WARN Failed downloading XML, status: 0, channelStatus: 2152398919, errorCode: 2, reason: error 1713382616486 addons.update-checker WARN HTTP Request failed for an unknown reason 2 1713382616487 addons.update-checker WARN HTTP Request failed for an unknown reason 1713382616489 addons.update-checker WARN HTTP Request failed for an unknown reason 1713382616489 addons.productaddons WARN Failed downloading XML, status: 0, channelStatus: 2152398919, errorCode: 2, reason: error 1713382616493 addons.update-checker WARN HTTP Request failed for an unknown reason 2 1713382616494 addons.update-checker WARN HTTP Request failed for an unknown reason 2 1713382616495 addons.update-checker WARN HTTP Request failed for an unknown reason 1713382616497 addons.update-checker WARN HTTP Request failed for an unknown reason 1713382616502 addons.update-checker WARN HTTP Request failed for an unknown reason 1713382616503 addons.update-checker WARN HTTP Request failed for an unknown reason 2 1713382616504 addons.update-checker WARN HTTP Request failed for an unknown reason 1713382616507 addons.update-checker WARN HTTP Request failed for an unknown reason 2 1713382616512 addons.update-checker WARN HTTP Request failed for an unknown reason 1713382616514 addons.update-checker WARN HTTP Request failed for an unknown reason 1713382617489 addons.update-checker WARN HTTP Request failed for an unknown reason HTTPS-Only Mode: Not upgrading insecure request “http://r3.o.lencr.org/” because it is exempt.

Asked by _dolphins 2 weeks ago

Answered by _dolphins 2 weeks ago

  • Solved

Incredible slow download speeds with 999Mbps connection (below 15Mbps)

Just recently Firefox seems to have its downloads capped at 15-16 meg speedtests show the full 1Gig speed OPERA AND EDGE both download at the full 999 megs but firefox … (read more)

Just recently Firefox seems to have its downloads capped at 15-16 meg speedtests show the full 1Gig speed OPERA AND EDGE both download at the full 999 megs but firefox has recently stopped downloading any faster then 19 meg

what in firefox could be causing this its not happening in any other browser.

Asked by firefox2776 2 weeks ago

Answered by firefox2776 2 weeks ago

  • Solved

my account is suspended and contact mail address not working (discourse)

hi, my discourse account is suspended but i wonder why? i try to reach discourse staff but i cant. because email address not working in this page: https://discourse.mozil… (read more)

hi, my discourse account is suspended but i wonder why? i try to reach discourse staff but i cant. because email address not working in this page: https://discourse.mozilla.org/about

my profile is: https://discourse.mozilla.org/u/tugrul/summary

please unsuspend my account. thanks.

Asked by Tuğrul 1 week ago

Answered by Kiki 1 week ago

  • Locked

using firefox to store WhatsApp passkey

I am migrating to a new phone. WhatsApp offered firefox as an option for storing its passkey. That took me to the connection and synchronisation process which the new pho… (read more)

I am migrating to a new phone. WhatsApp offered firefox as an option for storing its passkey. That took me to the connection and synchronisation process which the new phone said had failed. However all my tabs and other passwords appear to be syncing. Now selecting firefox to store the WhatsApp passkey takes me back to the failure page every time. Any idea how to restart the passkey addition to firefox process? WhatsApp won't work whilst I'm hung up in limbo between the two apps.

Asked by Chris 1 day ago

Last reply by Paul 1 day ago

  • Solved

Firefox 125 disable pop-up tips?

I just installed Firefox v125.0.1 on my new desktop and I am constantly being harassed by Firefox suggesting "tips" to me that I don't want nor did I ask for. Such as th… (read more)

I just installed Firefox v125.0.1 on my new desktop and I am constantly being harassed by Firefox suggesting "tips" to me that I don't want nor did I ask for.

Such as this example below, see screenshot. I am browsing the web and needed to open a new tab, and immediately Firefox thinks it is okay to harass me with something that I OBVIOUSLY already know...... searching google from the address bar.

So now I have to stop what I am doing to click the "Okay, Got It" button to proceed. But, that won't stop Firefox from harassing me with the EXACT same tip in a few minutes from now.....

This isn't the only "tip" it harasses me with. It's just the only one I have managed to get a screenshot of for now.

How do I permanently disable this crap?

I have been using the internet and web browsers for 30ish years now. I'm pretty sure I know how to use an address bar by now Firefox.....

I also don't appreciate being harassed by things at all. Since this does the same "tips" repeatedly and they never stop it is absolutely harassment. Why are you showing me ANY tip more than once?????

Asked by jhester.2006 1 week ago

Answered by zeroknight 1 week ago

  • Solved

Unable to pin private window to taskbar

Hello. When I open a private window and try to pin it to the taskbar, it instantly changes into the normal (non-private) Firefox icon and then only opens normal windows w… (read more)

Hello. When I open a private window and try to pin it to the taskbar, it instantly changes into the normal (non-private) Firefox icon and then only opens normal windows when I click on it. It's been like this since I reset Windows and reinstalled Firefox yesterday. I tried to reinstall it again but it still does this. Any help would be appreciated.

Asked by ericoulange 1 week ago

Answered by ericoulange 1 week ago

  • Solved

Video without sound on some sites but work on another

I have: 125.0 (64-bit) Mozilla Firefox for Ubuntu canonical - 1.0 Video on Facebook plays without sound. The video plays, I see the image normally, but no sound. Video … (read more)

I have:

125.0 (64-bit) Mozilla Firefox for Ubuntu canonical - 1.0

Video on Facebook plays without sound. The video plays, I see the image normally, but no sound. Video on Youtube works perfectly.

Fresh install without addons or plugins. Switching to "Troubleshoot mode" does not change anything. Youtube with sound, Facebook without sound.

Any ideas where to look?

Asked by George Brink 2 weeks ago

Answered by cor-el 2 weeks ago

  • Solved

Unable to interact with many of the buttons on the roblox website

Nothing happens when I press the play, like, dislike, notifications, favorite, or join server buttons. On top of this, when I try to open the catalogue it's just a grey s… (read more)

Nothing happens when I press the play, like, dislike, notifications, favorite, or join server buttons. On top of this, when I try to open the catalogue it's just a grey screen with nothing in it. In the attached GIF I am clicking rapidly. I don't believe this is an issue with roblox itself, as when I open chrome everything works perfectly. The only extensions I am using for the site are RoPro and BTRoblox. I have tried to turn the extensions off and have even uninstalled them, however the problem was still not fixed.

Asked by ushaaaaa 2 weeks ago

Answered by zeroknight 1 week ago