Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flathub/net.lutris.lutris
https://github.com/flathub/net.lutris.lutris
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/flathub/net.lutris.lutris
- Owner: flathub
- Created: 2019-06-03T19:45:01.000Z (over 5 years ago)
- Default Branch: beta
- Last Pushed: 2024-12-11T18:40:22.000Z (16 days ago)
- Last Synced: 2024-12-11T19:43:37.939Z (15 days ago)
- Language: Python
- Homepage: https://flathub.org/apps/details/net.lutris.Lutris
- Size: 1000 KB
- Stars: 130
- Watchers: 9
- Forks: 26
- Open Issues: 58
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lutris on Flatpak
[Lutris](https://lutris.net) 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](https://flatpak.org).## Installation
```sh
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](https://flatpak.org/) and [Flatpak Builder](http://docs.flatpak.org/en/latest/flatpak-builder.html) installed. Once you manage that, do the following...
0. Clone this repository and `cd` into it
1. Add the git submodules
```sh
git submodule init
git submodule update
```
3. Add flathub-beta remote (same as in "Installation" section)
4. Compile the flatpak
```sh
flatpak-builder --repo=lutris --force-clean --install-deps-from=flathub build-dir net.lutris.Lutris.yml
```
3. Add the local repo and install the flatpak
```sh
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](https://github.com/flathub/net.lutris.Lutris/issues/79)Add the adequate filesystem override
``` sh
flatpak override --filesystem=/path/to/your/Folder net.lutris.Lutris
```