Skip to content

Commit 599a871

Browse files
authored
Set prgname to application ID (#249)
Using the application ID ensures that Wayland compositors could match the window with the application and show the appropriate icon for them.
1 parent 7599317 commit 599a871

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/warpinator.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1424,6 +1424,8 @@ def do_startup(self):
14241424
Gtk.Application.do_startup(self)
14251425
logging.info("Initializing Warpinator")
14261426

1427+
GLib.set_prgname("org.x.Warpinator")
1428+
14271429
prefs.prefs_settings.connect("changed::" + prefs.TRAY_ICON_KEY, self.on_prefs_changed)
14281430

14291431
vt = GLib.VariantType.new("s")

0 commit comments

Comments
 (0)