xenia icon indicating copy to clipboard operation
xenia copied to clipboard

Replace system() with posix_spawn in LaunchFileExplorer.

Open apemax opened this issue 3 years ago • 3 comments

This commit replaces system() with posix_spawn.

apemax avatar Feb 01 '22 20:02 apemax

Can you please squash the two commits into one as the new one largely supersedes the first commit?

Triang3l avatar Feb 08 '22 19:02 Triang3l

Implemented all corrections apart from the extern char** environ; being global, However it seems like the only way for it to work is by being global. getenv can be used but it would require a lot more code to get all the required environment variables. Any thoughts on this or anything else outstanding?

Will squash these commits once LaunchFileExplorer is finalised.

apemax avatar Feb 12 '22 19:02 apemax

@JohnHenry150 This tone is not appreciated on this project, nor are any of the issues you've mentioned relevant to the PR in any way

Razzile avatar May 19 '23 09:05 Razzile