Skip to content

xsettings: restrict `pidof` to own processes

Fushan Wen requested to merge work/cherry-pick-124a0105 into Plasma/5.27

pidof can potentially return a pid from other users. Use pgrep -U instead.

(cherry picked from commit 124a0105)

Merge request reports