DesktopWindow

Windows Desktop Window

This project was aimed at supporting the standard Windows desktop window. It depends on the WineExplorer process.

An application like notepad can be opened in a new virtual desktop window with the following command:

 wine explorer /desktop=ref,800x600 notepad

The virtual desktop window then has a size of 800x600 px and can be referenced by the string "ref" to open further applications in it. The reference of the virtual desktop opened by the option in winecfg is "default". For further invocations on the same reference the size argument is ignored.

Status

(./) AlexandreJulliard completed the work in a series of patches:

This is part of IntegrationProjects

DesktopWindow (last edited 2008-05-03 02:36:24 by nathan.n)