On Monday, 31 January 2022 08:46:19 PST Albert Astals Cid wrote:
> QProcess has this ?undocumented? feature that when you do
> QProcess::start("bloblo") it will start bloblo from the current working
> directory (CWD) if it's there and it's not in PATH (at least on Linux)
That's a bug.
> But we ha
QProcess has this ?undocumented? feature that when you do
QProcess::start("bloblo") it will start bloblo from the current working
directory (CWD) if it's there and it's not in PATH (at least on Linux)
To me this is rather surprising and it seems it's the same for everyone since
everyone I menti