From eb234aedd87cac1ab0fccc8fd70bb183dbd098a9 Mon Sep 17 00:00:00 2001 From: ronnystandtke Date: Mon, 20 May 2024 13:15:16 +0200 Subject: [PATCH] add "Network" to categories in desktop file The category "Network" should be added to the categories in the desktop file so that this application nicely integrates into the start menu and app folders of current Linux desktop environments. --- data/xyz.ketok.Speedtest.desktop.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/xyz.ketok.Speedtest.desktop.in b/data/xyz.ketok.Speedtest.desktop.in index aee66e2..fdcab22 100644 --- a/data/xyz.ketok.Speedtest.desktop.in +++ b/data/xyz.ketok.Speedtest.desktop.in @@ -4,5 +4,5 @@ Exec=speedtest Icon=@APP_ID@ Terminal=false Type=Application -Categories=GTK; +Categories=GTK;Network; StartupNotify=true