Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connect to single application #277

Closed
RajeshHegde opened this issue Jul 14, 2013 · 4 comments
Closed

Connect to single application #277

RajeshHegde opened this issue Jul 14, 2013 · 4 comments
Labels

Comments

@RajeshHegde
Copy link

Hello guys, is it possible to connect to single application using noVNC. It should not bring whole desktop, only the specified application should launch in each session.

@astrand
Copy link

astrand commented Jul 15, 2013

The VNC protocol does not support full "seamless windows" (ie multiple client side windows matching remote windows). However, if you can accept that all remote application windows are inside one single client side window, then it is possible. For best experience, you want to use a VNC viewer that can dynamically resize the session when changing the local window. The base noVNC does not support this yet, but there's a pull request that adds this functionaltity: #271

Also, things must be correctly setup on the server side. Don't know about Windows server. On Linux, you will need to run a window manager which is configured for this purpose. In our ThinLinc product, we are shipping OpenBox with a suitable configuration.

@RajeshHegde
Copy link
Author

Actually I'm looking for something like Ulteo Application mode using noVNC. Currently I'm using ThinLinc but as far as I know it does not allow to the application in single shot. We need to choose from the profile. Can we modify noVNC to wrap around "rdesktop -S" command in linux. rdesktop -S will produce x11 window of single application. but I don't know how to capture the output of the command.

@RajeshHegde
Copy link
Author

You said "if you can accept that all remote application windows are inside one single client side window, then it is possible.". May I know how to do it.

@astrand
Copy link

astrand commented Jul 15, 2013

Wrt noVNC, the only thing you need is the support for dynamic session resize, ie pull request #271 . This functionality will be in ThinLinc 4.2. You can contact us at support@cendio.com is you want an updated tlwebaccess package to be used with 4.1.

On the server side, you can run "rdesktop -S -f" as you say. (In ThinLinc, you can create a new profile which runs : tl-run-winapp -f notepad.exe).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants