Skip to content

wineboot: Allow Wine to display custom boot initialization resource

Dan Mondrik requested to merge danrm/wine:master into master

The problem being solved is that the first-time initialization of Wine displays a dialog saying it is Wine. If a custom packaged application uses its own prefix directory and wants to appear native, that dialog can appear surprising.

When the environment variable WINEBOOTRESOURCEMODULE is set, use it to load the dialog and icon on the first application run. If that module does not exist or does not supply the appropriate resources, fall back to the default ones.

Edited by Dan Mondrik

Merge request reports

Loading