GoogleCloudPlatform / iap-desktop

IAP Desktop is a Windows application that provides zero-trust Remote Desktop and SSH access to Linux and Windows VMs on Google Cloud.
Apache License 2.0
729 stars 166 forks source link

Desktop Size option seems to be missing in the latest version of IAP #1461

Open coreyman opened 2 months ago

coreyman commented 2 months ago

This is an issue for us now. We have users on tiny screens and are needing to use ClientSize instead of AutoAdjust so that they get the scrollbars but the Desktop Size option seems to be missing in the latest version of IAP. Was this intentional? Can we get the option back?

https://github.com/GoogleCloudPlatform/iap-desktop/issues/443

jpassing commented 2 months ago

Yes, I removed the ClientSize option (in 2.40, iirc) as part of the implementation to allow faster RDP full-screen switching, primarily because this option didn't seem to be used much.

Would you prefer bring back the ClientSize option or adding a zoom option (so that you could go to 75%, for example).

coreyman commented 2 months ago

Our users on small screens prefer the ClientSize option. If they used zoom they wouldn't be able to see text as easily. Since it's just an option maybe there can be a warning when enabling or an automatic disable of the option when in full-screen for the faster RDP full-screen switching?