desktop: Update StartupWMClass to match application ID
Some checks are pending
citron-ci / reuse (push) Waiting to run
citron-ci / transifex (push) Waiting to run

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 <zephyron@citron-emu.org>
This commit is contained in:
Zephyron 2025-05-11 20:54:06 +10:00
parent 7e58599d69
commit ac850bdf90
No known key found for this signature in database
GPG key ID: A1F93756F8FAE023

View file

@ -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