http://bugs.winehq.org/show_bug.cgi?id=22422
Summary: Add "env WINEDEBUG=-all" to desktop files Product: Wine Version: 1.1.40 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: trivial Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: pzinin@gmail.com CC: dank@kegel.com
When Wine converts .lnk files to .desktop, it adds something like: env WINEPREFIX=~/.wine <blablabla>
Why not add something like this: env WINEDEBUG="-all" WINEPREFIX=~/.wine <blablabla>
1) When we running .desktop file, then no console is showing, then output will go to /dev/null. 2) Most games work much faster with WINEDEBUG="-all".