mirror of
https://git.citron-emu.org/citron/emu
synced 2025-05-12 19:00:37 +01:00
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 <zephyron@citron-emu.org>
This commit is contained in:
parent
7e58599d69
commit
ac850bdf90
1 changed files with 2 additions and 1 deletions
3
dist/org.citron_emu.citron.desktop
vendored
3
dist/org.citron_emu.citron.desktop
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue