Skip to content

Commit

Permalink
Merge pull request #1318 from bbhtt/prg-name-rdns
Browse files Browse the repository at this point in the history
Set prgname to match the application id
  • Loading branch information
lwindolf authored Oct 23, 2023
2 parents 508e7a9 + 5bf126b commit 417fd1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/liferea_application.c
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ liferea_application_new (int argc, char *argv[])
"application-id", "net.sourceforge.liferea",
NULL);

g_set_prgname ("liferea");
g_set_prgname ("net.sourceforge.liferea");
g_set_application_name (_("Liferea"));
gtk_window_set_default_icon_name ("net.sourceforge.liferea"); /* GTK theme support */
status = g_application_run (G_APPLICATION (liferea_app), argc, argv);
Expand Down

0 comments on commit 417fd1f

Please sign in to comment.