google-chrome: make start at full screen?

Moderators: 666philb, Forum moderators

Post Reply
boof
Posts: 519
Joined: Sat Aug 15, 2020 9:17 am
Been thanked: 6 times

google-chrome: make start at full screen?

Post by boof »

it would help,

google-chrome --help gives

there's no ,manual entry to google-chrome.bin.

looked at file, don't understand it.
Super key + <up arrow> or ALT + S, which i can put on the command line
IFF i'm told the syntax.

dancytron
Posts: 656
Joined: Fri Dec 13, 2019 6:26 pm
Has thanked: 425 times
Been thanked: 191 times

Re: google-chrome: make start at full screen?

Post by dancytron »

Chrome/chromium has a ton of command line switches.

Try

Code: Select all

--start-maximized

or

Code: Select all

--start-fullscreen

See these pages for more command line switches.

https://www.ghacks.net/2013/10/06/list- ... -switches/

https://peter.sh/experiments/chromium-c ... fullscreen

boof
Posts: 519
Joined: Sat Aug 15, 2020 9:17 am
Been thanked: 6 times

Re: google-chrome: make start at full screen?

Post by boof »

thank you, that's what i needed.

User avatar
mikewalsh
Moderator
Posts: 5651
Joined: Tue Dec 03, 2019 1:40 pm
Location: King's Lynn, UK
Has thanked: 596 times
Been thanked: 1734 times

Re: google-chrome: make start at full screen?

Post by mikewalsh »

@dancytron :-

Ah, cheers for those, Dan. I couldn't for the life of me remember them.....despite looking in Peter Beverloo's list.

I must be slipping....! :lol:

Mike. ;)

Puppy "stuff" ~ MORE Puppy "stuff" ~ ....and MORE! :D
_______________________________________________________

Image

boof
Posts: 519
Joined: Sat Aug 15, 2020 9:17 am
Been thanked: 6 times

Re: google-chrome: make start at full screen?

Post by boof »

sorry, but not quite what i wanted. i'm watching https://10play.com.au/Bold/ and the viewing window is still small. there's an icom on screen which i havebto click to expand the picture window. it's that process, <F11,>, i want to put into the command line, but i don't know how.
thx.

boof
Posts: 519
Joined: Sat Aug 15, 2020 9:17 am
Been thanked: 6 times

Re: google-chrome: make start at full screen?

Post by boof »

sorry, but not the solution I need.

included are 3 files
the source code for the whole page, the source code for its contrnt window and a pic of both in normal state'
see https;//files.io/uBhjYSOIJ6Jn

towards the lower right of the comtent window there is a small white rectangle with marks in the corners. If it is clicked, the content window fills the screen.

what I want is to automate clicking that box from the command line.
pressing <F11> only allows that picture to fill the screen, as do both --start-fullscreen and --start-maximized

I want the content window maximized.
tks

dancytron
Posts: 656
Joined: Fri Dec 13, 2019 6:26 pm
Has thanked: 425 times
Been thanked: 191 times

Re: google-chrome: make start at full screen?

Post by dancytron »

I don't think the browser controls that. I think that's the webpage itself.

I don't know how you'd do that...

User avatar
mikewalsh
Moderator
Posts: 5651
Joined: Tue Dec 03, 2019 1:40 pm
Location: King's Lynn, UK
Has thanked: 596 times
Been thanked: 1734 times

Re: google-chrome: make start at full screen?

Post by mikewalsh »

@boof :-

I'm afraid that, versatile as our Puppy is, there ARE limits to what miracles even she can perform. As Dan says, I don't think you CAN make Puppy automate the actual webpage HTML code. Not from a bash script, and not without learning a lot more code than I can process....

That "source code" you talk about will be executed by the server that the website itself runs on. It's not accessible from Puppy.

Would it REALLY hurt you to click on a button or two??

Mike. :|

Puppy "stuff" ~ MORE Puppy "stuff" ~ ....and MORE! :D
_______________________________________________________

Image

geo_c
Posts: 2554
Joined: Fri Jul 31, 2020 3:37 am
Has thanked: 1839 times
Been thanked: 727 times

Re: google-chrome: make start at full screen?

Post by geo_c »

mikewalsh wrote: Sat Feb 04, 2023 10:23 pm

Would it REALLY hurt you to click on a button or two??
Mike. :|

What, are you trying to discourage innovation or something? :D

If it were me, I know that telling me it's not possible would just make me try all that much harder.

geo_c
Old School Hipster, and Such

boof
Posts: 519
Joined: Sat Aug 15, 2020 9:17 am
Been thanked: 6 times

Re: google-chrome: make start at full screen?

Post by boof »

i accept if it can't be done, it just means i'll have to be watching when it turns on. i may remove the fullscreen option, because it seems to block starting on the home screen. pernaps i just need --start-http://~ on another line or as a following 2nd option after it?

boof
Posts: 519
Joined: Sat Aug 15, 2020 9:17 am
Been thanked: 6 times

Re: google-chrome: make start at full screen?

Post by boof »

just a thought:
can i edit and save the page and window html, then call it to run the video? what do i need to chang, pls?

Burunduk
Posts: 245
Joined: Thu Jun 16, 2022 6:16 pm
Has thanked: 6 times
Been thanked: 123 times

Re: google-chrome: make start at full screen?

Post by Burunduk »

Does that fullscreen button appear in the same place all the time? If yes, you could probably automate clicking it with one of the chrome macro recording extensions. I don't use chrome but a similar firefox extension seems to work (tested it on this site to open a specified sub-forum). Maybe even xdotool can be used for this task.

Post Reply

Return to “Fossapup64”