Sylvain Petreolle a écrit :
I have a problem with wcmd.
I set "Desktop" to 640x480 for wcmd in .wine/config. wcmd should display its window in the desktop, for now it doesn't.
Steps to reproduce it: set global "Desktop" to "N" in x11drv section. add a Appdefaults entry for wcmd.exe and set "Desktop" = N in x11drv section.
launch wcmd: a desktop is opened but wcmd opens its own window.
you need to set the Desktop for wineconsole.exe not wcmd.exe (a CUI app doesn't have a window, so it doesn't use the Desktop option)
A+