On Mon, Aug 18, 2014 at 6:17 PM, jre <[email protected]> wrote: > Hi Michael, > > your additions to the README.Debian do help, but they don't actually > solve the whole problem. So I ask you to reopen this bug. > > AFAIK currently there is NO way to use upstream's default setting for > WINEDEBUG automatically. I tried WINEDEBUG="" but this is resolved to -all. > > > I didn't find any documentation on upstream's default. But even if I had > found it, I don't like setting a variable in .bashrc for a value that > upstream might change some time. > > > If you still prefer your solution with -all and don't want to make it > possible to use the default I propose to at least give an example > replicating upstream's default [1] and some links [2] in README.Debian. > > [1] > I assume this is upstream's default for WINEDEBUG: > WINEDEBUG="err+all,warn+all,fixme+all" > > [2] > http://wiki.winehq.org/DebugChannels and/or > https://www.winehq.org/site/docs/wineusr-guide/x543#AEN545 > > jre > > _______________________________________________ > pkg-wine-party mailing list > [email protected] > http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-wine-party >
Upstream's default is fixme+all,err+all. I don't know of a webpage explicitly stating such, but you can see that in the source here: https://source.winehq.org/git/wine.git/blob/HEAD:/libs/wine/debug.c#l44 I would also request that the default value be kept. The first thing we ask for in upstream bugzilla is for a log with the default WINEDEBUG output, and we assume that distributions haven't disabled it. Debian is the only distribution doing so, to my knowledge. -- -Austin

