Page 1 of 1

Open in fullscreen mode

Posted: 2017-11-26, 23:07
by averied
I've installed Pale Moon under Xubuntu 16.04

Is there any command line parameter to open Pale Moon in fullscreen mode?

for example: "palemoon -fullscreen www.myweb.com"

Re: Open in fullscreen mode

Posted: 2017-11-27, 01:10
by Walter Dnes
There's a roundabout way of doing it. It relies on the fact that a profile will open with the same width+height as when it was last closed. So...
  1. Open the profile manager from a teminal with the command palemoon -no-remote -p
    Select the option to create a new profile. Call it "full".
    Start the new profile "full", hit {F11} to make it fullscreen, and then {ALT}{F4} to exit it
    You can how start it from a terminal; e.g. palemoon -no-remote -p full cnn.com
The navigation URL bar will show up for a few seconds, then disappear once the page is loaded. If you temporarily want the menus, move the mouse pointer to the top edge of the screen. The menus will disappear when you move the mouse pointer away from the edge.