Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
23 lines
781 B
Diff
23 lines
781 B
Diff
From a4ca664abfac0b7efa7dbc48c6438bc1a5333962 Mon Sep 17 00:00:00 2001
|
|
From: Fazzi <faaris.ansari@proton.me>
|
|
Date: Sat, 24 May 2025 20:55:50 +0100
|
|
Subject: [PATCH] desktopFile: hide entry from app launchers
|
|
|
|
---
|
|
linux-release/com.steamgriddb.SGDBoop.desktop | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/linux-release/com.steamgriddb.SGDBoop.desktop b/linux-release/com.steamgriddb.SGDBoop.desktop
|
|
index 9c84cdb..9899682 100644
|
|
--- a/linux-release/com.steamgriddb.SGDBoop.desktop
|
|
+++ b/linux-release/com.steamgriddb.SGDBoop.desktop
|
|
@@ -4,7 +4,7 @@ Comment=Apply Steam assets from SteamGridDB
|
|
Exec=SGDBoop %U
|
|
Terminal=false
|
|
Type=Application
|
|
-NoDisplay=false
|
|
+NoDisplay=true
|
|
Icon=com.steamgriddb.SGDBoop
|
|
MimeType=x-scheme-handler/sgdb
|
|
Categories=Utility
|