Skip to content

Commit

Permalink
Merge pull request #6128 from jkonecny12/rhel-10-fix-inst.text-switch…
Browse files Browse the repository at this point in the history
…ing-to-gui

RHEL-10: Fix inst.text switching to GUI
  • Loading branch information
jkonecny12 authored Feb 3, 2025
2 parents 51cba8e + 0d034d9 commit 456d9dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyanaconda/display.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,9 @@ def on_mutter_ready(observer):


def _set_gui_mode_on_rdp(anaconda, use_rdp):
if not use_rdp:
return

if not anaconda.gui_mode:
log.info("RDP requested via RDP question, switching Anaconda to GUI mode.")
anaconda.display_mode = constants.DisplayModes.GUI
Expand Down

0 comments on commit 456d9dd

Please sign in to comment.