Community distros can absolutely be stable long-term. Some concrete examples:
Community distros that have lasted 20+ years:
- Debian (1993) — The gold standard. Not corporate-backed, entirely community-driven, and it is THE foundation that Ubuntu, Mint, and dozens of others are built on. If Debian ever disappeared, we would have way bigger problems.
- Arch (2002) — 23 years and still going strong, entirely community-driven
- Gentoo (2000) — 25 years, small but dedicated community
- Slackware (1993) — Literally the oldest active distro, maintained essentially by one person (Patrick Volkerding) for 32 years
Corporate distros that actually died or pivoted:
- CentOS — Red Hat killed it (converted to Stream)
- Mandrake/Mandriva — Company went bankrupt
- Scientific Linux — Fermilab discontinued it
The takeaway: corporate backing is not a guarantee of stability. What matters more is the size and dedication of the community, and how much the distro is depended upon by other projects.
For your situation, Debian Stable is probably the safest bet. It is conservative, well-tested, and has the largest community behind it. You can run the same Debian install for a decade with just dist-upgrades.
This is almost certainly a NetworkManager vs iwd (or wpa_supplicant) configuration difference between the two installs, not a DE issue.
Here is how to debug it:
Check which WiFi backend each install uses:
Do the same on the broken one and compare.
Check if the WiFi adapter is even detected:
If
rfkillshows the adapter as soft-blocked or hard-blocked, that is your issue.Check firmware:
Different distro spins sometimes do not include the same firmware packages.
The most likely fix: If Fedora Workstation works but another spin does not, you probably just need to install the firmware package:
The DE itself (GNOME vs KDE vs COSMIC) does not handle WiFi — it is all NetworkManager underneath. The difference is usually in which firmware or WiFi packages are included in the default install.