Skip to content

effects/screenshot: Fix potentially leaking screenshot fds to child processes

Vlad Zahorodnii requested to merge work/cherry-pick-c2c229fb into Plasma/5.27

dup() doesn't copy flags such as FD_CLOEXEC.

(cherry picked from commit c2c229fb)

Merge request reports