Kirill K. Smirnov wrote: > This is needed by console applications. > Fixes bug #10867 > > -Exec=env WINEPREFIX="${WINEPREFIX:-$HOME/.wine}" wine "$path" $args > +Exec=env WINEPREFIX="${WINEPREFIX:-$HOME/.wine}" wine start "$path" $args This is not correct. If console needs to be created for those apps and there isn't one, then Wine should do it when starting an app.
Vitaliy.