Skip to content

Commit

Permalink
Fix tui error after rd question
Browse files Browse the repository at this point in the history
When Wayland fails, the choice is between remote desktop and TUI, but if TUI is
selected, the anaconda display_mode is not changed. This solves this error.

Resolves: rhbz#2349658
Resolves: rhbz#2348382
  • Loading branch information
adamkankovsky committed Mar 7, 2025
1 parent dfcc09a commit e17d61c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyanaconda/display.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ def on_mutter_ready(observer):

def _set_gui_mode_on_rdp(anaconda, use_rdp):
if not use_rdp:
anaconda.display_mode = constants.DisplayModes.TUI
return

if not anaconda.gui_mode:
Expand Down

0 comments on commit e17d61c

Please sign in to comment.