Skip to content

Commit

Permalink
Set program name to fix wayland icon issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Integral-Tech committed Apr 15, 2024
1 parent 8be7da7 commit 1f3c033
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 1f3c033

Please sign in to comment.