From d3ebb49f2bb033cfd8cfe505d9cd9d3fb30163bd Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Tue, 9 Jul 2024 11:14:55 -0700 Subject: [PATCH] readme: mention systemctl for stopping calls --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 420d09d..6605276 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,7 @@ run script which sets up the environment for you: *Note:* Invoking the run script might terminate after a few seconds and instead only activates an already running instance of `gnome-calls`. -In this case you want to `killall gnome-calls` until it says `process not found` -(you have to kill more than once because the process might automatically get restarted) -and only then use the run script. +In this case you want to `systemctl --user stop calls` to stop it. ### Debugging