Lutris on Flatpak
Lutris is a video game preservation project. It installs and launches games so you can start playing without the hassle of setting up your games. This repository allows installing Lutris through Flatpak.
Installation
flatpak install flathub net.lutris.Lutris
Running
Launch Lutris from your desktop menu, or via command line:
flatpak run net.lutris.Lutris
Building
To compile Lutris as a Flatpak, you'll need both Flatpak and Flatpak Builder installed. Once you manage that, do the following...
- Clone this repository and
cd
into it - Add the git submodules
git submodule init git submodule update
- Add flathub-beta remote (same as in "Installation" section)
- Compile the flatpak
flatpak-builder --repo=lutris --force-clean --install-deps-from=flathub build-dir net.lutris.Lutris.yml
- Add the local repo and install the flatpak
flatpak remote-add lutris lutris --no-gpg-verify flatpak install lutris net.lutris.Lutris
MangoHud
To enable MangoHud support install
flatpak install flathub org.freedesktop.Platform.VulkanLayer.MangoHud
Known issues
-
Lutris cannot detect my custom Games folder Related issue: #79
Add the adequate filesystem override
flatpak override --filesystem=/path/to/your/Folder net.lutris.Lutris