From bcea67d353902c3cc649e7b029ecd48c78e90bd2 Mon Sep 17 00:00:00 2001 From: Ben Grande Date: Wed, 14 May 2025 16:38:44 +0200 Subject: [PATCH] doc: minor improvements --- salt/sys-pgp/README.md | 2 +- salt/sys-usb/README.md | 9 +++++++++ salt/video-companion/README.md | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/salt/sys-pgp/README.md b/salt/sys-pgp/README.md index 293b0d3..d939418 100644 --- a/salt/sys-pgp/README.md +++ b/salt/sys-pgp/README.md @@ -174,7 +174,7 @@ mkdir -p -- ~/.gnupg/split-gpg/dev Generate keys for the client qube `dev`: ```sh -sq key generate --own-key --name ben --email ben@example.com --output ben.pgp --rev-cert ben.rev +sq key generate --own-key --name ben --email ben@example.com --output ben.pgp --rev-cert ben.rev --without-password sq key delete --cert-fle=ben.pgp --output=ben.cert gpg --homedir ~/.gnupg/split-gpg/dev --import ben.pgp ``` diff --git a/salt/sys-usb/README.md b/salt/sys-usb/README.md index 0b0c10c..f2c0e2c 100644 --- a/salt/sys-usb/README.md +++ b/salt/sys-usb/README.md @@ -70,6 +70,15 @@ And set the qube preference `audiovm` to `disp-sys-usb`: qvm-prefs -- QUBE audiovm disp-sys-usb ``` +### Installation testing + +Once you are satisfied with the installation, disable the default `USBVM` from +autostarting: + +```sh +qvm-prefs -- sys-usb autostart False +``` + ### Client installation #### Client USB proxy installation diff --git a/salt/video-companion/README.md b/salt/video-companion/README.md index 8778fd8..fba2e94 100644 --- a/salt/video-companion/README.md +++ b/salt/video-companion/README.md @@ -58,7 +58,7 @@ sudo qubesctl --skip-dom0 --targets=QUBE state.apply video-companion.install-rec ### Basic usage -The sender has the screen you want to share of the webcam you want to access. +The sender has the screen you want to share or the webcam you want to access. The receiver the is client that requests access to the screen of webcam, therefore the client is responsible to initiate the call.