diff --git a/pages/merlin7/02-How-To-Use-Merlin/connect-from-linux.md b/pages/merlin7/02-How-To-Use-Merlin/connect-from-linux.md index 329c4f2..8008820 100644 --- a/pages/merlin7/02-How-To-Use-Merlin/connect-from-linux.md +++ b/pages/merlin7/02-How-To-Use-Merlin/connect-from-linux.md @@ -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 ``` diff --git a/pages/merlin7/02-How-To-Use-Merlin/connect-from-macos.md b/pages/merlin7/02-How-To-Use-Merlin/connect-from-macos.md index 6a6fa03..310a679 100644 --- a/pages/merlin7/02-How-To-Use-Merlin/connect-from-macos.md +++ b/pages/merlin7/02-How-To-Use-Merlin/connect-from-macos.md @@ -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 ```