Steam Notes
Table of Contents
1. Installation
1.1. Installation - Rocky Linux
1.1.1. Install Flatpak
-
Install
Flatpaksudo dnf install -y flatpak -
Add the
FlathubRepositorysudo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepoLog out and log back in after this step to ensure your system and application menus recognize the new packages. -
Add Flathub to the user installation
flatpak remote-delete --user flathubflatpak remote-add --user flathub https://dl.flathub.org/repo/flathub.flatpakrepo
1.1.2. Install Steam
-
Grant permissions
flatpak override --user com.valvesoftware.Steam --device=all flatpak override --user com.valvesoftware.Steam --socket=pulseaudio flatpak override --user com.valvesoftware.Steam --socket=wayland --socket=x11 flatpak override --user com.valvesoftware.Steam --share=network flatpak override --user com.valvesoftware.Steam --filesystem=xdg-run/app/com.valvesoftware.Steam:create -
Fix Zenity’s GDK monitor errors (common on headless / multi‑monitor setups)
X11flatpak override --user com.valvesoftware.Steam --env=GDK_BACKEND=x11Waylandflatpak override --user com.valvesoftware.Steam --env=GDK_BACKEND=wayland -
Install
Steam(user mode)flatpak -y install --user flathub com.valvesoftware.Steam -
Launch
Steamflatpak run com.valvesoftware.SteamMust launch a desktop session in order for this to work!
1.2. Troubleshooting
-
If the following appears:
Looking for matches… error: Unable to load summary from remote flathub: GPG verification enabled, but no summary found (check that the configured URL in remote config is correct) -
Do this:
-
Delete the broken remote
sudo flatpak remote-delete flathub -
Remove any leftover broken metadata
sudo rm -rf /var/lib/flatpak/repo/flathub*sudo rm -rf /var/lib/flatpak/repo/tmp/* -
Add the
FlathubRepositorysudo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo -
Confirm
flatpak remotes --show-detailsOutput should contain the following URL:URL: https://dl.flathub.org/repo/
-