The Good
- The installer and initial configuration experience was excellent. Adding picking your shell, asking to install homebrew and other common initial tasks would go a long way to improve the user experience.
- Switching to the fish shell with
ujustworked perfectly. - Installing Flatpaks was quick and worked well.
- Overall, the system is decently fast (I assume this has the gnome mutter triple buffering patch?).
- Ptyxis is pretty sweet.
The Not-so-good
Using Intel hardware (Lenovo t480s) and closing and opening the laptop, the DisplayLink binary began churning CPU, causing fans to run at full speed and use excessive power.
I tried removing it with the following, but it didn’t seem to do anything after the reboot (I’m new to rpm-ostree):
rpm-ostree override remove displaylink
I ended up disabling that service with:
sudo systemctl disable displaylink --now
I don’t use Tailscale and also couldn’t remove that as the tailscaled service was also using up some CPU threads, so I just disabled it and disabled the extension from Gnome extensions:
sudo systemctl disable tailscaled --now
My Gnome scaling was automatically set to 125%, which is fine besides what appears to be an xWayland issue where those apps would have blurry and stretched text. I set this back to 100% and increased font sizes where required (there are already other threads about this).
Other Suggestions
- Adding some kind of handbook like VanillaOS for first setup, to perform common things on Bluefin, like removing/disabling services, common rpm-ostree commands, when to use distrobox etc…
- Adding the Gnome UI Tune extension out of the box would have my vote (with hide search unchecked).