From de6b7fccac47df8e909ce130794c51d67aaaf836 Mon Sep 17 00:00:00 2001 From: Nathaniel van Diepen Date: Wed, 23 Nov 2022 20:51:27 -0700 Subject: [PATCH 1/3] remove -> remote --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 851974c..d1c54cc 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ root@debian:~# cv4pve-pepper --host=192.168.0.100 --username=root@pam --password * [OS X (not yet working as expected): virt-viewer 0.5.7 or higher](https://www.spice-space.org/osx-client.html) -## Topical path of remove viewer +## Topical path of remote viewer * Linux /usr/bin/remote-viewer * Windows C:\Program Files\VirtViewer v?.?-???\bin\remote-viewer.exe From 6657d52ee1fc5c7d5e0c64bfd54d60375d334e40 Mon Sep 17 00:00:00 2001 From: Chouffy Date: Tue, 19 Dec 2023 13:41:49 +0100 Subject: [PATCH 2/3] Document the debug parameter --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d1c54cc..6a54ba6 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ Options: --start-or-resume Run stopped or paused VM --wait-for-startup Wait sec. for startup VM [default: 5] --version Show version information + --debug Show debug information -?, -h, --help Show help and usage information Commands: @@ -114,7 +115,7 @@ root@debian:~# cv4pve-pepper --host=192.168.0.100 --username=root@pam --password * Linux /usr/bin/remote-viewer * Windows C:\Program Files\VirtViewer v?.?-???\bin\remote-viewer.exe -## Options of remove viewer +## Options of remote viewer Use --viewer-options to send options to viewer. E.g. --viewer-options "-f" for full screen. From 1be92b482b7e2bf2b3792dada902c4fe4b84fdca Mon Sep 17 00:00:00 2001 From: Chouffy Date: Tue, 19 Dec 2023 13:43:51 +0100 Subject: [PATCH 3/3] Add a direct reference to the remote-viewer executable --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1c54cc..71d805b 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Options: --proxy SPICE proxy server. This can be used by the client to specify the proxy server. All nodes in a cluster runs 'spiceproxy', so it is up to the client to choose one. By default, we return the node to connect. If specify http(s)://[host]:[port] then replace proxy option in file .vv. E.g. for reverse proxy. - --viewer (REQUIRED) Executable SPICE client remote viewer. + --viewer (REQUIRED) Executable SPICE client remote viewer (remote-viewer executable) --viewer-options Send options directly SPICE Viewer (quote value). --start-or-resume Run stopped or paused VM --wait-for-startup Wait sec. for startup VM [default: 5]