Recently removed lutris and just using umu launcher with custom wine prefixes
- 0 Posts
- 4 Comments
Joined 3 years ago
Cake day: June 25th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
catlover@sh.itjust.worksto
Technology@lemmy.world•Linux lays down the law on AI-generated code, says yes to Copilot, no to AI slop, and humans take the fall for mistakes — after months of fierce debate, Torvalds and maintainers come to an agreementEnglish
60·17 days agoI’d still be highly sceptical about pull requests with code created by llms. Personally what I noticed is that the author of such pr doesn’t even read the code, and i have to go through all the slop
catlover@sh.itjust.worksto
Selfhosted@lemmy.world•Jellyfin critical security update - This is not a jokeEnglish
0·28 days agoI forgot that it’s April first, and was wondering what catasthropic event had happend in order that it had to be stated in the title that its not a joke

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/12or 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.