control: tag -1 upstream control: severity -1 wishlist On Nov 28, 2018 at 7:12 PM Vincent Lefevre wrote: > 1. When X11 is not used like here, there is no reason to try to use > DISPLAY (or at least, error messages should be deferred). Note that > "env -u DISPLAY wine tversion.exe" doesn't output any error message.
Why not correct the invalid DISPLAY setting in your displayless environment? I suppose wine could delay initializing X until it knows the application its launching actually needs it, but that is not how it is designed now. This is a new feature that you could request of upstream. Best wishes, Mike