Skip to content

Commit

Permalink
Merge pull request #543 from Integral-Tech/fix-wayland-icon
Browse files Browse the repository at this point in the history
Set program name to fix the missing icon when running under Wayland
  • Loading branch information
cboxdoerfer committed Apr 15, 2024
2 parents 8be7da7 + 1f3c033 commit ebbad8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ main(int argc, char *argv[]) {
textdomain(GETTEXT_PACKAGE);

g_set_application_name(_("FSearch"));
g_set_prgname("io.github.cboxdoerfer.FSearch");

return g_application_run(G_APPLICATION(fsearch_application_new()), argc, argv);
}

0 comments on commit ebbad8a

Please sign in to comment.