Skip to content

Commit

Permalink
Only match liveinst.desktop app in live environment
Browse files Browse the repository at this point in the history
Co-authored-by: Jiri Konecny <[email protected]>
  • Loading branch information
aleasto and jkonecny12 authored Nov 26, 2024
1 parent 6c3cd7f commit 47d809a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyanaconda/ui/gui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,8 @@ def __init__(self, storage, payload,

self.data = None

GLib.set_prgname("liveinst") # matches liveinst.desktop filename
if conf.system.provides_liveuser:
GLib.set_prgname("liveinst") # matches liveinst.desktop filename
self.mainWindow = MainWindow(fullscreen=fullscreen, decorated=False)

self._distributionText = distributionText
Expand Down

0 comments on commit 47d809a

Please sign in to comment.