diff options
author | Florent Revest <revestflo@gmail.com> | 2016-11-28 15:45:02 +0100 |
---|---|---|
committer | Florent Revest <revestflo@gmail.com> | 2016-11-28 15:45:02 +0100 |
commit | f1f9311b6806c3cea6bb1abb12ebe6075a75cd9b (patch) | |
tree | 2e318bbd494b91d38f98101e7a70380b07273e7d | |
parent | 53b16c5d809d0f1c82b414abc366bd9ae65075c5 (diff) |
.desktop: Call invoker with the --single-instance flag in case the user taps the launcher icon several time in a row
-rw-r--r-- | asteroid-stopwatch.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asteroid-stopwatch.desktop b/asteroid-stopwatch.desktop index 58c0177..5095d7d 100644 --- a/asteroid-stopwatch.desktop +++ b/asteroid-stopwatch.desktop @@ -8,7 +8,7 @@ Name[nl_NL]=Stopwatch Name[pl_PL]=Stoper Name[ru_RU]=секундомер Categories=Applications; -Exec=invoker --type=qtcomponents-qt5 /usr/bin/asteroid-stopwatch +Exec=invoker --single-instance --type=qtcomponents-qt5 /usr/bin/asteroid-stopwatch Icon=ios-stopwatch-outline X-Asteroid-Center-Color=#b01c7e X-Asteroid-Outer-Color=#420a2f |