Skip to content

Commit

Permalink
Update .desktop file name passed to the QApplication
Browse files Browse the repository at this point in the history
Fixes the app having a generic W icon on Wayland desktops.
  • Loading branch information
nadiaholmquist committed Jul 22, 2024
1 parent f5551cc commit 998bbe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/qt/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ int main(int argc, char** argv) {

QCoreApplication::setOrganizationName("fleroviux");
QCoreApplication::setApplicationName("NanoBoyAdvance");
QGuiApplication::setDesktopFileName("io.github.nba_emuNanoBoyAdvance");
QGuiApplication::setDesktopFileName("io.nanoboyadvance.NanoBoyAdvance");

auto window = create_window(app, argc, argv);
if(!window) {
Expand Down

0 comments on commit 998bbe6

Please sign in to comment.