I recently switched to Bazzite as my first Linux distribution and have been pleasantly surprised by how smoothly things are going. Most of my Steam games work without any manual tweaking, and I've started using Prism Launcher, Mocktail, and Lutris. I've also figured out how to add desktop icons and have begun using Konsole with some guidance, although the terminal still feels intimidating.
My main remaining challenge is running non-Steam games. Faugus has helped me launch the Blizzard launcher and access World of Warcraft, and I'm also looking into Heroic Games Launcher for other titles.
Since I'm still learning the desktop environment, software center, and Bazzite's workflow, what useful tools, settings, habits, or tricks should I learn or set up now for the long term?
3 Answers
One of Bazzite’s biggest advantages is that you can experiment relatively safely. Before making major changes, understand how its rollback options work so you know how to return to an earlier working deployment if an update or customization causes trouble. That makes it much less stressful to try new software and settings.
As you start troubleshooting games and hardware, get into the habit of recording your Bazzite version, hardware details, the launcher you’re using, and the exact error message. That information makes it much easier to find a solution. You don’t need to jump to a more complicated distribution yet—learning the system you have is already a worthwhile project.
It’s worth gradually getting more comfortable with Konsole. Learn how to inspect logs with commands such as dmesg and journalctl, how to check systemd services, and how to recognize which messages actually matter. A working Linux system can still produce plenty of warnings, so searching unfamiliar messages and learning what can be ignored is part of troubleshooting.
Also spend a little time learning the Linux filesystem layout. Bazzite’s immutable design means you may not need to manage every system file directly, but understanding where things live will make troubleshooting much easier. Installing plocate can help you quickly search for files, and keeping a simple notes file documenting changes you make is extremely useful if you ever need to undo something or ask for help.

These are exactly the kinds of basics I need, especially since I’ll probably be setting up games that use their own launchers or run independently. Keeping a change log is a great idea too—I hadn’t thought of writing down what I changed and when.