Skip to content

Commit

Permalink
Show correct taskbar icon in Wayland
Browse files Browse the repository at this point in the history
Gdk on Wayland uses prgname as the app id.
Set it to match the desktop filename.
  • Loading branch information
aleasto committed Nov 22, 2024
1 parent 67c71df commit 4ae8f6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyanaconda/ui/gui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,7 @@ def __init__(self, storage, payload,

self.data = None

GLib.set_prgname("liveinst") # matches liveinst.desktop filename
self.mainWindow = MainWindow(fullscreen=fullscreen, decorated=False)

self._distributionText = distributionText
Expand Down

0 comments on commit 4ae8f6d

Please sign in to comment.