From e0c0ff97f4c9b047457b6737e48921955404856c Mon Sep 17 00:00:00 2001 From: Job Tijhuis Date: Thu, 28 Sep 2023 15:51:16 +0200 Subject: [PATCH] docs: add quotes to filepaths in .desktop examples (#118) --- src/running-on-gnome.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/running-on-gnome.rst b/src/running-on-gnome.rst index bbbf637..89c3aec 100644 --- a/src/running-on-gnome.rst +++ b/src/running-on-gnome.rst @@ -36,7 +36,7 @@ Then you can create two desktop files for these scripts to show up among your ap [Desktop Entry] Name=Start ActivityWatch Comment=Start AW - Exec=~/.local/opt/activitywatch/start.sh + Exec="~/.local/opt/activitywatch/start.sh" Hidden=false Terminal=false Type=Application @@ -51,7 +51,7 @@ Then you can create two desktop files for these scripts to show up among your ap [Desktop Entry] Name=Kill ActivityWatch Comment=Kill AW - Exec=~/.local/opt/activitywatch/kill.sh + Exec="~/.local/opt/activitywatch/kill.sh" Hidden=false Terminal=false Type=Application