-
Notifications
You must be signed in to change notification settings - Fork 311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change description how a wine-application conf file has to be named #654
Comments
That it's case sensitive and that it doesn't include the |
I think it's also important to mention that And I tried configuring BattleNet because it's the app that is started in Lutris. CoreCtrl for example requires to make a profile for BattleNet. I guess this is the case with every game that is launched via a launcher. This is unintuitive, though - you're definitely right there. Someone who doesn't use CoreCtrl might not try this. On the other hand, many players might not even know that I mentioned all of this because that's precisely what I tried doing. Maybe it would be a good way split it up and in the same turn also provide an example:
Example: For Overwatch, this would be If you start the game from the terminal with MangoHud enabled (for example by starting Lutris from the terminal), it will tell you the the config file names it is looking for. |
Probably doesn't need underscore in |
The current description is unintuitive. I didn't get it, asked in a forum, and the most common answer was basically that it's not working.
I suggest something in the form of:
/path/to/application/dir/MangoHud.conf
for native applicationsPer-application configuration in
~/.config/MangoHud
:i.
~/.config/MangoHud/<application_name>.conf
for native applications where<application_name>
is the case sensitive name of the executableii.
~/.config/MangoHud/wine-<application_name>.conf
for wine/proton apps, where<application_name>
is the case sensitive name of the actually running executable (not a launcher) without the.exe
ending. For example for Overwatch, this would beOverwatch.conf
because the actual game isOverwatch.exe
, even though the executable you run from Lutris isBattle.net.exe
~/.config/MangoHud/MangoHud.conf
The text was updated successfully, but these errors were encountered: