From db73360ec68a615564a73fd1ee2e7bf7f3491494 Mon Sep 17 00:00:00 2001 From: Balló György Date: Thu, 2 Jul 2026 08:20:18 +0200 Subject: Set desktop file name for the application This ensures that the XDG toplevel app ID matches with the desktop file name, so Wayland compositors could match the window with the application and show the appropriate icon for them. --- src/main/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/main.cpp b/src/main/main.cpp index 7ed9e61c..cad6dded 100644 --- a/src/main/main.cpp +++ b/src/main/main.cpp @@ -230,6 +230,7 @@ int main(int argc, char *argv[]) #endif app.setApplicationName("monero-core"); + app.setDesktopFileName("org.getmonero.Monero"); app.setOrganizationDomain("getmonero.org"); app.setOrganizationName("monero-project"); -- cgit v1.2.3