Отображение вопросов с тегом: Показать все вопросы
  • Решено
  • Архивировано

Where is Password Manager?

Changed password for one of my e-mail accounts, but can't find password manager. Help said in help menu, select tools, then options. When I select tools, options DOESN'T… (читать ещё)

Changed password for one of my e-mail accounts, but can't find password manager. Help said in help menu, select tools, then options. When I select tools, options DOESN'T appear in the resulting choices. Tools is also supposed to be at top of Thunderbird screen, but I DON'T see it. How can I get fixed?

Задан stellawrites 2 года назад

Дан ответ david 2 года назад

  • Решено
  • Архивировано

Firefox Multi-Account Containers on Android

Hello, I want to know how to use Firefox Multi-Account Containers on Android. I have it on firefox nightly android but if i click on a category it doesn't show anything.… (читать ещё)

Hello,

I want to know how to use Firefox Multi-Account Containers on Android. I have it on firefox nightly android but if i click on a category it doesn't show anything.

Задан Jeppie 1 год назад

Дан ответ Paul 1 год назад

  • Решено
  • Архивировано

In Firefox 99.0.1 I can't find how to enable the Title Bar. I'm experimenting with the Window Titler add-on.

The instructions for the Window Titler icon suggest to turn on the Title Bar (with the Firefox icon, usually shows title of active tab, but would presumably show the Wind… (читать ещё)

The instructions for the Window Titler icon suggest to turn on the Title Bar (with the Firefox icon, usually shows title of active tab, but would presumably show the Window Title if one was assigned). I can't find how to turn it on in version 99.0.1. It's not where the instructions for Window Titler said to look (managing the Menu bar or the Bookmarks bar). Any suggestions?

Would love for this feature (named windows) to become a normal part of Firefox. I wouldn't mind having the Title Bar anyway; at the cost of a few pixels, I would have something to grab onto when moving windows around that wouldn't accidentally do something to a tab.

Задан lake44me 1 год назад

Дан ответ user104147805413306348376805769878442569366 1 год назад

  • Решено
  • Архивировано

how to avoid the graying of most of the url in the location bar?

In the location bar (aka url bar aka address bar), the base domain name ("example.com") is displayed as normal text, whereas everything else in the url is displayed in gr… (читать ещё)

In the location bar (aka url bar aka address bar), the base domain name ("example.com") is displayed as normal text, whereas everything else in the url is displayed in gray. For example, if the displayed url is https://foo.example.com/bar, the "https://foo." and "/bar" are in gray.

Is it possible to get the whole url displayed as normal text, i.e., black, and avoid this "graying out" of some of it?

In my searches so far, I've found various other customizations for the location bar via userChrome.css, but not this one. Any help appreciated.

I'm using firefox 91.8.0esr (64-bit) as currently packaged for centos7 (x86_64), though presumably this is not system-dependent.

Задан karlberry 1 год назад

Дан ответ MarkRH 1 год назад

  • Решено
  • Архивировано

How do I turn new download notification off?

I just had a Firefox update today and now when I save a pic or save a video it does a new really annoying drop-down notification at the top from the download icon area wh… (читать ещё)

I just had a Firefox update today and now when I save a pic or save a video it does a new really annoying drop-down notification at the top from the download icon area which stays there until I manually remove it. In the past I only saw an activity up there when I downloaded programs to my downloads folder, but not when I simply saved an image or video to my other locations. I do not want this stupid dropdown notification appearing, and it's getting bigger and bigger the more pics I save, how do I turn it off? It's ridiculous. I save videos from twitter and images like memes all the time and never have this happen, it just saves it and there is nothing more going on to worry about (which is what I want), it's only started today after the update so it's a new feature. I looked in about:config but I could not work out which setting it is so didn't touch anything. Thanks for your help.

Задан lee.wilshier 2 года назад

Дан ответ cor-el 2 года назад

  • Решено
  • Архивировано

POP email configuration: use local folders

Hello, I am trying to configure a new POP email address for the first time in many years, and I just need a bit of assistance. All of my previously configured email acco… (читать ещё)

Hello, I am trying to configure a new POP email address for the first time in many years, and I just need a bit of assistance.

All of my previously configured email accounts share the same inbox etc under LOCAL FOLDERS and I want the new one to do the same.

I know how to configure the account to use LOCAL FOLDERS for sent items, drafts, etc via the COPIES & FOLDERS tab under Account Settings.

But what else do I need to do in order to tell Thunderbird that I want to use LOCAL FOLDERS for everything and not have the email account show up separately in the folders panel?

I can't remember what I had to do years ago when I set up my other accounts, and of course things may have changed.

Any assistance is greatly appreciated.

Задан Adrian Morgan 1 год назад

Дан ответ Adrian Morgan 1 год назад

  • Решено
  • Архивировано

Firefox breaks my desktop environment's scrollbar style and (gradient) color and in version 98+ refuses css to approximate it

I work on kubuntu 20.04 with plasma 5.18.8 desktop environment. I have a QtCurve-based custom application style, which I almost match with css for GTK apps. Firefox has t… (читать ещё)

I work on kubuntu 20.04 with plasma 5.18.8 desktop environment. I have a QtCurve-based custom application style, which I almost match with css for GTK apps. Firefox has to be an exception by itself! Not only that, but it changes my ability to customize its interface, from time to time and even changes access to such ability, on some updates.

My scrollbar customizations in userChrome.css and userContent.css do not work any more (other CSS changes still work, for menu/addressbar/tabbar/bookmarksbar orderint and tab styling). I had to resort to settings in user.js file, to get a 20px width scrollbar, suitable for my big screen, but... it gets very wide when I increase the focus, on some webpages and becomes very ugly! Furthermore, I cannot make sense of the proper use of "ui.themedScrollbar*" settings and the scrollbar and its slider result in the same color. These are my settings in user.js:

user_pref("widget.content.gtk-theme-override", "backwater"); user_pref("widget.non-native-theme.enabled", false); // Use GTK-3.0 gtk.css: set to false user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true); // Use userChrome.css & userContent.css: set to true user_pref("widget.gtk.alt-theme.scrollbar_active", true); user_pref("widget.non-native-theme.scrollbar.size.override", 20); // If nothing else works, fix scrollbar width to 20px user_pref("widget.non-native-theme.gtk.scrollbar.round-thumb", false); user_pref("widget.non-native-theme.gtk.scrollbar.thumb-size", 1.0); // originally 0.75 user_pref("widget.non-native-theme.gtk.scrollbar.allow-buttons", true); // it was true, anyway... user_pref("layout.css.cached-scrollbar-styles.enabled", false); user_pref("layout.css.color-mix.enabled", true); user_pref("widget.non-native-theme.scrollbar.style", 4); // wide scrollbar theme: set to 4 user_pref("ui.themedScrollbar", "#bad1f5"); user_pref("ui.themedScrollbarInactive", "#668cc4"); user_pref("ui.themedScrollbarThumb", "#e4e4e4"); user_pref("ui.themedScrollbarThumbHover", "#e4e4e4"); user_pref("ui.themedScrollbarThumbActive", "#668cc4"); user_pref("ui.themedScrollbarThumbInactive", "#bad1f5"); user_pref("browser.dom.window.dump.enabled", false); user_pref("extensions.ui.sitepermission.hidden", false); user_pref("fission.experiment.max-origins.qualified", true);

Either with the "ui.themedScrollbar*" settings or without them (and cleared from the prefs.js file), the scrollbar and its slider result in the same color, unless I (tryingly) click on some place on the scrollbar outside its slider; then I can see the slider, _only_ for the duration of the mouse-down event (which causes up or down page-hight scrolling).

The default, very thin scrollbar, as well as my modified wide scrollbar with invisible slider are both useless to me! I have even tried fx-autoconfig (https://github.com/MrOtherGuy/fx-autoconfig) to make the scrollbar CSS work, but no result. At this point, I am considering switching to another browser, despite the trust I have to mozilla, for my data and privacy.

Задан kavadias 2 года назад

Дан ответ kavadias 1 год назад

  • Закрыто
  • Архивировано

Firefox 100.0 - "Forced" dark mode

As from v100.0, Firefox allows users to "set their preferred color schemes for websites". Ironically, this does not addresses complaints from users, including me, who wi… (читать ещё)

As from v100.0, Firefox allows users to "set their preferred color schemes for websites".

Ironically, this does not addresses complaints from users, including me, who wish for a consistent Light theme all across Firefox.

Even if "Web site appearance" is set as Light, the following still remain dark:

  • Background of main drop-down menu (Containing "Sync and save data", "New tab", "Print", "Settings", etc)
  • Background of right-click menu (Containing the refresh icon, "Save page as", "View page source", etc)
  • Background of "Please enter primary password" menu
  • Background of auto-filled user name and password menus
  • Background of elements in a bookmark folder
  • Background of Downloads menu
  • Background of Print menu
  • Background of "Clear all history" menu
  • Background of "Find on this page" menu
  • Background of "You are about to close X tabs" warning menu
  • Colour of title bar for "About Mozilla Firefox" window, when the window is not currently active

Being able to set "browser.theme.toolbar-theme" permanently as 2 would fix all of the above, but users are still (Note: Since v96.0, when this complaint was raised) prevented from doing so. Why?

Задан hevinroyal 1 год назад

Последний ответ от Paul 1 год назад

  • Решено
  • Архивировано

email default change

Each time Firefox updates, the email client changes to the outlook default. The last 2-3 updates, mailto does not appear on the file,settings,applications menu. Nor wil… (читать ещё)

Each time Firefox updates, the email client changes to the outlook default. The last 2-3 updates, mailto does not appear on the file,settings,applications menu. Nor will it populate if I type it in. I have tried every instruction to no avail. I am a long-time firefox user, non-techie and it is discouraging when things disappear with each update lately. Would appreciate any suggestions. Thanks

Задан meema 2 года назад

Дан ответ meema 2 года назад

  • Решено
  • Архивировано

Firefox messages keep popping up about video codecs

I just installed firefox on a linux machine, and spontaniously, I keep getting a message pop up toward the top of the screen saying: "To play videos, you may need to inst… (читать ещё)

I just installed firefox on a linux machine, and spontaniously, I keep getting a message pop up toward the top of the screen saying: "To play videos, you may need to install the video codecs".

This occurs when I am not even trying to play videos. I can play youtube videos fine. I don't need to install anything. It normally occurs when I am checking my outlook email, but can happen at any time.

So my question is, how do I stop this message from coming up? Prefereably WITHOUT installing some codec that I do not currently need.

Another message that comes up is an offer to install an outlook extension to my browser, but this is triggered by opening outlook email. I have no need for this either, so it would be nice to get rid if this message popping up as well.

Thanks

Задан Mr. Question 2 года назад

Дан ответ jscher2000 - Support Volunteer 1 год назад

  • Решено
  • Архивировано

Column headers, title bars

I was in two minds whether to post this i not as quite minor really, that said Thunderbird will be my default email client on several machines so may as well get Q's out … (читать ещё)

I was in two minds whether to post this i not as quite minor really, that said Thunderbird will be my default email client on several machines so may as well get Q's out of the way.

Changed the font size for emails and folder text which is spot on, the only other thing would be to have the title bars or column headers (subject, correspondent, date and so on) in bold as a quick glance makes them seem part of the emails.

This option is probably available similar to changing the font inside config file but I may not be searching for the right thing, 'headers' returns results for the actual message format.

On another note, in case this pops up later on, while dragging icons from the toolbar selection tray the 'delete' button didn't quite make it, the button is no longer in the tray (as an option) or on the menu ?

Many thanks all

Задан JustOne 2 года назад

Дан ответ sfhowes 2 года назад

  • Решено
  • Архивировано

Multi-Account Containers for Android yet?

Why is there no Multi-Account containers extension for Android? Honestly I think its an amazing extension for maintaining privacy, and I'd love to have that on my phone. … (читать ещё)

Why is there no Multi-Account containers extension for Android? Honestly I think its an amazing extension for maintaining privacy, and I'd love to have that on my phone.

Задан arjuniscool0204 1 год назад

Дан ответ Paul 1 год назад

  • Решено
  • Архивировано

Firefox pdf viewer download button

Before update when I clicked in PDF viewer toolbar download button it opened a screen to open with, right now it only download a file. I want it back. I have firefox as p… (читать ещё)

Before update when I clicked in PDF viewer toolbar download button it opened a screen to open with, right now it only download a file. I want it back. I have firefox as pdf viewer, but sometimes I need to open file with Acrobat DC, that's when I did click download button. It works on other computer like before, it is before firefox update.

Задан sylciia 2 года назад

Дан ответ jscher2000 - Support Volunteer 2 года назад

  • Решено
  • Архивировано

the history tab in the menu bar

I've noticed for some time now that when I access the history tab and see what there, there is nothing in it. In the past when I accessed it, it would show the sites I ha… (читать ещё)

I've noticed for some time now that when I access the history tab and see what there, there is nothing in it. In the past when I accessed it, it would show the sites I had visited. Not any longer. How do I fix the problem?

Задан sciencemagic 1 год назад

Дан ответ HKSim 1 год назад

  • Решено
  • Архивировано

thunderbird

When i am typing a text in thunderbird and then pressing the return key, the cursor springs always in the next paragrph ( 2 lines under ), but i want it only to go to the… (читать ещё)

When i am typing a text in thunderbird and then pressing the return key, the cursor springs always in the next paragrph ( 2 lines under ), but i want it only to go to the next line. When i choose text it always changes by pressing the return key to paragraph. How can i change this ungraceful habit of thunderbird?

Задан grdvk 1 год назад

Дан ответ Matt 1 год назад

  • Закрыто
  • Архивировано

"feature" control

So does fire fox just not give a shit whether the app is usable? You've completly stripped.any ability to customize and disable useless "features" that maybe 5% of user … (читать ещё)

So does fire fox just not give a shit whether the app is usable? You've completly stripped.any ability to customize and disable useless "features" that maybe 5% of user want. Are you just trying to go out business? How about returning control to the user. How about reading the app feedback and actually responding to users instead of ignoring us.

Задан fu2 1 год назад

Последний ответ от James 1 год назад

  • Решено
  • Архивировано

How to turn off download panel pop-up in version 98.0

This is more of a convenience issue but the new download panel pop-up from the download arrow is very distracting. I couldn't find an option to turn it off so I had to g… (читать ещё)

This is more of a convenience issue but the new download panel pop-up from the download arrow is very distracting. I couldn't find an option to turn it off so I had to go into the config and turn the true flag false for this "improvement". Is there a better way of disabling this pop-up and if not will there be in future versions of firefox?

Задан pathomeon 2 года назад

Дан ответ cor-el 2 года назад

  • Решено
  • Архивировано

How to change default font size on incoming email

I have been searching for a solution for over five hours and three different Thunderbird updates. My version of Thunderbird is 91.9.0 (32-bit). I have found several sugge… (читать ещё)

I have been searching for a solution for over five hours and three different Thunderbird updates. My version of Thunderbird is 91.9.0 (32-bit). I have found several suggestion on things to do, but they are all for prior versions and the UI has changed so they all refer to pathways to find the default incoming message text size that does not match this version. I have tried every font size input I can find, setting all to 20 (larger than I need but immediately obvious when it works) and one of them did change all of the incoming message text sizes, but when I next reopened Thunderbird (for an update), it no longer persisted.

Thanks in advance, Richard Aronson

Задан aronson556 1 год назад

Дан ответ david 1 год назад

  • Решено
  • Архивировано

can't select how to handle filetypes

Hey, I can't add new filetypes to the handlers.json Who had this before? I have already reset Firefox, deleted handlers.json, used safe mode... all without success For ex… (читать ещё)

Hey, I can't add new filetypes to the handlers.json Who had this before? I have already reset Firefox, deleted handlers.json, used safe mode... all without success For example, when I click on a ZIP file, the "save as" menu opens immediately. In the FF settings this filetype does not appear. So I can't define how to handle new files. I have also tried the addon "Content-Type Fixer Content-Type Fixer".

Задан tylonhh+firefoxsnyc 1 год назад

Дан ответ user104147805413306348376805769878442569366 1 год назад

  • Решено
  • Архивировано

The font of the menu and sans-serif is stuck on Liberation Mono.

I have set the Noto family of fonts to be the default font family but websites that don't specify a font or specify sans-serif or monospace get Liberation Mono. When I ch… (читать ещё)

I have set the Noto family of fonts to be the default font family but websites that don't specify a font or specify sans-serif or monospace get Liberation Mono. When I changed any option in the fonts settings, the entire browser becomes Liberation Mono. I want Noto Sans be the default font for websites and for the Firefox UI. I tried to fix it by preforming a Firefox Refresh, but it didn't work. I think the problem began after upgrading to Firefox 100 but I'm no 100% sure.

Задан max 1 год назад

Дан ответ cor-el 1 год назад