crimson-snow / net.lutris.Lutris

Home Page:https://flathub.org/apps/details/net.lutris.Lutris

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  1. Add Flathub Beta remote

    flatpak remote-add flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
    flatpak update --appstream
  2. Install GNOME Compat and GL32 extensions

    flatpak install flathub org.gnome.Platform.Compat.i386 org.freedesktop.Platform.GL32.default org.freedesktop.Platform.GL.default

    Make sure that you install the same branches as the ones used by net.lutris.Lutris, usually the latest ones.

    DO NOT confuse org.gnome.Platform.Compat.i386 with org.freedesktop.Platform.Compat.i386.

  3. Install Lutris

    flatpak install flathub-beta net.lutris.Lutris

Running

Launch Lutris Beta 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...

  1. Clone this repository and cd into it
  2. Add the git submodules
    git submodule init
    git submodule update
  3. Add flathub-beta remote (same as in "Installation" section)
  4. Compile the flatpak
    flatpak-builder --repo=lutris --force-clean --install-deps-from=flathub-beta build-dir net.lutris.Lutris.yml
  5. 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

About

https://flathub.org/apps/details/net.lutris.Lutris


Languages

Language:Python 100.0%