Re: [Spice-devel] Missing DLL on Windows 64 installer package

2013-06-04 Thread Marc-André Lureau
- Mensaje original - > I downloaded the 64 Bit MSI installer, for windows 8 64. It installs but > there are no entries created in the machine's menus. Also, if you try to run > virtviewer.exe, it fails with a message "libssp-0.dll missing". > How do make this run? Ugh, we have few Window

[Spice-devel] Missing DLL on Windows 64 installer package

2013-06-04 Thread CDR
I downloaded the 64 Bit MSI installer, for windows 8 64. It installs but there are no entries created in the machine's menus. Also, if you try to run virtviewer.exe, it fails with a message "libssp-0.dll missing". How do make this run? Philip Orleans _

Re: [Spice-devel] [spice-gtk 0/5] Add support for looking up connection credentials in a file

2013-06-04 Thread Marc-André Lureau
- Mensaje original - > On Tue, Jun 04, 2013 at 12:18:12PM -0400, Marc-André Lureau wrote: > > > I disagree with this statement (even if this will not be solved by this > > > series). Something that is automatically used by spice-gtk when provided, > > > but which is not as insecure as put

Re: [Spice-devel] [spice-gtk 0/5] Add support for looking up connection credentials in a file

2013-06-04 Thread Christophe Fergeau
On Tue, Jun 04, 2013 at 12:18:12PM -0400, Marc-André Lureau wrote: > > I disagree with this statement (even if this will not be solved by this > > series). Something that is automatically used by spice-gtk when provided, > > but which is not as insecure as putting the password in the URI would be >

Re: [Spice-devel] [spice-gtk 0/5] Add support for looking up connection credentials in a file

2013-06-04 Thread Marc-André Lureau
- Mensaje original - > On Tue, Jun 04, 2013 at 11:16:26AM -0400, Marc-André Lureau wrote: > > Since you can already provide the password via either URI argument or by > > API, there is no need for an additional way in spice-gtk. > > I disagree with this statement (even if this will not b

Re: [Spice-devel] [spice-gtk 0/5] Add support for looking up connection credentials in a file

2013-06-04 Thread Christophe Fergeau
On Tue, Jun 04, 2013 at 11:16:26AM -0400, Marc-André Lureau wrote: > Since you can already provide the password via either URI argument or by > API, there is no need for an additional way in spice-gtk. I disagree with this statement (even if this will not be solved by this series). Something that

Re: [Spice-devel] [spice-gtk 0/5] Add support for looking up connection credentials in a file

2013-06-04 Thread Daniel P. Berrange
On Tue, Jun 04, 2013 at 11:16:26AM -0400, Marc-André Lureau wrote: > > > - Mensaje original - > > On Tue, Jun 04, 2013 at 10:44:45AM -0400, Marc-André Lureau wrote: > > > > This patch series adds support for something similar to what is > > > > described > > > > in http://libvirt.org/aut

[Spice-devel] Windows Guest Tools 0.59

2013-06-04 Thread Christophe Fergeau
Hi, A new release of the SPICE Guest Tools for Windows is now available at http://spice-space.org/download/windows/spice-guest-tools/spice-guest-tools-0.59.exe It contains the latest virtio-win drivers (0.59), as well as spice-vdagent 0.7.1. The QXL driver is unchanged. The release is signed with

Re: [Spice-devel] [spice-gtk 0/5] Add support for looking up connection credentials in a file

2013-06-04 Thread Marc-André Lureau
- Mensaje original - > On Tue, Jun 04, 2013 at 10:44:45AM -0400, Marc-André Lureau wrote: > > > This patch series adds support for something similar to what is described > > > in http://libvirt.org/auth.html: when a password is needed but it hasn't > > > been provided, we search for a fil

Re: [Spice-devel] [spice-gtk 0/5] Add support for looking up connection credentials in a file

2013-06-04 Thread Christophe Fergeau
On Tue, Jun 04, 2013 at 10:44:45AM -0400, Marc-André Lureau wrote: > > > - Mensaje original - > > Hey, > > > > This patch series adds support for something similar to what is described > > in http://libvirt.org/auth.html: when a password is needed but it hasn't > > been provided, we sear

Re: [Spice-devel] [spice-gtk 0/5] Add support for looking up connection credentials in a file

2013-06-04 Thread Marc-André Lureau
- Mensaje original - > Hey, > > This patch series adds support for something similar to what is described > in http://libvirt.org/auth.html: when a password is needed but it hasn't > been provided, we search for a file containing the auth info. It can be > specified through an environmen

[Spice-devel] [spice-gtk 5/5] Use credentials from config file

2013-06-04 Thread Christophe Fergeau
When a ticket is needed to during a connection to a SPICE channel, if there is no ticket set in the current SPICE session, we can now use the SpiceAuthFile class to lookup credentials for the connection stored in a config file, as described on http://libvirt.org/auth.html --- gtk/spice-channel.c

[Spice-devel] [spice-gtk 4/5] Add SpiceAuthFile class

2013-06-04 Thread Christophe Fergeau
This class can parse the configuration file format described at http://libvirt.org/auth.html to get SPICE authentication information. This uses 'spice' as the service name for the auth-$SERVICE-$HOSTNAME groups. --- Makefile.am| 2 +- configure.ac

[Spice-devel] [spice-gtk 1/5] Fix typo in debug log

2013-06-04 Thread Christophe Fergeau
--- gtk/spice-channel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/spice-channel.c b/gtk/spice-channel.c index 0a32d6c..74a02fb 100644 --- a/gtk/spice-channel.c +++ b/gtk/spice-channel.c @@ -1497,7 +1497,7 @@ restart: if (c->has_error) goto error; -

[Spice-devel] [spice-gtk 3/5] Add SpiceSession::auth-file

2013-06-04 Thread Christophe Fergeau
This property is parsed from the 'authfile' parameter in SPICE URI, and points to a file containing credentials to use when establishing the SPICE connection, see http://libvirt.org/auth.html --- gtk/spice-session-priv.h | 2 ++ gtk/spice-session.c | 44 ++

[Spice-devel] [spice-gtk 2/5] session: Lookup URI query part before path part

2013-06-04 Thread Christophe Fergeau
When parsing an URI, spice_uri_parse currently first looks up for '/' to detect the 'path' part of the URI (http://foo.example.com/some/path) and then the query part (starting with '&' is looked up). However, this does not work as expected when the host name is not followed by a path, but the query

[Spice-devel] [spice-gtk 0/5] Add support for looking up connection credentials in a file

2013-06-04 Thread Christophe Fergeau
Hey, This patch series adds support for something similar to what is described in http://libvirt.org/auth.html: when a password is needed but it hasn't been provided, we search for a file containing the auth info. It can be specified through an environment variable, in the SPICE URI, then it's loo

Re: [Spice-devel] Status of USB redirection

2013-06-04 Thread Han Pilmeyer
On 04/06/2013 14:59, Hans de Goede wrote: Hi, On 06/04/2013 02:27 PM, Han Pilmeyer wrote: Perhaps the default for the USB controller in virt-manager should be changed from "default" to "USB 2"? Yes, good idea, can you please file an RFE for this? Yes, will do. ___

Re: [Spice-devel] Status of USB redirection

2013-06-04 Thread Hans de Goede
Hi, On 06/04/2013 02:27 PM, Han Pilmeyer wrote: Hoi Hans, On 03/06/2013 13:42, Hans de Goede wrote: * How do I setup redirection (or I need just the spice connection) ? In virt-manager make sure you're using a spice connection, that the usb-controller model is set to "Usb 2" and then add a

Re: [Spice-devel] Status of USB redirection

2013-06-04 Thread Han Pilmeyer
Hoi Hans, On 03/06/2013 13:42, Hans de Goede wrote: * How do I setup redirection (or I need just the spice connection) ? In virt-manager make sure you're using a spice connection, that the usb-controller model is set to "Usb 2" and then add a number of USB Redirection devices, (up to 4, havi

Re: [Spice-devel] German keymap in Windows 7

2013-06-04 Thread Marc-André Lureau
- Mensaje original - > On Mon, Jun 03, 2013 at 07:29:23AM -1000, INVITU wrote: > > > > > > > http-equiv="Content-Type"> > > > > > > Hello > > > > Alt-Gr combinations do dot work with french keymap : ~#{[|^@]} > > This is likely fixed by > http://cgit

Re: [Spice-devel] Status of USB redirection

2013-06-04 Thread Alexander Todorov
На 3.06.2013 23:42, Fabio Fantoni написа: * Can SPICE and the USB redir code work on bare-metal or non KVM virtual machines ? No (not atm, and unlikely to change soon) Work also on xen, used for one year on test system without problem. I'll do the xl patch probably for xen 4.4. Hi Fabio,

Re: [Spice-devel] Spicy keyboard shortcuts.

2013-06-04 Thread Christophe Fergeau
On Mon, Jun 03, 2013 at 05:07:25PM +0100, Chris Bull wrote: > Hi, > > With the spicy client, there is an ability to press LShift + Ctrl + F12 to > break out of full screen. spicy is not a SPICE client, it's just a test program for the spice-gtk library, remote-viewer (part of the virt-viewer pack

Re: [Spice-devel] German keymap in Windows 7

2013-06-04 Thread Christophe Fergeau
On Mon, Jun 03, 2013 at 07:29:23AM -1000, INVITU wrote: > > >http-equiv="Content-Type"> > > > Hello > > Alt-Gr combinations do dot work with french keymap : ~#{[|^@]} This is likely fixed by http://cgit.freedesktop.org/spice/spice-gtk/commit/?id=6e180217428ff