From ac850bdf903edd81396ad2a8762f1cb630cc43b2 Mon Sep 17 00:00:00 2001 From: Zephyron Date: Sun, 11 May 2025 20:54:06 +1000 Subject: [PATCH] desktop: Update StartupWMClass to match application ID Changes the StartupWMClass from "citron" to "org.citron_emu.citron" to ensure proper icon display in GNOME and other desktop environments. Without this matching the application ID, a generic icon is displayed instead of the proper application icon. Credit: Shikakiben (shikakiru) Signed-off-by: Zephyron --- dist/org.citron_emu.citron.desktop | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dist/org.citron_emu.citron.desktop b/dist/org.citron_emu.citron.desktop index dd4bdab28..7881142d2 100644 --- a/dist/org.citron_emu.citron.desktop +++ b/dist/org.citron_emu.citron.desktop @@ -1,4 +1,5 @@ # SPDX-FileCopyrightText: 2018 yuzu Emulator Project +# SPDX-FileCopyrightText: 2025 citron Emulator Project # SPDX-License-Identifier: GPL-2.0-or-later [Desktop Entry] @@ -13,4 +14,4 @@ Exec=citron %f Categories=Game;Emulator;Qt; MimeType=application/x-nx-nro;application/x-nx-nso;application/x-nx-nsp;application/x-nx-xci; Keywords=Nintendo;Switch; -StartupWMClass=citron +StartupWMClass=org.citron_emu.citron