How do I make wine not showing any debug messages the default setting? I've found WINEDEBUG=-all wine ./program.exe as a way to turn off debug for the program I'm currently running, but how do I make it the default for everything?
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
|
|
What you need to do is make the environment variable permanent, which you can do in your Open it in your favourite editor and add to the bottom:
The next new Terminal you open will trigger that setting and Since |
|||
|
|
