summaryrefslogtreecommitdiff
blob: 7aa0995b0394b21f8163d37b28c2ec011a28958c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Downstream patch. No upstream activity since 2014.

From b07f665d712fdbebfd506ef6301fc9ac71660e96 Mon Sep 17 00:00:00 2001
From: Alexander Tsoy <alexander@tsoy.me>
Date: Thu, 19 Mar 2020 21:17:22 +0300
Subject: [PATCH 2/2] Fix desktop file

---
 gtick.desktop | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gtick.desktop b/gtick.desktop
index 05cf5ed..a31dee3 100644
--- a/gtick.desktop
+++ b/gtick.desktop
@@ -5,9 +5,10 @@ Name=GTick
 Comment=a GTK-based metronome
 Comment[pt]=Um metrônomo baseado em GTK
 Comment[pt-br]=Um metrônomo baseado em GTK
-Exec=/usr/bin/gtick
-Icon=/usr/share/icons/hicolor/64x64/apps/gtick.xpm
+Exec=gtick
+Icon=gtick
 Terminal=false
 Type=Application
 Categories=GTK;AudioVideo;Audio;
-GenericName[pt_BR]=
+GenericName=Graphical Metronome
+StartupNotify=true
-- 
2.24.1