We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b8b34 commit 5a7859cCopy full SHA for 5a7859c
linux.cpp
@@ -292,7 +292,9 @@ void initApplicationName()
292
QCoreApplication::setOrganizationName("unvanquished");
293
QCoreApplication::setApplicationName("updater");
294
295
- // for Wayland backend
+ // WM_CLASS for X backend
296
+ qputenv("RESOURCE_NAME", "net.unvanquished.Unvanquished");
297
+ // equivalent for Wayland backend
298
QGuiApplication::setDesktopFileName(DESKTOP_FILE_NAME);
299
}
300
0 commit comments