FIX: replace xclock by sview

This commit is contained in:
2024-08-07 17:09:49 +02:00
parent 7b39610473
commit 3e86b7380b
2 changed files with 4 additions and 4 deletions

View File

@ -40,9 +40,9 @@ to implicitly add ``-X`` to all ssh connections:
ssh -X $username@login002.merlin7.psi.ch
```
* For testing that X11 forwarding works, just run ``xclock``. A X11 based clock should
* For testing that X11 forwarding works, just run ``sview``. A X11 based clock should
popup in your client session:
```bash
xclock
sview
```

View File

@ -50,9 +50,9 @@ to implicitly add ``-X`` to all ssh connections:
ssh -X $username@login002.merlin7.psi.ch
```
* For testing that X11 forwarding works, just run ``xclock``. A X11 based clock should
* For testing that X11 forwarding works, just run ``sview``. A X11 based clock should
popup in your client session.
```bash
xclock
sview
```