| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
v2:
- move some variables to inner-block as requested by reviewer
|
|
|
|
|
| |
To be compatible with RHEVM, VirtViewerFile hotkey format will use the
Spice Controller format.
|
|
|
|
|
|
|
|
|
| |
Currently the remote viewer windows get the URI as their
title. Provide a --title STRING arg to remote-viewer to
let the user override the title with something more
meaningful to them.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
remote-viewer is currently trying to use
SpiceUsbDeviceManager::auto-connect to control whether USB devices
should be automatically connected or not. However, this property
is more or less an internal spice-gtk property which is toggled
by SpiceGtkSession when the SPICE widget gets/loses focus.
SpiceGtkSession has an "auto-usbredir" property which can be used
by applications to enable/disable automatic usb redirection through
SPICE. Since this property is helpfully bound to
VirtViewerSession::auto-usbredir, use this when the controller
is told to enable/disable USB redirection.
Without this change, automatic USB redirection will always get reenabled
as soon as there's a focus change since SpiceGtkSession::auto-usbredir
defaults to be enabled in spice-gtk.
|
| |
|
|
|
|
|
| |
Signed-off-by: Yonit Halperin <yhalperi@redhat.com>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
|
|
|
| |
The current code only inform of focus state when the listener is ready.
spice-gtk controller code lacks signal when a client connects, but a
client will set the title when connected and send a notify signal.
Use this event to notify of application focus state.
|
| |
|
|
|
|
| |
The RemoveViewer object will have its own ref.
|
|
|
|
| |
'remote-viewer foobar' shouldn't crash
|
|
|
|
|
|
| |
The current code notifies the controller when the remote-viewer
application starts, but not when the client is connected. We should do
the later instead
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Tested with RHEVM 3.0 instance with custom bindings for fullscreen &
ungrab.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Usage is simply "remote-viewer --spice-controller"
|
|
This program is meant for direct URI connections.
ex: remote-viewer vnc://uri
|