

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:
# On the working install: nmcli general status systemctl status NetworkManager systemctl status wpa_supplicant systemctl status iwdDo the same on the broken one and compare.
-
Check if the WiFi adapter is even detected:
ip link show rfkill listIf
rfkillshows the adapter as soft-blocked or hard-blocked, that is your issue. -
Check firmware:
dmesg | grep -i firmware dmesg | grep -i wifi dmesg | grep -i iwl # if IntelDifferent 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:
sudo dnf install linux-firmware
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.


I would be cautious with both. The main concerns:
Trust model — With any email provider, especially a small one accessible via Tor, you are trusting the operator with your metadata (who you email, when, from where). A .onion address does not magically make this trustworthy.
Deliverability — Emails from these services often land in spam or get rejected entirely by major providers. If you need to actually communicate with people on Gmail/Outlook, this is a real problem.
Longevity — Small Tor-based email services come and go. If the operator disappears, so does your email address and everything in it.
Better alternatives for privacy-focused email:
If your threat model specifically requires Tor-only communication, look into using Proton Mail via their .onion address, or use XMPP/Matrix over Tor instead of email entirely.