-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No supported window manager found #131
Comments
Yeah, that's not good. :P We should definitely reflect the effective error state in the message or ideally rather fall back to the TUI on the same graphical console. |
Check whether the initial setup has finished successfully or not. We still need to explicitly look for the "No supported window manager found!" error. Related: rhinstaller/initial-setup#131
I was able to reproduce this error in our kickstart tests. The |
The initial-setup-gui package requires firstboot(windowmanager), but this dependency can be resolved as mutter which is not supported by initial setup. Therefore, initial setup will hit the "No supported window manager found" bug and happily quit. Related: rhinstaller/initial-setup#131
If the initial setup cannot find a supported window manager, it quits with a message:
Initial Setup finished successfully, disabling
. That doesn't seem right.The text was updated successfully, but these errors were encountered: