You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steam log: (replaced absolute home path with $HOME)
INFO: process vulkandriverquery is blacklisted in MangoHud
skipping config: $HOME/.local/share/Steam/ubuntu12_64/MangoHud.conf [ not found ]
skipping config: $HOME/.config/MangoHud/vulkandriverquery.conf [ not found ]
parsing config: $HOME/.config/MangoHud/MangoHud.conf [ ok ]
Proton game log from the same Steam instance: skipping config: $HOME/.config/MangoHud/MangoHud.conf [ not found ]
It seems Steam loads default config ( $XDG_CONFIG_HOME/MangoHud/MangoHud.conf) file, but not the subprocess game/app.
NB: the config file is perfectly loaded outside of Steam.
Even if the Steam proton subprocess exec somewhere through some chroot of its own, the path is set as absolute.
EDIT: it seems the subprocess exec screws up the actual $HOME with a user1000 one... Any workaround ?
It worked perfectly in 0.5 and less, now it will not load my absolute set path to configfile.
Steam launch command
LC_ALL=en_US.utf8 HOME=${XDG_DATA_HOME}/steam_clean /bin/steam 2>&1
Global vars :
Steam log: (replaced absolute home path with $HOME)
Proton game log from the same Steam instance:
skipping config: $HOME/.config/MangoHud/MangoHud.conf [ not found ]
It seems Steam loads default config ( $XDG_CONFIG_HOME/MangoHud/MangoHud.conf) file, but not the subprocess game/app.
NB: the config file is perfectly loaded outside of Steam.
Even if the Steam proton subprocess exec somewhere through some chroot of its own, the path is set as absolute.
EDIT: it seems the subprocess exec screws up the actual $HOME with a user1000 one... Any workaround ?
EDIT #2: fixed it, found out it was not related to 0.6 but to Proton 5.13 on a Steam runtime update #369 (comment)
closing this issue.
The text was updated successfully, but these errors were encountered: