4

Whenever I open Firefox it doesn't open as a maximized window, just a rectangle. At first I didn't care but after some use it's been getting annoying and now I'm trying to fix it. I tried following this guide but to no avail.

(Ubuntu 18.04.3 LTS - Firefox 69.0 64-bit)

Zanna
  • 70,465
Sr8120
  • 41
  • There's the R-Kiosk extension and the -fullscreen argument: https://askubuntu.com/questions/36287/how-to-start-firefox-in-fullscreen-mode - BTW I'm not sure that this is the correct link, it's something about a corrupt xul. – Yaron Sep 23 '19 at 06:14
  • 1
    Go to Preferences > General and set Restore previous session. Then when reopening FF will restore what was set when you closed it. – graham Sep 23 '19 at 06:53
  • Here's a way for any GUI application: https://askubuntu.com/a/698663/248158 – DK Bose Sep 23 '19 at 08:25
  • 3
    Strange, because Firefox should remember its last position. For me, it always starts full screen, which is how it was when I last closed it. – vanadium Sep 23 '19 at 08:40

1 Answers1

3

I know it's too late, but maybe for others who look for this, it is helpful.

Based on this link, it's maybe because of resistFingerprinting config.

Just go to about:config search for privacy.resistFingerprinting and change its value to false, then restart firefox.

Ako
  • 181