[lightsoff/arnaudb/purism] Set program technical name.



commit ce1b0a4d3738e427e2685d5035f153c126595ece
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Thu Nov 5 10:52:06 2020 +0100

    Set program technical name.

 src/lightsoff.vala | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/lightsoff.vala b/src/lightsoff.vala
index 414566f..577d86d 100644
--- a/src/lightsoff.vala
+++ b/src/lightsoff.vala
@@ -44,6 +44,7 @@ private class LightsOff : Gtk.Application
         Intl.textdomain (Config.GETTEXT_PACKAGE);
 
         Environment.set_application_name (PROGRAM_NAME);
+        Environment.set_prgname ("org.gnome.LightsOff");
         Window.set_default_icon_name ("org.gnome.LightsOff");
 
         var app = new LightsOff ();


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