summary refs log tree commit diff stats
path: root/gitlab/issues_text/target_missing/host_missing/accel_missing/1426
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-01 21:35:14 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-06-01 21:35:14 +0200
commit3e4c5a6261770bced301b5e74233e7866166ea5b (patch)
tree9379fddaba693ef8a045da06efee8529baa5f6f4 /gitlab/issues_text/target_missing/host_missing/accel_missing/1426
parente5634e2806195bee44407853c4bf8776f7abfa4f (diff)
downloadqemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.tar.gz
qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.zip
clean up repository
Diffstat (limited to 'gitlab/issues_text/target_missing/host_missing/accel_missing/1426')
-rw-r--r--gitlab/issues_text/target_missing/host_missing/accel_missing/142638
1 files changed, 0 insertions, 38 deletions
diff --git a/gitlab/issues_text/target_missing/host_missing/accel_missing/1426 b/gitlab/issues_text/target_missing/host_missing/accel_missing/1426
deleted file mode 100644
index 72b5cdd9b..000000000
--- a/gitlab/issues_text/target_missing/host_missing/accel_missing/1426
+++ /dev/null
@@ -1,38 +0,0 @@
-On windows, display spice-app is not able to initialize, start spice-server and consequently can't use spice-client
-Description of problem:
-I want to try windows spice-client / virt-viewer.exe (v11.0.256) instead of gtk client.  
-Windows spice client virtviewer won't start like it does under Linux.  
-The error message indicaes that the spice-server itself failed to open spice sockets
-The registry to handle ```spice://``` URI handler is configured.
-Steps to reproduce:
-1. just run command
-Additional information:
-URI handler in registry is configure using a regestry import file ```spiceproto.reg```
-```
-Windows Registry Editor Version 5.00
-
-[HKEY_CLASSES_ROOT\spice]
-"URL Protocol"=""
-
-[HKEY_CLASSES_ROOT\spice\DefaultIcon]
-@="C:\\Program Files\\VirtViewer v11.0-256\\bin\\remote-viewer.exe,1"
-
-[HKEY_CLASSES_ROOT\spice\Extensions]
-[HKEY_CLASSES_ROOT\spice\shell]
-[HKEY_CLASSES_ROOT\spice\shell\open]
-[HKEY_CLASSES_ROOT\spice\shell\open\command] 
-@="\"C:\\Program Files\\VirtViewer v11.0-256\\bin\\remote-viewer.exe\" \"%1\""
-
-[HKEY_CLASSES_ROOT\spice+unix]
-"URL Protocol"=""
-
-[HKEY_CLASSES_ROOT\spice+unix\DefaultIcon]
-@="C:\\Program Files\\VirtViewer v11.0-256\\bin\\remote-viewer.exe,1"
-
-[HKEY_CLASSES_ROOT\spice+unix\Extensions]
-[HKEY_CLASSES_ROOT\spice+unix\shell]
-[HKEY_CLASSES_ROOT\spice+unix\shell\open]
-[HKEY_CLASSES_ROOT\spice+unix\shell\open\command] 
-@="\"C:\\Program Files\\VirtViewer v11.0-256\\bin\\remote-viewer.exe\" \"%1\""
-```
-This URI handler is working, and can be seen to work by typing ```spice://abcdefg``` in firefox.