Re: Please check your QProcess/KProcess invokations

2022-01-31 Thread Thiago Macieira
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

Please check your QProcess/KProcess invokations

2022-01-31 Thread Albert Astals Cid
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