Skip to content

Commit e0c0ff9

Browse files
authored
docs: add quotes to filepaths in .desktop examples (#118)
1 parent f46d5dc commit e0c0ff9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/running-on-gnome.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Then you can create two desktop files for these scripts to show up among your ap
3636
[Desktop Entry]
3737
Name=Start ActivityWatch
3838
Comment=Start AW
39-
Exec=~/.local/opt/activitywatch/start.sh
39+
Exec="~/.local/opt/activitywatch/start.sh"
4040
Hidden=false
4141
Terminal=false
4242
Type=Application
@@ -51,7 +51,7 @@ Then you can create two desktop files for these scripts to show up among your ap
5151
[Desktop Entry]
5252
Name=Kill ActivityWatch
5353
Comment=Kill AW
54-
Exec=~/.local/opt/activitywatch/kill.sh
54+
Exec="~/.local/opt/activitywatch/kill.sh"
5555
Hidden=false
5656
Terminal=false
5757
Type=Application

0 commit comments

Comments
 (0)