Skip to content

Commit bc5c89e

Browse files
authored
Set prgname to application ID
Using the application ID ensures that Wayland compositors could match the window with the application and show the appropriate icon for them.
1 parent c35fdd9 commit bc5c89e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

usr/lib/webapp-manager/webapp-manager.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ def __init__(self, application_id, flags):
4444
Gtk.Application.__init__(self, application_id=application_id, flags=flags)
4545
self.connect("activate", self.activate)
4646

47+
GLib.set_prgname("webapp-manager")
48+
4749
def activate(self, application):
4850
windows = self.get_windows()
4951
if len(windows) > 0:

0 commit comments

Comments
 (0)