From ebe7b130b869e1e81669176acb8f40897cde3e0d Mon Sep 17 00:00:00 2001 From: daigennki Date: Sun, 29 Jun 2025 19:15:02 -0700 Subject: [PATCH] Add more categories to desktop shortcut Ensures that it doesn't end up in "Lost & Found" on KDE Plasma's "Applications" menu. --- etc/install-linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/install-linux.sh b/etc/install-linux.sh index cb5e23b..0dec018 100644 --- a/etc/install-linux.sh +++ b/etc/install-linux.sh @@ -10,7 +10,7 @@ Name=yarr Exec=$HOME/.local/bin/yarr -open Icon=yarr Type=Application -Categories=Internet; +Categories=Internet;Network;News;Feed; END if [[ ! -d "$HOME/.local/share/icons" ]]; then