diff options
| author | Balló György <ballogyor@gmail.com> | 2026-07-02 08:20:18 +0200 |
|---|---|---|
| committer | Balló György <ballogyor@gmail.com> | 2026-07-02 08:31:19 +0200 |
| commit | db73360ec68a615564a73fd1ee2e7bf7f3491494 (patch) | |
| tree | 7e2b92b8a24356a35e925bf09e6ce4b3afd375e5 | |
| parent | 239a5350cf15b59278e3152a1982a0ac5cb185ff (diff) | |
| download | monzero-gui-db73360ec68a615564a73fd1ee2e7bf7f3491494.tar.gz monzero-gui-db73360ec68a615564a73fd1ee2e7bf7f3491494.tar.xz monzero-gui-db73360ec68a615564a73fd1ee2e7bf7f3491494.zip | |
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.
| -rw-r--r-- | src/main/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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"); |
