关于“最小化”的行为如果使用远程应用,则使用鳄梨调味酱

发布于 2025-02-01 09:33:38 字数 1194 浏览 1 评论 0原文

我们正在使用鳄梨调味酱开发使用RDP的应用程序。我们使用以下GitHub存储库中的代码进行了POC:

https://github.com/wwt/guac https://github.com/wwt/guac-vue

配置详细信息是:

  • Windows Server 2016 RDP服务在这里运行。

通过此设置,我们可以远程远程访问应用程序,但是,“最小化”动作的行为并不是我们预期的。也就是说,当我们按“最小化”按钮并显示黑屏时,远程应用窗口会消失。 我们可以通过按“ Alt+Tab”组合来返回该应用进一步的行动。 (如下所示。)

有人遇到过这样的情况并能够满足需求吗?任何帮助将不胜感激。 我们遇到 this 这个线程讨论类似的线程问题,但没有解决方案。 我们还探索了 guacamole的官方文件,但没有运气。 提前致谢!

We are using Guacamole for developing an application with RDP. We did POC using code from the following GitHub repositories:

https://github.com/wwt/guac
https://github.com/wwt/guac-vue

Configuration details are:

  • Windows Server 2016. RDP service is running here.

With this setup, we could successfully access the application remotely, however, the "minimize" action is not behaving as we expected. That is, the remote app window vanishes when we press the "minimize" button and a black screen is shown.
enter image description here
We could get back to the app by pressing 'Alt+Tab' combination but what we are expecting here is that the app getting placed at the bottom of the window showing three buttons: "Minimize, Restore and Close", so that we can take the further action. (As shown below.)
enter image description here

Has someone come across such a scenario and was able to address the need? Any help will be highly appreciated.
We came across this thread that talks about a similar problem but it doesn't have a solution.
We also explored official documentation of guacamole but had no luck.
Thanks in advance!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

秋意浓 2025-02-08 09:33:38

我相信您正在使用RemoteApp机制启动应用程序。 RemoteApp意味着将启动与本地计算机桌面集成的远程应用程序。本地计算机桌面或更好的窗口管理器将处理最小化操作。

对于鳄梨调味酱,“本地计算机桌面”是浏览器窗口,没有窗口管理器。这意味着当最小化时,没有应用程序可以使用。

您可以尝试使用鳄梨调味酱参数“初始程序”,而不是“远程应用”。该参数将在建立连接时立即启动该应用程序,但是会话还将从远程计算机上提供完整的桌面。

I believe you are starting the application using RemoteApp mechanism. The RemoteApp means that the remote application will be started integrated with the local computer desktop. The local computer desktop, or better window manager, will handle the minimise action.

In case of the Guacamole, the "local computer desktop" is the browser window, which does not have window manager. This means that there is no place for app to go when minimised.

You may try the Guacamole parameter "initial-program" instead of "remote-app". This parameter will launch the application immediately upon the connection is established, but the session will also have full desktop from the remote machine.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文