From a21bf4796a10407fa06ed57f8f677b9dbeb5f9e8 Mon Sep 17 00:00:00 2001 From: Guido Vanden Wyngaerd Date: Sat, 24 May 2025 14:37:19 +0200 Subject: [PATCH] Update _wayland-final-steps.mdx See #1039. Registering the service needs to be done as a plain user; instructions do not reflect that. --- docs/install/linux/_wayland-final-steps.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install/linux/_wayland-final-steps.mdx b/docs/install/linux/_wayland-final-steps.mdx index c76cbb6..ad995b0 100644 --- a/docs/install/linux/_wayland-final-steps.mdx +++ b/docs/install/linux/_wayland-final-steps.mdx @@ -28,7 +28,7 @@ sudo setcap "cap_dac_override+p" $(which espanso) Now run `espanso --version`. If you see the version appear, it means Espanso was successfully installed! -To complete the configuration, run these commands: +To complete the configuration, run these commands (if these do not work, make sure you execute them as an ordinary user, i.e. not as root or admin): ```bash # Register espanso as a systemd service (required only once) @@ -56,4 +56,4 @@ keyboard_layout: ::: -You are now ready to read the [Getting Started](../../get-started) tutorial! \ No newline at end of file +You are now ready to read the [Getting Started](../../get-started) tutorial!