We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f46d5dc commit e0c0ff9Copy full SHA for e0c0ff9
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
36
[Desktop Entry]
37
Name=Start ActivityWatch
38
Comment=Start AW
39
- Exec=~/.local/opt/activitywatch/start.sh
+ Exec="~/.local/opt/activitywatch/start.sh"
40
Hidden=false
41
Terminal=false
42
Type=Application
@@ -51,7 +51,7 @@ Then you can create two desktop files for these scripts to show up among your ap
51
52
Name=Kill ActivityWatch
53
Comment=Kill AW
54
- Exec=~/.local/opt/activitywatch/kill.sh
+ Exec="~/.local/opt/activitywatch/kill.sh"
55
56
57
0 commit comments