Този сайт ще има ограничена функционалност, докато се извършва тече неговата поддръжка. Ако дадена статия не може реши проблема ви и искате да зададете въпрос, нашата общност е готова да ви помогне на @firefox в Twitter и /r/firefox в Reddit.

Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Научете повече

When I go to open firefox it shows up on my tool bar but not on my screen where is it?

  • 2 отговора
  • 6 имат този проблем
  • 2 изгледи
  • Последен отговор от koichi.kitazumi

more options

It feels like it's opening up in another screen in a dual screen situation...but I'm only only my laptop with the one screen.

It feels like it's opening up in another screen in a dual screen situation...but I'm only only my laptop with the one screen.

Избрано решение

It's possible that the window is "off screen".

If you make the Firefox tile active on the task bar and press this key combination, does it maximize into view?

Alt+Spacebar > x

(To clarify, that's Alt+Spacebar to open the window control menu, then the letter x to maximize the window.)

If that works, try this:

(1) Copy the following line of code to the clipboard:

newwin=window.open(window.location.href);newwin.moveTo(0,0);

(2) In the maximized window, press Ctrl+Shift+k to open the web console.

(3) Press Ctrl+v to paste the line of code next to the caret (>) then press Enter to run it. A new copy of that page should open in a window positioned at the top left of the screen.

(4) Switch back to the maximized window and close it first, before doing anything in the new window.

If you can't maximize Firefox, you can rename or delete the settings file that stores the last window position.

(1) Open your currently active Firefox settings folder (AKA Firefox profile folder).

From the Start menu, paste this into the search box and press Enter:

%APPDATA%\Mozilla\Firefox\Profiles

You may only have one folder, but if you have multiple folders, look for the most recent. Click into your profile folder.

(2) Switch back to Firefox and Exit completely.

(3) Wait a few moments for Firefox to finish updating files in your profile folder, then rename localstore.rdf to something else, like localstore-bad.rdf or localstore.old. Alternately, you can delete the file.

(4) You're done with your profile folder and you can restart Firefox now.

Any luck?

Прочетете този отговор в контекста 👍 1

Всички отговори (2)

more options

Избрано решение

It's possible that the window is "off screen".

If you make the Firefox tile active on the task bar and press this key combination, does it maximize into view?

Alt+Spacebar > x

(To clarify, that's Alt+Spacebar to open the window control menu, then the letter x to maximize the window.)

If that works, try this:

(1) Copy the following line of code to the clipboard:

newwin=window.open(window.location.href);newwin.moveTo(0,0);

(2) In the maximized window, press Ctrl+Shift+k to open the web console.

(3) Press Ctrl+v to paste the line of code next to the caret (>) then press Enter to run it. A new copy of that page should open in a window positioned at the top left of the screen.

(4) Switch back to the maximized window and close it first, before doing anything in the new window.

If you can't maximize Firefox, you can rename or delete the settings file that stores the last window position.

(1) Open your currently active Firefox settings folder (AKA Firefox profile folder).

From the Start menu, paste this into the search box and press Enter:

%APPDATA%\Mozilla\Firefox\Profiles

You may only have one folder, but if you have multiple folders, look for the most recent. Click into your profile folder.

(2) Switch back to Firefox and Exit completely.

(3) Wait a few moments for Firefox to finish updating files in your profile folder, then rename localstore.rdf to something else, like localstore-bad.rdf or localstore.old. Alternately, you can delete the file.

(4) You're done with your profile folder and you can restart Firefox now.

Any luck?

Променено на от jscher2000 - Support Volunteer

more options

Oh man! thanks Jscher! that totally worked. All I was missing was the "alt-spacebar" trick. That brought up the command menu and then I clicked on "move" and held the left arrow button till window appeared in the main screen. From there I renamed the profile file. All is well now. Thank you!!