From 3e86b7380b167bf66be606c5b2db3783fe24aa51 Mon Sep 17 00:00:00 2001 From: germann_e Date: Wed, 7 Aug 2024 17:09:49 +0200 Subject: [PATCH] FIX: replace xclock by sview --- pages/merlin7/02-How-To-Use-Merlin/connect-from-linux.md | 4 ++-- pages/merlin7/02-How-To-Use-Merlin/connect-from-macos.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 ```