将Windows应用程序转发到Linux
我正在寻求实现一种将 Windows 应用程序转发到 Linux 机器的解决方案。 XMing 会让我做相反的事情 - 即:将 Linux 应用程序转发到 Windows 机器。
RDP 的维基百科文章声称支持类似的功能,但我在 API 中找不到任何内容。
为了避免混淆,我不打算共享整个桌面。如果您有 2 个应用程序在 Windows 主机上运行,我希望 Linux 客户端能够查看这两个应用程序并与之交互,无论它们在 Windows 主机上是最小化还是重叠。
任何指向现有开源软件的指针也将不胜感激!
I'm looking to implement a solution to forward Windows applications to a Linux box.
XMing will let me do the reverse - ie: forward Linux applications to a Windows box.
The wikipedia article for RDP claims that something like this is supported but I couldn't find anything in the API.
To avoid confusion, I am not looking to share the entire desktop. If you have 2 applications running on a Windows host, I'd like the Linux client to be able to see and interact with both applications irrespective of whether they are minimized or overlapping on the Windows host.
Any pointers to existing open source software would also be much appreciated!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您应该查看 SeamlessRDP (http://www.cendio.com/seamlessrdp/) 和 rdesktop (www.rdesktop.org)
有关如何一起使用它们的指南
http://www.linux.com/archive/feature/124908
我认为这应该也转到超级用户端。
I think you should check out seamlessRDP (http://www.cendio.com/seamlessrdp/) and rdesktop (www.rdesktop.org)
Guide on how to use them together
http://www.linux.com/archive/feature/124908
I think this should go to the superuser side too.