Thinstation / thinstation

A framework for making thin and light Linux based images for x86 based machines and thinclients.
https://www.thinstation.net/
778 stars 188 forks source link

Chrome starting fullscreen #765

Closed ssteinz closed 1 year ago

ssteinz commented 1 year ago

Hey,

I got a question. When we start a chrome session on thinstation it always starts with the fullscreen flag. It creates a desktop icon with "pkg fullscreen Chrome "http://VM-NC-01/dashboard/room/2" "

SESSION_1_TITLE=test SESSION_1_TYPE=chrome SESSION_1_AUTOSTART=On SESSION_1_ICON=On SESSION_1_FULLSCREEN=Off SESSION_1_CHROME_SERVER=http://VM-NC-01/dashboard/room/2

Can we force Chrome to start windowed mode? That it will start with "PKG window Chrome "http://VM-NC-01/dashboard/room/2" "

Doncuppjr commented 1 year ago

When you autostart a session, TS uses the global command to launch. For Chrome, that is fullscreen. You can edit here.

https://github.com/Thinstation/thinstation/blob/6.2-Stable/ts/build/packages/chrome/etc/cmd/chrome.global

On Monday, February 20, 2023 at 02:07:24 AM PST, ssteinz @.***> wrote:

Hey,

I got a question. When we start a chrome session on thinstation it always starts with the fullscreen flag. It creates a desktop icon with "pkg fullscreen Chrome "http://VM-NC-01/dashboard/room/2" "

SESSION_1_TITLE=test SESSION_1_TYPE=chrome SESSION_1_AUTOSTART=On SESSION_1_ICON=On SESSION_1_FULLSCREEN=Off SESSION_1_CHROME_SERVER=http://VM-NC-01/dashboard/room/2

Can we force Chrome to start windowed mode? That it will start with "PKG window Chrome "http://VM-NC-01/dashboard/room/2" "

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

ssteinz commented 1 year ago

Thanks I will look into it