Skip to content

xwayland: Allow QProcess to use vfork()

Vlad Zahorodnii requested to merge work/zzag/xwayland-allow-vfork into master

If a child process modifier function is provided, the QProcess won't use vfork() anymore because it does not know what the modifier is going to change.

Since the process modifier only changes the file descriptors, it should be okay to use vfork().

Merge request reports

Loading