Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions src/running-on-gnome.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,16 @@ Then you can create two desktop files for these scripts to show up among your ap
Version=1.0
Icon=activitywatch
Categories=Utility;

.. tip::
You will most likely have to replace the :code:`Exec` path using the `~` shorthand with a full absolute path, as `~` is not expanded in desktop files.
That is:

:code:`Exec="~/.local/opt/activitywatch/kill.sh"`

Replaced with

:code:`Exec="/home/<your-username>/.local/opt/activitywatch/kill.sh"`

With `<your-username>` replaced with your username.