Bug 2356977
| Summary: | GDM does not present installed awesome WM as option in desktop environment selector | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | W. Michael Petullo <mike> |
| Component: | awesome | Assignee: | Thomas Moschny <thomas.moschny> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 42 | CC: | bhe, ngompa13, thomas.moschny |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | --- | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2025-04-02 20:19:02 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
W. Michael Petullo
2025-04-02 19:09:50 UTC
You need to switch to another display manager, as GDM no longer supports X11 sessions. One option is SDDM: $ sudo dnf install sddm $ sudo systemctl enable --force sddm $ sudo systemctl reboot (In reply to Neal Gompa from comment #1) > You need to switch to another display manager, as GDM no longer > supports X11 sessions. > > One option is SDDM: > > $ sudo dnf install sddm > $ sudo systemctl enable --force sddm > $ sudo systemctl reboot On my x1 laptop, awesome just hang there after I choose it in the session. When I installed below rpms, I can successfully boot and enter into awesome window manager. dnf install gnome-session-xession xorg-x11-xinit-session I searched it from this blog, add it here just in case someone else met this issue too like me. https://blog.melnib.one/2024/11/30/awesomewm-on-fedora-41/ |