On Wed, 2007-04-11 at 11:14 +0000, L. Rahyen wrote:
Wednesday April 11 2007 09:56、Scott Ritchie さんは書きました:
I have a single, very old application that needs to run in Windows 98 mode with a 640x480 virtual desktop.
But, I'd like to run other applications at the same time. How come I can't set winecfg to make a virtual desktop for just this application, and handle everything else in the window manager?
Very simple. Run your application like this:
wine explorer /desktop=MyDesktopName,640x480 myprogram.exe
So why doesn't winecfg let me do this? ;)
I'll make a wiki page for things winecfg needs to be improved with.
Thanks, Scott Ritchie