---
scripts/Xspice | 10 --
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/scripts/Xspice b/scripts/Xspice
index be87c08..9b82bfe 100755
--- a/scripts/Xspice
+++ b/scripts/Xspice
@@ -162,9 +162,15 @@ def cleanup(*args):
if os.path.exists(f):
os.remove(f
---
scripts/Xspice | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/Xspice b/scripts/Xspice
index 9b82bfe..b1528f9 100755
--- a/scripts/Xspice
+++ b/scripts/Xspice
@@ -278,6 +278,7 @@ if args.vdagent_enabled:
for f in [vdagentd_uds, args.vdagent_virtio_path,
args.vdagent_uinput_pa
---
scripts/Xspice | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/Xspice b/scripts/Xspice
index 34a5fcc..be87c08 100755
--- a/scripts/Xspice
+++ b/scripts/Xspice
@@ -159,7 +159,7 @@ cleanup_processes = []
def cleanup(*args):
for f in cleanup_files:
-if
When running a suid Xorg mkfifo and bind produce files owned by root.
Change the ownership so that the user launched vdagent & vdagentd can
write to them. This also makes it easier to cleanup the files from the
Xspice process that is not running as root (and is launching both
vdagent & vdagentd, he
---
src/spiceqxl_spice_server.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/src/spiceqxl_spice_server.c b/src/spiceqxl_spice_server.c
index 63a3179..14ee752 100644
--- a/src/spiceqxl_spice_server.c
+++ b/src/spiceqxl_spice_server.c
@@ -254,9 +254,6 @@ void xspice_set_spice_server_options
On Mon, Oct 21, 2013 at 04:19:21PM +0530, Vishvendra Singh Chauhan wrote:
> *I am working on Ovirt Data Center. Basically here in our DC we are
> providing virtual Machines to our clients, And they access virtual machine
> console using spiceX or spice-xpi package.
>
>
> *
> *But here i am facing
Im using last version.
I suspect it really depends on the kind of keyboard you re using.
I ve got a spanish laptop but im having the same issue on my home s pc...
Karim Boumedhel
Red Hat Senior Consultant, RHCA
Cell: +34 676389555
Email: ka...@redhat.com
-Original Message-
From: Marc-And
*I am working on Ovirt Data Center. Basically here in our DC we are
providing virtual Machines to our clients, And they access virtual machine
console using spiceX or spice-xpi package.
*
*But here i am facing a problem related keyboard keys. When i access any
machine from Linux platform my all k
On 10/21/2013 11:22 AM, Alon Levy wrote:
---
tests/xspice_util.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/xspice_util.py b/tests/xspice_util.py
index a2e8578..409a0fc 100755
--- a/tests/xspice_util.py
+++ b/tests/xspice_util.py
@@ -57,7 +57,7 @@ def launch_xsp
---
tests/xspice_util.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/xspice_util.py b/tests/xspice_util.py
index a2e8578..409a0fc 100755
--- a/tests/xspice_util.py
+++ b/tests/xspice_util.py
@@ -57,7 +57,7 @@ def launch_xspice(port):
if not os.path.exists(basedir
Hi Alon,
On 10/20/2013 04:34 PM, Alon Levy wrote:
Signed-off-by: Alon Levy
diff --git a/tests/xspice_audio_test.py b/tests/xspice_audio_test.py
+def main():
+port = 8000
+xspice = launch_xspice(port)
+sleep(2)
+client = launch_client(port)
+sleep(1)
+produce_audio(xspic
On 10/21/2013 09:40 AM, Peter Hatina wrote:
> Hi,
>
> I made a few modifications to XPI's test page generator. Most of them are
> related to javascript casting. I also modified autotools, so the generator
> binary is *not* installed, when compiled.
Looks good to me, ACK series.
>
> Cheers
>
>
12 matches
Mail list logo