Skip to content
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

Open
poncovka opened this issue Jun 24, 2021 · 2 comments
Open

No supported window manager found #131

poncovka opened this issue Jun 24, 2021 · 2 comments

Comments

@poncovka
Copy link
Contributor

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.

@M4rtinK
Copy link
Contributor

M4rtinK commented Jun 24, 2021

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.

poncovka added a commit to poncovka/kickstart-tests that referenced this issue Jun 24, 2021
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
@poncovka
Copy link
Contributor Author

I was able to reproduce this error in our kickstart tests. The initial-setup-gui package requires firstboot(windowmanager), but this dependency was resolved as mutter which is not supported by initial setup. Therefore, initial setup hit the No supported window manager found bug and happily quit.

poncovka added a commit to poncovka/kickstart-tests that referenced this issue Jun 28, 2021
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants