|
|
Log in / Subscribe / Register

Bazzite: a gem for Linux gamers

By Joe Brockmeier
December 9, 2025

One of the things that has historically stood between Linux and the fabled "year of the Linux desktop" is its lack of support for video games. Many users who would have happily abandoned Windows have, reluctantly, stayed for the video games or had to deal with dual booting. In the past few years, though, Linux support for games—including those that only have Windows versions—has improved dramatically, if one is willing to put the pieces together. Bazzite, an image-based Fedora derivative, is a project that aims to let users play games and use the Linux desktop with almost no assembly required.

Bazzite is part of the Universal Blue project, which aims to provide "the reliability of a Chromebook, but with the flexibility and power of a traditional Linux desktop" via immutable Linux images based on Fedora. LWN covered another Universal Blue project, Bluefin, in December 2023. Each Universal Blue project is based on bootc images from the Universal Blue project's base images, which in turn are based on Fedora Atomic Desktops, or CentOS Stream images in the case of the long-term-support (LTS) release of Bluefin.

Bazzite is relatively new to the scene: its first release was in November 2023, based on Fedora 38. The project takes its name from bazzite: a mineral that forms small blue crystals. It is designed to be similar to Valve's SteamOS, but more suitable for general desktop use. It is largely based on stock software from Fedora, but adds a number of packages to provide hardware drivers for gaming, including support for various game controllers, keyboards, and proprietary NVIDIA drivers.

Bazzite also provides a custom kernel: the project uses the Fedora Always Ready (kernel-ark) repository that is used to develop Fedora Linux's kernels, and then applies a set of patches added for device support and performance optimizations for games. The project recently announced its Fall 2025 update based on Fedora 43, with support for new handheld gaming PCs and steering-wheel hardware.

Choose your character

The common wisdom for many years has been that too many choices overwhelm users who are new to Linux; the Bazzite project has largely chosen to ignore that wisdom. The biggest hurdle for getting started with Bazzite may be deciding which image to start with. The first step in the quest to install Bazzite begins with a web form that helps users choose the right image by selecting the type of hardware (desktop, laptop, handheld, tablet, or virtual machine), GPU vendor and model, desktop environment (GNOME or KDE), and whether the user wants the Steam gaming mode or not.

To add to the confusion, there is also a Bazzite Developer eXperience (DX) option for game developers. Choosing the right image for Bazzite is similar to the beginning of many video games, where users are asked to make choices about the character they will play in the game.

Once users have made their choices, they are offered two downloads: an ISO image that boots into the installer, or a live image that allows them to run a Bazzite desktop and install from there if they decide to do so. I installed Bazzite with the KDE desktop on a gaming PC that I acquired in 2022; it was not the top of the line for gaming then and has fallen further behind in the interim. However, it still has enough horsepower for current games and more than enough for the titles from the late 1990s and early 2000s that I prefer.

Installing Bazzite is simple enough; since it is based on Fedora, it uses the Anaconda installer and requires little decision-making on the part of users.

Managing software

The nice thing about image-based distributions is the ease of managing the base system; when there is an update for Bazzite, it automatically downloads the image for the update and queues the image for use on the next reboot. If there is a problem of some kind with the new image, one can revert to the previous known-good release and catch up with updates later. Like Fedora, Bazzite uses the OSTree tools for this under the hood, but Bazzite provides a helper utility to make the process as simple as possible.

Bazzite has three channels for its images: stable, testing, and unstable. Stable is, of course, the one that's recommended for most users. The testing image has, as one might expect, changes that are expected to land in the stable branch at some point. The unstable image is described as a "playground for developers/contributors" and not recommended. Users can switch between the different channels by rebasing with rpm-ostree. For example, to move to testing, one would run this command:

    rpm-ostree rebase ostree-image-signed:docker://ghcr.io/ublue-os/bazzite:testing

The project publishes new images about twice a week for its stable channel, and more often for the testing channel. These roll up any changes from Bazzite as well as Fedora. Upgrades from major Fedora releases, such as Fedora 42 to Fedora 43, are automatic. Users who are on the stable channel will simply get Fedora 43 when the project moves to that release.

A maze of twisty little passages

The downside to image-based distributions is that installing software not included with the image is a bit more complicated. The project suggests seven different ways to install software, ranked by the project from most recommended to least recommended. Again, this might be a bit confusing for users who are new to Linux. The good news is that Bazzite's documentation is clear and current.

The project's top-ranked choice is to use ujust, which is Bazzite's wrapper for the just command runner. The software available via ujust is limited to a handful of just recipes to install drivers, programs, and utilities. For example, "ujust install-steamcmd" will install the Steam Console Client, "ujust install-openrazer" will install the OpenRazer drivers for Razer gaming hardware, and "ujust install-coolercontrol" adds CoolerControl for monitoring and controlling cooling devices on gaming systems.

Note that Bazzite depends on ujust for more than installing software. For example, the "ujust changelogs" command will display the changelog for the current release. That includes the packages that have changed, commits to the Bazzite repository, and instructions on how to rebase to a different image if needed. The "ujust pick" command brings up a handy text-user interface dialog with ujust recipes organized by category.

The next recommendation on Bazzite's list is to use Flatpak to install applications. The distribution includes the Bazaar app store, along with Flatseal and Warehouse for managing Flatpak permissions and data. By default, Bazaar is pointed at Flathub as its source of applications, and there does not seem to be a way to add additional Flatpak remotes through Bazaar itself. It is possible to use the "flatpak remote-add" utility if one wishes to enable additional remote repositories, though. Once the remote is enabled, the available Flatpaks will show up in Bazaar.

Bazaar allows users to filter out applications that have stopped receiving updates, and to hide proprietary software from search results. Unfortunately, it does not have a setting to filter applications by whether they are verified as being supplied by the original developer or vendor. For example, KDE applications on Flathub like Okular have a checkmark and note that Flathub has verified the application is from KDE. One of the first things I do when using GNOME Software on Fedora is to turn off the Fedora Flatpak repositories and to filter out unverified applications. It'd be reassuring if Bazaar also allowed filtering unverified applications.

If one wants to install Google Chrome, for example, it seems like a good idea to get a package directly from Google rather than a third-party Flatpak that may well be out of date with the upstream release. The current Flathub version is the 142.0.7444.175 from November 17, while the most recent release from Google is 143.0.7499.40; that release has 13 security fixes that users no doubt would like to have immediately. Google provides Debian packages and RPMs, but it does not provide a Flatpak; users are left with the unofficial package. That's fine if users understand that it's not coming from Google, but many users will not know to check whether software is verified or not.

There is not a lot to say about using Bazaar itself, really. It has a simple app-store interface that should be immediately intuitive for long-time Linux users as well as folks fresh to Linux from macOS and Windows.

Whether Flatpaks are the best option, however, is a matter of taste. The project also recommends using Distrobox, though it's only ranked fifth. Users can employ Distrobox to create a container with their preferred Linux distribution (or distributions) and install applications in the container. Distrobox integrates with the host system so that it is largely transparent to the user that the application is running in a container. DistroShelf, a graphical interface for managing Distrobox containers, is included with Bazzite and makes setting up the containers and exporting applications from the container a breeze.

I have found that I prefer using Distrobox on Bazzite in lieu of Flatpaks. For one thing, I prefer using APT or DNF to install applications over the app-store model. Flatpaks also have a number of limitations and irritations due to sandboxing that can usually be overcome, but Distrobox has fewer of those problems. For example, the Kid3 audio tagger can only access a few directories when running as a Flatpak. One could use Flatseal to modify this, but running Kid3 in a Fedora container with Distrobox avoids the problem entirely. It is also apparent where an application's configuration files are when installed from a distribution package. Admittedly, this may also be a reluctance to adapt to a new technology on my part. However, my suggestion to those trying Bazzite after using a package-based Linux distribution would be to take the Distrobox route.

[Bazzite desktop]

Homebrew is also included with Bazzite, and it is the third-choice option suggested by the project. LWN covered Homebrew in November 2025. Homebrew is easy enough to use, but its package selection is mostly limited to command-line applications; if a user wants LibreOffice or to use Emacs with a GUI, Homebrew is not an option.

In order to set up a service on Bazzite, the project recommends using Podman to set up a Quadlet. This is a method of orchestrating a container or set of containers using systemd without the overhead of Kubernetes.

If those methods aren't suitable for some reason, the project recommends the AppImage format or (as a last resort) using rpm-ostree to layer packages onto the image. The project warns that layering packages "can be destructive and may prevent updates as well as other issues until the layered packages are uninstalled". Note that some ujust tasks that the project includes with Bazzite do make use of package layering, though one presumes that those operations are tested extensively. As a rule, though, users should probably avoid package layering unless it's necessary to add packages with drivers.

The obvious problem with mixing and matching multiple methods of application installation, compared with a single package manager to rule them all, is that keeping software up to date could be a hassle. However, Bazzite makes this simple; it has a "ujust update" recipe that uses the Topgrade utility to take care of updating the base image, Flatpaks, distroboxes, and Homebrew packages all at once. Users are still on their own when it comes to maintaining AppImages, though.

Playing games

There are some games, proprietary and open source, that have native builds for Linux; but the number of native Linux ports is eclipsed by the number of popular PC games that are still exclusively for Windows. However, many of the Windows-native games will play on Linux thanks to the work that has gone into projects like Wine and its vkd3d project for Microsoft's Direct3D version 12 API, as well as the DXVK project, which is a Vulkan-based translation layer for Direct3D versions 8 through 11.

Those projects are used by Proton, which is incorporated in the proprietary Steam Client, as well as the Lutris open-gaming platform for Linux; both of these are pre-installed with Bazzite. The Steam package is provided via a third-party repository since it cannot be included with Fedora. The Lutris package comes from Bazzite's repository on Fedora's Copr build service.

If one purchases games through Steam, the Steam Client is obviously the best choice. I spent several hours over the past few weeks, especially during the US Thanksgiving holiday, trying out a number of different games, ranging from games released for Windows nearly 20 years ago to "Doom: The Dark Ages", which was released in May 2025. In all, I tried about ten different games with Steam on Bazzite; some I played for about 20 minutes, and others I've logged several hours with over that time period. There are still some games that do not work well on Linux—but I did not encounter any problems during my testing. Not with the games themselves, anyway—I cannot say the same for my video-game skills, which have clearly deteriorated from disuse.

Lutris, on the other hand, proved to be frustrating. It supports games from the Steam library but works with other vendors like Battle.net, Epic Games, and Humble Bundle. In addition, it lets users install Windows games that were not acquired through one of the online stores, and acts as a launcher for gaming emulators, which it calls "runners", as well. For example, Lutris claims support for DOSBox for MS-DOS games, the MAME arcade-game emulator, and more than 50 others. It even allows users to install runners directly from Lutris rather than having to find and install them separately.

I tried installing a few Windows games from CD-ROM; each time the install seemed to work perfectly, but the games failed to launch. Unfortunately, Lutris does not have much in the way of documentation: it has a forum and Discord channel, but little in the way of actual documentation. The forum, alas, seems currently to be overwhelmed with spam about customer-service-contact numbers for airlines. The Bazzite project has some minimal documentation for Lutris, but it did not address the problems I was seeing.

Lutris was the only real sour note I had using Bazzite; I can imagine that users coming from Windows would be equally disappointed if their experience matches mine. My experience may have been an outlier and others might have better success.

I had better luck with PortProton, which is more limited in scope than Lutris but worked well at what it offers. It lets users install various game launchers written for Windows, and then use those to install games. PortProton is not installed by default with Bazzite but is available as a Flatpak. I was able to easily install games from other services, like Itch.io, whether they were Windows-only or Linux-native. It was also easy to get MAME running with PortProton, though I did not spend a lot of time (yet) finding ROMs to test it out with.

It's not all fun and games

All work and no play may make one dull, but all play and no work can have undesirable effects when it comes time to pay the bills. Unless a user has a dedicated machine for gaming, they'll want the distribution to be good for regular desktop use as well. Since Bazzite is basically Fedora under the hood it serves perfectly well as a desktop for productivity use (e.g., using LibreOffice or web-based work tools), as well as a platform for Linux development or for system administrators. It took no time at all to set up a Fedora 43 Distrobox container with my usual set of applications.

The missing piece, for me, was the choice of desktop. KDE is fine, but I've come to prefer using the niri Wayland compositor. Installing applications in a Distrobox is a piece of cake, but installing a desktop is a bit trickier. It may be possible, but it is not supported.

Since Bazzite is built using bootc, though, it is possible to create a custom image with a different selection of software. The Universal Blue project even provides an image template with instructions on how to do so, and encourages users to share examples.

Using that template, it was relatively easy to set up a custom image with niri and additional packages included so that I could use my preferred desktop. The downside is that the template and tools depend on GitHub Actions to build the image, which may not be optimal for some users. It is possible to build containers locally and use those, but I'm still tinkering with that workflow. When using the template and GitHub actions, by default, new images will be created on a schedule—those will include updates to Bazzite plus any additional packages.

Overall, Bazzite seems to be a good choice for users who prioritize PC gaming and are coming from Windows to Linux—especially those users who use Steam heavily, which seems to be the case for most of the gaming enthusiasts in my social circles.



to post comments

Doesnt work for me

Posted Dec 9, 2025 20:14 UTC (Tue) by hisdad (subscriber, #5375) [Link] (12 responses)

I installled it to my 2018 vintage XPS15 (Nvidia).
Complete failure with my Steam games. Fallout 4, Skyrim, Oblivion, dont load.
Gave up, gone back to windows.

Doesnt work for me

Posted Dec 9, 2025 20:56 UTC (Tue) by brunowolff (guest, #71160) [Link] (8 responses)

That's odd because Steam runs on linux. I don't like Steam for my own use, but I appreciate that Valve has funded a lot of development that ends up in wine. I run some GOG games under Fedora and things work pretty well. I play a fair amount of HOMM3 and SOASER. HOMM3 has occasional crashes on one machine, that I expect are tied to that hardware in some manner. Otherwise things work really well. Other GOG games I have, seem to mostly work, but I rarely end up playing them. I don't play any massively multiplayer games, where cheating is a real problem. So I don't have experience on whether any anti-cheat stuff works.

Doesnt work for me

Posted Dec 9, 2025 21:10 UTC (Tue) by hisdad (subscriber, #5375) [Link] (3 responses)

I know there was a version release recently. In a few months I'll have more time, so I'll try again..
I would sure like it to work...
--Dad

Doesnt work for me

Posted Dec 9, 2025 21:14 UTC (Tue) by jzb (editor, #7867) [Link] (2 responses)

I wonder how long it's been since you tried it? I don't have all the games you mentioned, but I did just fire up Skyrim (Elder Scrolls V) and it works fine. But you have a different hardware setup so it's hard to say whether things would be better now for you.

Doesnt work for me

Posted Dec 9, 2025 22:17 UTC (Tue) by jkingweb (subscriber, #113039) [Link] (1 responses)

Proton I think still has to be explicitly enabled if one wants to play Windows games; maybe that's where the confusion lies?

Doesnt work for me

Posted Dec 10, 2025 13:41 UTC (Wed) by raven667 (subscriber, #5198) [Link]

I don't think so, I'm running Bazzite on an 10yo ASUS G20CB with nVidia GTX980 and Steam games just install and run with zero fiddling, Steam automatically installs and uses the right runtime/proton for the game, although I think you can change which version is used in the launcher shortcut for the game in steam. To the OPs point I installed Fallout 4 last night and played for an hour with no issues, ultra settings, buttery smooth, as easy as a console.

Doesnt work for me

Posted Dec 10, 2025 4:22 UTC (Wed) by NYKevin (subscriber, #129325) [Link] (2 responses)

> I don't play any massively multiplayer games, where cheating is a real problem. So I don't have experience on whether any anti-cheat stuff works.

As a rule of thumb, recent online multiplayer games do not run on any platform other than Windows. This is because they want to install kernel drivers and suchlike to prevent cheating, and no amount of Wine-like chicanery will ever enable that to work. You would at least need a full userspace implementation of the NT kernel, and more realistically a hypervisor or VM. But I imagine that some of them also want to talk to the TPM etc. and will refuse to run in a non-ring-0 configuration.

Doesnt work for me

Posted Dec 10, 2025 4:25 UTC (Wed) by NYKevin (subscriber, #129325) [Link]

I should also note for the record that many *older* multiplayer games are totally fine on Linux. Some of them are even Steam Deck verified. It's mostly just the hypercompetitive Fortnite knockoffs that do the whole Windows-only kernel-level anticheat thing.

Doesnt work for me

Posted Dec 10, 2025 10:18 UTC (Wed) by farnz (subscriber, #17727) [Link]

At the moment, "requires Secure Boot on Windows" is a good proxy for "will not run on any other platform". Those are the games that have anti-cheat that is likely to be problematic on Linux, for now.

Doesnt work for me

Posted Dec 11, 2025 12:50 UTC (Thu) by khim (subscriber, #9252) [Link]

> I run some GOG games under Fedora and things work pretty well.

GOG is a bit different. It's no longer calls itself “Good Old Games”, but it still cares, very much, about 10+ years old games. Steam… doesn't exactly break these on purpose, but it just doesn't spend time patching these.

Fallout 3 was broken for years on Steam, while GOG version worked fine… and that's on Windows, not Linux!

I think recently Valve started becoming more and more serious about Linux… and that made Steam games work better on Windows, too (wouldn't be surprised to find out that Fallout 3 works now, again). But that's relatively recent change.

Doesnt work for me

Posted Dec 10, 2025 5:09 UTC (Wed) by raven667 (subscriber, #5198) [Link]

I guess you didn't win the Linux-compatibility hardware lottery, it sucks that nvidia compatibility is so poor with your laptop chip, there's a reason why the Valve Steam first-party hardware is all AMD/ATI graphics.

Doesnt work for me

Posted Dec 10, 2025 7:32 UTC (Wed) by tomsi (subscriber, #2306) [Link]

From what I understand - Proton and steam works best with AMD GPU's. It is more difficult getting Nvidia GPU's to play nice.

Doesnt work for me

Posted Dec 10, 2025 13:37 UTC (Wed) by iabervon (subscriber, #722) [Link]

I think that might be from the time period when Nvidia PCI IDs were all different with respect to which chipset features were actually there, and the complete list was only ever in the official drivers and not possible to determine by probing. I made a bug report in that era about graphics on my laptop not working properly after suspend/resume, and the fix was a line in a table that said my exact PCI ID had one of something, rather than two like other devices with the same product name. There's a good chance that reporting that your PCI ID doesn't work and giving them the debugging output they ask for would lead to the line in the table that gets your particular hardware working, too.

It's still worth checking protondb.com for fixes

Posted Dec 10, 2025 8:22 UTC (Wed) by k3ninho (subscriber, #50375) [Link]

I didn't see protondb.com cited. It's still worth checking protondb.com for fixes and runtime parameters for the Windows-native games you want to run.

Despite many games being tested and validated for Steam Deck compatibility, there's a community-sourced database of gotchas and optimisations at protondb.com. Someone may have the same combination of esoteric hardware and provide incantations to get good performances from your devices.

K3n.

Old CD games: Age of Empires

Posted Dec 10, 2025 10:24 UTC (Wed) by Wol (subscriber, #4433) [Link]

> I tried installing a few Windows games from CD-ROM; each time the install seemed to work perfectly, but the games failed to launch.

Age of Empires is about the only reason I keep an old WinXP VirtualBox around - Wine apparently can't cope with the CD protection mechanism used by Win95. The game requires either the CD to be in the drive, or you are in a multi-player game where someone else has the CD. While VirtualBox can use a CD Image to fool the game, Wine couldn't last I tried.

Cheers,
Wol

Getting old Loki titles to run

Posted Dec 10, 2025 14:04 UTC (Wed) by raven667 (subscriber, #5198) [Link] (1 responses)

I've mostly used Bazzite to run Steam games without trouble, but I thought it'd be fun to tinker with getting some of the old Loki games working, I own at least half or more of them, as well as some of the Hyperion published games. One thing I needed to do was use rpm-ostree to layer on:

'gtk+.i686' 'gtk+.x86_64' audiofile.i686 audiofile.x86_64 esound-libs.i686 esound-libs.x86_64 sdl12-compat.i686 SDL_mixer.i686 SDL_sound.i686 SDL_ttf.i686

which amazingly are still included with 32-bit builds in Fedora 43. Getting the installers to work required applying `linux32` to pretend to be an i686 system instead of x86_64 because the installers didn't know what to do with that since that platform type didn't exist when they were written, and getting sound to work requires using `padsp-32` to provide an emulated /dev/dsp sound device which directs into Pipewire using its PulseAudio support. I was able to get Heretic 2, SiN and Jagged Alliance 2 to work (IIRC) but not Railroad Tycoon 2, Alpha Centauri or Heavy Gear. Some of these use libSDL-1.1 and not 1.2 so can't make use of the modern library build, or they use other dynamic libraries which they weren't bundled with but rely on that aren't present on modern systems. I haven't spent more time on it because the point is to _not_ make fiddling with the computer to be the game, and just play games, which otherwise work just fine, including recent ones like Doom Eternal (although I think I like Hard Reset more).

Getting old Loki titles to run

Posted Dec 10, 2025 14:14 UTC (Wed) by jzb (editor, #7867) [Link]

One of my minor regrets is not saving the nice tin that Quake III Arena came in from Loki. I played so much Q3A in part because it was (and still is!) fun, but also because it was Linux-native and there were so few choices then. It was so cool to be able to play something on Linux instead of Windows.

There are, of course, a number of Linux ports for Q3A that you could use with the game files from the Loki version. Perhaps that would make a good article, I'd have to test them very thoroughly...

Heroic launcher as an alternative to Lutris

Posted Dec 10, 2025 14:22 UTC (Wed) by amit (subscriber, #1274) [Link] (2 responses)

For most purposes, Heroic offers a much more user-friendly UI to Lutris, and can run custom launchers, as well as connect to a couple game stores.

Heroic launcher as an alternative to Lutris

Posted Dec 23, 2025 13:09 UTC (Tue) by Flozza (subscriber, #170294) [Link] (1 responses)

100% this! I mostly use Steam but bought a game on GOG. Using Lutris was a giant pain and I felt thrown back to 15 years ago when I had to tinker with wine to get things running. Found Hero Launcher recommended somewhere and suddenly it “just works” again! Shame that GOG doesn’t have a native Linux client…

Heroic launcher as an alternative to Lutris

Posted Dec 23, 2025 13:31 UTC (Tue) by pizza (subscriber, #46) [Link]

> Shame that GOG doesn’t have a native Linux client…

It's not official, but have you tried minigalaxy [1] ?

[1] https://github.com/sharkwouter/minigalaxy/

Try Heroic?

Posted Dec 10, 2025 14:33 UTC (Wed) by nix (subscriber, #2304) [Link]

Rather than Lutris, you might find Heroic <https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher> to be a better choice for non-Steam installations. It works for me on both Bazzite and the Deck (and more conventional distros) with nary a problem.

a fan

Posted Dec 11, 2025 0:32 UTC (Thu) by yanfali (subscriber, #2949) [Link] (1 responses)

Definitely the easy button for setting up gaming if you are in the AMD ecosystem. I use ryzen cpus (5070x3d) and gpus (9070) and it's an outstanding experience for couch tv gaming.

The most difficult part was learning the distro ins and outs. Ujust upgrade is your friend and can only be run from the desktop afaik.

Brew has many bleeding edge cli packages. Flatpak apps. And last but not least rpm-ostree.

Once you've got those figured out it is a good experience. Adding hard drives can be weird. It wants everything to be btrfs and it is better if you let steam manage drives once they are mounted.

You can use fstab or systemd but it slows booting a lot. Analyze wasnt insightful.

Other than that its and appliance. My wife uses if daily with no complaints.

a fan

Posted Dec 11, 2025 7:53 UTC (Thu) by yanfali (subscriber, #2949) [Link]

Oh also emudeck is supported by bazzite from ujust. This is a curated collection of emulators and a port of emulation station desktop edition. A really great UI for emulation and curating roms. It integrates directly into steam making it a very console like experience.

Chrome Flatpak version

Posted Dec 12, 2025 15:09 UTC (Fri) by re:fi.64 (subscriber, #132628) [Link] (2 responses)

> If one wants to install Google Chrome, for example, it seems like a good idea to get a package directly from Google rather than a third-party Flatpak that may well be out of date with the upstream release. The current Flathub version is the 142.0.7444.175 from November 17, while the most recent release from Google is 143.0.7499.40; that release has 13 security fixes that users no doubt would like to have immediately.

(maintainer here) This sounds a bit longer than it actually was: there were no stable releases of Chrome for Linux *at all* between the two mentioned ones (likely because of US holidays), and the 143 flatpak was uploaded just a few days after release, which is around the upper limit of what I try to aim for. I think you might have checked the version very shortly before it was updated.

Chrome Flatpak version

Posted Dec 12, 2025 15:16 UTC (Fri) by jzb (editor, #7867) [Link] (1 responses)

Thanks for the reply! I wonder ... is there a way to get a history of updates for a Flatpak to see how quickly a Flatpak tends to be updated as compared to the upstream version? That would be interesting to know in the future...

Chrome Flatpak version

Posted Dec 13, 2025 15:42 UTC (Sat) by cesarb (subscriber, #6266) [Link]

> is there a way to get a history of updates for a Flatpak

For Flathub, AFAIK you can look at the corresponding git repository: https://github.com/flathub/com.google.Chrome/commits/master/

I just use Fedora 43

Posted Dec 20, 2025 13:54 UTC (Sat) by poc (subscriber, #47038) [Link]

Bazzite may be helpful for those coming from other platforms, but I just use F43 for gaming. I have Steam, Heroic and Lutris installed. I mostly use Steam but Heroic is good for some non-Steam games. Lutris is a mess in my experience. The lack of documentation and the peculiar (to me) interface put it way down the list. I strongly recommend visiting protondb.com for real-world feedback on how games actually run and what tweaks may be required. And install GE-proton, which is often more up to date than the stock Steam library.

Slightly OT: much kudos to the people behind the Sunshine streaming server and Moonlight client that let me play on my TV from the sofa.


Copyright © 2025, Eklektix, Inc.
This article may be redistributed under the terms of the Creative Commons CC BY-SA 4.0 license
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds