this post was submitted on 16 Apr 2026
33 points (66.3% liked)

Linux Gaming

25588 readers
179 users here now

Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.

This page can be subscribed to via RSS.

Original /r/linux_gaming pengwing by uoou.

No memes/shitposts/low-effort posts, please.

Resources

Help:

Launchers/Game Library Managers:

General:

Discord:

IRC:

Matrix:

Telegram:

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] thingsiplay@lemmy.ml 1 points 1 week ago (2 children)

I don't understand why you were getting downvoted for the choice to use umu launcher over Lutris. What am I missing?

[–] Siegfried@lemmy.world 2 points 1 week ago

My guess is that some people have grown a little to attach to lutris. I'm not acustom to this kind of behavior inside the linux comunity

[–] catlover@sh.itjust.works 2 points 1 week ago

I don't know either, but I don't mind, and its up to them.

Adding a bit of info to my comment: With lutris all I did was playing non steam games. Added an executable, set the wine version to GE or something, and used lutris lutris:rungameid/12 or something like this with a flag that didn't start the GUI (can't remember now).

Now all I do is:

#!/bin/bash
export WINEPREFIX=$HOME/Games/game-data/battlenet-wineprefix
export PROTONPATH="$HOME/.steam/steam/compatibilitytools.d/GE-Proton10-33"
umu-run "$WINEPREFIX/drive_c/Program Files (x86)/Battle.net/Battle.net.exe"

This is just the basics, I like umu-launcher better, because I have longer scripts that set a lot of env vars, and do other stuff before starting the game. I guess lutris can do this too, but I'm not familiar with it, and its easier to do for me in a bash script.

I found umu-launcher because of this whole AI included into lutris drama. While lutris has a whole gui and everything that I don't use, I feel like umu-launcher is exactly what I need, nothing more.