tools/wineshelllink: do not execute applications directly, use 'start' utility instead

Vitaliy Margolen wine-devel at kievinfo.com
Sun Dec 23 11:03:46 CST 2007


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.



More information about the wine-devel mailing list