Project

General

Profile

Bug #181

Updated by J. Templ almost 8 years ago

HostDialog.OpenExternal, which is used by Dialog.OpenExternal, does not report any error messages and does not always work as expected under Linux wine. It is proposed to add clear text error messages at least for the most common errors and to improve the behavior under wine. The special situation under wine is that there are two levels of associations with filename extensions and protocols: (1) wine's Windows registry and (2) the Linux desktop. The wine associations should take precedence. 
 In addition, it is proposed to add error handling also to RunExternal and to improve its behavior when calling 'cmd' under wine.

Back