blob: 540c02301c9b9747dd72e99114e8a168b2a3a07b (
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
|
From f7e6456aadcf07191110d6210cfc42b9b9e8e5db Mon Sep 17 00:00:00 2001
From: Fabian Bornschein <fabiscafe@mailbox.org>
Date: Thu, 30 Jan 2025 22:06:47 +0100
Subject: [PATCH] Have working categories in the desktop file
Desktop file Categories usually start with an uppercase letter and will
create errors if not. I also have set a few more that should work for
HighTide
---
data/io.github.nokse22.HighTide.desktop.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/io.github.nokse22.HighTide.desktop.in b/data/io.github.nokse22.HighTide.desktop.in
index c9cae9e..b648ce5 100644
--- a/data/io.github.nokse22.HighTide.desktop.in
+++ b/data/io.github.nokse22.HighTide.desktop.in
@@ -4,5 +4,5 @@ Exec=HighTide
Icon=io.github.nokse22.HighTide
Terminal=false
Type=Application
-Categories=GTK;music;Gnome;
+Categories=GNOME;GTK;Music;Audio;AudioVideo;
StartupNotify=true
--
2.48.1
|