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

New Profiles attaching to a Current Profile

II'm using Win 10 Pro and am having an issue with adding new FF profiles. I have a shortcut icon in the (bottom) Win 10 taskbar. I've created new FF profiles with uniqu… (читать ещё)

II'm using Win 10 Pro and am having an issue with adding new FF profiles.

I have a shortcut icon in the (bottom) Win 10 taskbar. I've created new FF profiles with unique names and paths, etc. But when I open FF as one of those profiles the open window(s) "attach" to an icon / shortcut in the taskbar, even tho' that icon / shortcut has a completely different target (i.e., path for starting FF).

I don't want windows from Profile New 1 or Profile New 2 to look as if they are for Profile Icon_in_the_Taskbar.

I hope this makes sense. I've created profiles in the past and didn't run into this problem so perhaps it's me. But I also don't believe I'm doing anything different than before.

Задан freeq_hq 6 месяцев назад

Последний ответ от zeroknight 6 месяцев назад

Firefox will NOT LET ME assign a downloads folder, and doesn't ask (though that is checked)

Firefox will NOT LET ME assign a downloads folder, and doesn't ever ask where to save (though that IS checked). There is NOTHING the support base or community I can fin… (читать ещё)

Firefox will NOT LET ME assign a downloads folder, and doesn't ever ask where to save (though that IS checked). There is NOTHING the support base or community I can find addressing this. It tells you to check "ask" and or to assign a downloads folder. Well, I Have checked "ask" and it doesn't ask. And it will not let me select a downloads folder.

And all downloads "fail." So I cannot use Firefox io download anything.

This is a bug. The settings do not work.

I have updated to latest version, this has been the case thru multiple versions. I am using a M1 Macbook pro with Monterey OS.

Задан SamanthaRose 5 месяцев назад

Последний ответ от zeroknight 5 месяцев назад

Newest version 119

Once Firefox was updated to the latest version nothing worked anymore. No changes to the Settings were saved. Keeps loading the Mozilla page even after I changed to goog… (читать ещё)

Once Firefox was updated to the latest version nothing worked anymore.

No changes to the Settings were saved. Keeps loading the Mozilla page even after I changed to google.ca. Rebooted, restart the browser, etc. Nothing works. Changing the security settings restart the browser then it won't connect to the web.

Everything worked perfectly with the previous version. As soon as it upgraded nothing worked properly anymore.

Tried to go back to 118 but it keeps updating.

Using a very old version right now to be able to connect (56.0.2) and told it NOT to update.

Задан y_portelance 6 месяцев назад

Последний ответ от zeroknight 5 месяцев назад

lettering /Font

One of the best things about Firefox is that i could use other fonts on the website and now I can't. Just stuck with this crappy one.. or tell me how to change it as I … (читать ещё)

One of the best things about Firefox is that i could use other fonts on the website and now I can't. Just stuck with this crappy one.. or tell me how to change it as I have tried..

Задан stilla7thgrader 5 месяцев назад

Последний ответ от zeroknight 5 месяцев назад

Home page button

I have been using Firefox for years. Recently my browser developed a glitch. I uninstalled Firefox then reinstalled it. That part went fine. I find the newer version very… (читать ещё)

I have been using Firefox for years. Recently my browser developed a glitch. I uninstalled Firefox then reinstalled it. That part went fine. I find the newer version very user unfriendly. There is no home page button and I cannot figure out how to add one. Your bookmarks are awful. It tries to be intuitive but in the end all it does is takes 3 to 4 steps to do something that used to bee done in one. This is not an improvement. I want a bookmark list not a not a most recent list. This is a major pain in the a.. . I do not want to stop using Firefox but this user unfriendliness is a major problem. Not quite sure what to do.

Bruce Fairman

Задан bfairman 5 месяцев назад

Последний ответ от cor-el 5 месяцев назад

Search shortcut behaviour without search terms

In older versions (say, Firefox 85 which I have been happily using until now) you could enter the search shortcut (say, "y" for youtube), then just press enter without en… (читать ещё)

In older versions (say, Firefox 85 which I have been happily using until now) you could enter the search shortcut (say, "y" for youtube), then just press enter without entering any search terms, and be brought to the main page of that search engine. In fact, search engine definition file has a specific field for that feature.

Well, I'm on FF 119 now and I find that this behaviour is broken. You MUST enter search terms now.

Is there a way to fix this pointless change, or do I have to downgrade?

Задан Vindicar 5 месяцев назад

Последний ответ от cor-el 5 месяцев назад

Issues after updating - Firefox logo missing from homepage; customized font settings ignored

Hello, after updating Firefox to v.119 a couple of issues have developed that I can’t seem to resolve. First of all the Firefox logo has disappeared from my home page. T… (читать ещё)

Hello, after updating Firefox to v.119 a couple of issues have developed that I can’t seem to resolve.

First of all the Firefox logo has disappeared from my home page. To show what I mean here are some screenshots: The 1st one shows what I see when I open the browser as normal - as can be seen I have several extensions normally in use so the 2nd image shows Firefox opened in ‘Troubleshoot’ mode.

Both these two were taken with the Privacy & Security settings set to ’Strict‘, the 3rd image shows ‘Troubleshoot ’mode with Privacy & Security set to ‘Standard’. ~~~ Now onto the subject of fonts; I’ve done some searching around and even with the Privacy & Security settings customized to ignore fingerprinting, Firefox still ignores my font-setting preference, which is FreeSerif, usually at 14 or 16pt size. Despite me unchecking the setting to allow websites to use their own fonts I cannot get any page to load using my preferred font. This causes me problems as I suffer from a particular type of astigmatism which makes san-serif fonts difficult to read.

Thanks in advance for any help offered.

Andy King

Задан andym.king 5 месяцев назад

Последний ответ от zeroknight 5 месяцев назад

What is this "app.update.background.rolled out" setting?

Hi What is this "app.update.background.rolled out" setting? /** * Background Update is controlled by the per-installation pref * "app.update.background.enabled".… (читать ещё)

Hi

What is this "app.update.background.rolled out" setting?


 /**
  * Background Update is controlled by the per-installation pref
  * "app.update.background.enabled". When Background Update was still in the
  * experimental phase, the default value of this pref may have been changed.
  * Now that the feature has been rolled out, we need to make sure that the
  * desired default value is restored.
  */
 async ensureExperimentToRolloutTransitionPerformed() {
   if (!lazy.UpdateUtils.PER_INSTALLATION_PREFS_SUPPORTED) {
     return;
   }
   const transitionPerformedPref = "app.update.background.rolledout";
   if (Services.prefs.getBoolPref(transitionPerformedPref, false)) {
     // writeUpdateConfigSetting serializes access to the config file. Because
     // of this, we can safely return here without worrying about another call
     // to this function that might still be in progress.
     return;
   }
   Services.prefs.setBoolPref(transitionPerformedPref, true);

Задан Piotr 5 месяцев назад

Последний ответ от zeroknight 5 месяцев назад

Domain Guessing

With the latest update domain guessing is no longer working. I like just typing the name of the website and having Firefox add the prefix (https) and suffix (.com, org, e… (читать ещё)

With the latest update domain guessing is no longer working. I like just typing the name of the website and having Firefox add the prefix (https) and suffix (.com, org, etc. so I can move aorund the web just a little faster. The setting I used to turn it on is no longer in the about:config menu. Is there a way to get this back? For example, I was able to type in Amazon and the amazon.com website would automatically open in the tab. Now I get this

Задан Gentle Jag 5 месяцев назад

Последний ответ от cor-el 5 месяцев назад

User Interface

FIrefox previously would list my favorite quick reference tabs in any open window. Now I have to open a new window or tab to get this option. Classic example of upgrade… (читать ещё)

FIrefox previously would list my favorite quick reference tabs in any open window. Now I have to open a new window or tab to get this option. Classic example of upgrades removing convenient features. Is this a setting that I cannot find?

Задан kastenr 5 месяцев назад

Последний ответ от cor-el 5 месяцев назад

Why after last update I cannot play/pause video with spacebar after alt+tab to firefox? and some other things

It always worked, i just alt+tab to firefox, quick spacebar and youtube video paused until few days ago, now i need to specificaly click on the video in order for it to w… (читать ещё)

It always worked, i just alt+tab to firefox, quick spacebar and youtube video paused until few days ago, now i need to specificaly click on the video in order for it to work, other buttons work, other video websites like netflix dont have any problem. I remember new update tab opened. Why do you have to break everything? Don't know how long that show all tabs button is up there but I tried couple times to remove it and its impossible, why URL bar is also search bar? Why? everyone can but search bar whenever we want, even right next to it, who thinks of this bullshit? Instead of being user friendly you put useless shit into it making it work like a my 16 bit PC when people expect it to run smoothly and quickly.

Задан Kacper 5 месяцев назад

Последний ответ от zeroknight 5 месяцев назад

Set New Tab to open a local file

I want set my new tab page to open a local file. The same local file is also used for my home page. Until recently, I used the new tab extension to do this, however that… (читать ещё)

I want set my new tab page to open a local file. The same local file is also used for my home page. Until recently, I used the new tab extension to do this, however that stopped working.

There are many existing posts out there regarding this, so it seems it is a desired feature. However, none of the posts are applicable to the latest configuration 119.0 (October 2023).

Is there a way to force the new tab to open a local file? Or open the home page (which is also a local file)?

Windows 11 Pro, Firefox 119.0 (64-bit)

Задан jgreg808 5 месяцев назад

Последний ответ от cor-el 5 месяцев назад

Is there a way to revert a recent change to how arrow keys work in the URL bar?

When pressing the up arrow key with text in the URL bar, the bottom suggestion is selected, rather than returning the text cursor to the beginning. It used to place the i… (читать ещё)

When pressing the up arrow key with text in the URL bar, the bottom suggestion is selected, rather than returning the text cursor to the beginning. It used to place the insertion point at the very beginning of whatever text was in there, and then another up arrow press would select the bottom suggestion, but now it instantly wraps to the very bottom selection. It's quite frustrating when trying to modify a search query - now you either have to hold the left arrow key, or accurately click with the mouse

For instance, say I type "cloud" in the URL box, but figure "storm cloud" would be a better search. I can't just press the up arrow to add "storm ", because pressing the up arrow once now just replaces the entire line of text with "https://soundcloud.com/", completely ruining my search. I'm pretty sure this was recently changed with an update. Is there any hope of changing it back?

Задан BunnyHelp 5 месяцев назад

Последний ответ от zeroknight 5 месяцев назад

Home Page

In Chrome I was able to have a home page as well as a first-up page. So, for my first-up page, I had Proton Mail for my email. Then, for my home page I had the New York T… (читать ещё)

In Chrome I was able to have a home page as well as a first-up page. So, for my first-up page, I had Proton Mail for my email. Then, for my home page I had the New York Times. I'd like to be able to do the same here with Firefox, if possible.

Thanks.

Задан pb4072 5 месяцев назад

Последний ответ от Paul 5 месяцев назад

Extensions/Toolbar

After the 119.0 Update, the Extension Button and Panel does not allow for access directly from the toolbar--the downloaded extensions (like AdBlock, Clock) are not able t… (читать ещё)

After the 119.0 Update, the Extension Button and Panel does not allow for access directly from the toolbar--the downloaded extensions (like AdBlock, Clock) are not able to be placed on the Toolbar per the Puzzle Icon to Pin to Toolbar

Задан jcrobles 5 месяцев назад

Последний ответ от cor-el 5 месяцев назад

I added your add-ons and can no longer access Facebook

When i updated Firefox just now it offered several recommended security add-ons. I added a few of them. But now I can't access Facebook. I disabled them one at a time and… (читать ещё)

When i updated Firefox just now it offered several recommended security add-ons. I added a few of them. But now I can't access Facebook. I disabled them one at a time and still cannot get in. What do I do now?

Задан Joe Farrelly 5 месяцев назад

Последний ответ от Terry 5 месяцев назад

Credit Card Nicknames

As a user, when creating and using a saved credit card, I'd like the opportunity to provide it a nickname. This would make it easier to distinguish if multiple cards are… (читать ещё)

As a user, when creating and using a saved credit card, I'd like the opportunity to provide it a nickname. This would make it easier to distinguish if multiple cards are saved. This doesn't seem to be available.

Задан d.angeles84 5 месяцев назад

Последний ответ от Paul 5 месяцев назад