Set application name in binary to desktop id

See https://honk.sigxcpu.org/con/GTK__and_the_application_id.html
presentation
Bryan Tan 6 years ago committed by Bryan Tan
parent f44222fc63
commit 269c1acdcb
  1. 1
      src/control/XournalMain.cpp

@ -258,6 +258,7 @@ auto XournalMain::exportPdf(const char* input, const char* output) -> int {
}
auto XournalMain::run(int argc, char* argv[]) -> int {
g_set_prgname("com.github.xournalpp.xournalpp");
this->initLocalisation();
GError* error = nullptr;

Loading…
Cancel
Save