On Fri, Jan 7, 2022 at 12:23 PM International Security Providers <internationalsecurityprovid...@protonmail.com.invalid> wrote:
> hey everyone > > when I minimize an app which is launched using the "remote-app" with RDP. > I cannot get it back easily.. > is there any solution to fix this? like a little button which just reverts > the apps or any way to just disable minimizing apps completely on windows? > > You're definitely not the first person to come across this, and it is easily reproducible. I've spent some time trying to find a good solution and have come up empty so far. The biggest challenge with regard to how Guacamole handles this is that RemoteApp support tends to assume that the local (client) window manager controls will be hidden and the remote (server) controls will be used to handle sizing and control of the actual application window. In a browser-based world, this isn't necessarily as straight-forward as it is in a more traditional RDP client -> RDP server world. There still seems to be some level of signaling between the RDP client and server, since minimizing a RemoteApp does result in the local window manager recognizing it as minimized, and clicking on it on the local taskbar restores it correctly. All that said, it seems like there probably is a way to handle it, but it's a matter of coming up with a good way in Guacamole to accomplish that signaling between the browser and the remote application, via guacd. Possible, but not necessarily easy. -Nick