Hi
We are using thinlinc-server-4.17.0-3647 on a SLES 15.4 server.
The customers iPads are preconfigured with a profile containing a Safari webClip opening up the initial login page in full screen mode successfully.
Q1)
Are there a way to keep that in full screen when redirected from login page to desktop (server side config)?
Searched and found some hints about Safari loosing full screen when redirected (if the server side didn’t make things I didn’t understand).
Q2)
Can the desktop size be fixed and preventing ThinLinc WebAccess from resizing the desktop?
I don’t get the correct desktop resolution on iPad and want to be able to use a laptop running Firefox and get same size.
Used ChatGPT that suggested me to change ui.js end other settings in ThinLinc, that I didn’t get to work.
Better go to the source and ask
You might be able to use the /vsmagent/xserver_args parameter to force a fixed resolution for ThinLinc sessions:
The arguments provided here will be passed on verbatim to Xvnc, so anything which can be used with Xvnc is valid. Xvnc supports a -geometry option which you could perhaps use here to achieve what you’re after.
Yeah, unfortunately there is no good way to get full screen right now. The reason it hasn’t been added yet is that we’ve seen issues with keyboard input in full screen, especially on Apple platforms.
I’m not entirely sure about the current state of things on iPadOS, but historically all other browsers have simply been skinned interfaces on top of Safari. I know there were plans to get “real” Firefox and “real” Chrome, but I’m not sure where we are on that topic.