gamemode icon indicating copy to clipboard operation
gamemode copied to clipboard

Gamemoderunexec doesn't work

Open ghost opened this issue 5 years ago • 1 comments

Describe the bug If I put for example export GAMEMODERUNEXEC=mangohud in .profile,then it doesn't work,but the commands work if I do it on a per game basis,but I wanna use them globally.

To Reproduce Steps used to reproduce the behavior: Open .profile,put something like export GAMEMODERUNEXEC=mangohud in it. Expected behavior That it works globally.

System Info (please complete the following information): image image

ghost avatar Jan 22 '21 08:01 ghost

Just a sanity check:

  • is it properly exported?
  • does it have any effect? (e.g. putting echo "whatever" > some_path as GAMEMODERUNEXEC's command)

Esgariot avatar Apr 25 '21 11:04 Esgariot