mirror of
https://github.com/ben-grande/qusal.git
synced 2025-07-06 03:54:38 -04:00
doc: minor improvements
This commit is contained in:
parent
52fb6f909c
commit
bcea67d353
3 changed files with 11 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue