Re: [Spice-devel] How to solve:PulseAudio requested but not found

2014-12-23 Thread Lindsay Mathieson
On Wed, 24 Dec 2014 09:36:07 AM 密 wrote: > Excuse me! > How to solve, configure: error: PulseAudio requested but not found > > PulseAudio Have downloaded。 You need the pa dev packages. -- Lindsay signature.asc Description: This is a digitally signed message part. __

[Spice-devel] How to solve:gtk-osx-build-setup.sh: line 1: syntax error near unexpected token `newline'

2014-12-23 Thread
Excuse me, :‍ gtk-osx-build-setup.sh: line 1: syntax error near unexpected token `newline' How to solve?‍‍___ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice-devel

[Spice-devel] How to solve:PulseAudio requested but not found

2014-12-23 Thread
Excuse me!‍ How to solve, configure: error: PulseAudio requested but not found‍‍ PulseAudio ‍Have downloaded。‍___ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice-devel

Re: [Spice-devel] RFC - Direct smart card support in libcacard/spice-gtk

2014-12-23 Thread Jeremy White
I am hoping to ask: 1. Does this basic approach seem reasonable? I think VCardEmulType VCARD_EMUL_PASSTHRU was supposed to be used for this case, although the current code doesn't make it straightforward to add that, as it initializes nss in vcard_emul_init. It should be possible to change

Re: [Spice-devel] RFC - Direct smart card support in libcacard/spice-gtk

2014-12-23 Thread Marc-André Lureau
Hi On Tue, Dec 23, 2014 at 9:49 PM, Jeremy White wrote: > Hi folks, > > I've been working a lot with smartcards for Xspice. > > As I've done this, I've come to understand that the Spice client doesn't > actually send the physical smartcard data across; instead it sends > virtualized smartcard apd

[Spice-devel] RFC - Direct smart card support in libcacard/spice-gtk

2014-12-23 Thread Jeremy White
Hi folks, I've been working a lot with smartcards for Xspice. As I've done this, I've come to understand that the Spice client doesn't actually send the physical smartcard data across; instead it sends virtualized smartcard apdus, using PK11 information it gets from libnss. After some discus

Re: [Spice-devel] [PATCH] Cleanup: move static function declarations out of header

2014-12-23 Thread Christophe Fergeau
ACK. On Tue, Dec 23, 2014 at 09:34:52AM -0600, Jonathon Jongsma wrote: > It doesn't make much sense to have static function declarations in a > header, even a private header. So move them down into the source file. > --- > server/reds-private.h | 4 > server/reds.c | 4 > 2 file

Re: [Spice-devel] [PATCH] Cleanup: move static function declarations out of header

2014-12-23 Thread Marc-André Lureau
- Original Message - > It doesn't make much sense to have static function declarations in a > header, even a private header. So move them down into the source file. indeed, ACK > --- > server/reds-private.h | 4 > server/reds.c | 4 > 2 files changed, 4 insertions(+),

Re: [Spice-devel] multiple users and xspice

2014-12-23 Thread Rob Verduijn
Hello again, I managed to get the spice-html5 working ;-) Sadly the changes and scripting to create what I want is a bit of a challenge for me, but the real downer is that it would be a custom implementation. Maintainability will be a challenge for everybody who gets to manage the system after me

[Spice-devel] [PATCH] Cleanup: move static function declarations out of header

2014-12-23 Thread Jonathon Jongsma
It doesn't make much sense to have static function declarations in a header, even a private header. So move them down into the source file. --- server/reds-private.h | 4 server/reds.c | 4 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/server/reds-private.h b/ser

Re: [Spice-devel] multiple users and xspice

2014-12-23 Thread Jeremy White
On 12/23/2014 07:45 AM, Rob Verduijn wrote: If you are curious about how to get the Xspice seamles to work for a single user Sure; that works. The recipe I was recently using is: yum install xorg-x11-server-Xspice Edit /etc/gdm/custom.conf [xdmcp] Enable=true PingIntervalSeconds=0 ( see

Re: [Spice-devel] multiple users and xspice

2014-12-23 Thread Rob Verduijn
I'll work on better formulating my questions. For now I will have a look into html5spice. See if I can get it to work. Rob 2014-12-23 14:37 GMT+01:00 Jeremy White : > On 12/23/2014 07:20 AM, Rob Verduijn wrote: > >> Like I said in my first email, I already got Xspice to play along with >> xdmcp

Re: [Spice-devel] multiple users and xspice

2014-12-23 Thread Rob Verduijn
If you are curious about how to get the Xspice seamles to work for a single user Edit /etc/gdm/custom.conf (from the link to vnc setup) [security] AllowRemoteRoot=true DisallowTCP=false [xdmcp] Enable=true MaxSessions=30 Install the Xspice package on fedora its : xorg-x11-server-Xspice.x86_64 se

Re: [Spice-devel] multiple users and xspice

2014-12-23 Thread Jeremy White
On 12/23/2014 07:20 AM, Rob Verduijn wrote: Like I said in my first email, I already got Xspice to play along with xdmcp. And when connecting to the server using virt-viewer I get a nice desktop. Now what I do not have is more than 1 concurrent user. Also preventing the second user from hijacki

Re: [Spice-devel] multiple users and xspice

2014-12-23 Thread Rob Verduijn
Like I said in my first email, I already got Xspice to play along with xdmcp. And when connecting to the server using virt-viewer I get a nice desktop. Now what I do not have is more than 1 concurrent user. Also preventing the second user from hijacking the session from the first user is an issue.

Re: [Spice-devel] multiple users and xspice

2014-12-23 Thread Jeremy White
On 12/23/2014 03:30 AM, Rob Verduijn wrote: Hello all, I'm wondering if it is possible to get Xspice to work for multiple concurrent users. Currently I got it to work with xdmcp to start up a spice-desktop session. However when the second user logs in the session will be taken over by that u

[Spice-devel] multiple users and xspice

2014-12-23 Thread Rob Verduijn
Hello all, I'm wondering if it is possible to get Xspice to work for multiple concurrent users. Currently I got it to work with xdmcp to start up a spice-desktop session. However when the second user logs in the session will be taken over by that user. Is it possible to get this to work with Xsp

[Spice-devel] (no subject)

2014-12-23 Thread
Excuse me, :‍ gtk-osx-build-setup.sh: line 1: syntax error near unexpected token `newline' How to solve?‍ ‍___ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice-devel