[gnome-2048: 1/2] application: Set the program name




commit 8cddc80bfc4b462231742f38b0683b951613020c
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Mon Nov 2 15:33:42 2020 +0100

    application: Set the program name
    
    This should help Phosh find the right icon for the application's window.

 src/application.vala | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/application.vala b/src/application.vala
index a749a59..ba02501 100644
--- a/src/application.vala
+++ b/src/application.vala
@@ -82,6 +82,7 @@ private class TwentyFortyEight : Gtk.Application
 
         const string application_name = "org.gnome.TwentyFortyEight";
         Environment.set_application_name (application_name);
+        Environment.set_prgname ("org.gnome.TwentyFortyEight");
         Window.set_default_icon_name ("org.gnome.TwentyFortyEight");
 
         try {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]