[fpc-devel] "Exception while creating process: Could not detect X-Terminal program" / Fedora 20

Michael Van Canneyt michael at freepascal.org
Sun Nov 9 13:43:51 CET 2014



On Sun, 9 Nov 2014, Marco van de Voort wrote:

> In our previous episode, Martin Frb said:
>>> path. The error message indicates that there is no such program. You
>>> can't get more clear than that, I would think ?
>>
>> Well to me this error says, this is the current supported list, probably
>> because this are all known (common) terminals at the time this was last
>> looked at.
>
> (afaik you can additional terminals to a global called "tryterminals", so
> you can override without rebuild)

Exactly. 
Something added specifically to deal with this kind of situations, 
if the 8 defaults are not enough:

Var
  TryTerminals : Array of string;
  XTermProgram : String;


Michael.



More information about the fpc-devel mailing list