https://bugs.kde.org/show_bug.cgi?id=423902
--- Comment #11 from Riccardo Robecchi <sephiroth...@hotmail.it> --- (In reply to Christoph Feck from comment #10) > On my system, 'strace' needs the following strace syntax: > > strace -e trace=clone,execve,openat --follow-forks -p <dolphin-PID> > > Replace '<dolphin-PID>' with the process number for the currently running > Dolphin (which you can find in Ctrl+Esc dialog or via 'ps x | grep dolphin' > command). As far as I was able to understand, it seems like on neon/Ubuntu 18.04 the correct syntax is: strace -e trace=clone,execve,openat -f -p <dolphin-PID> Please find the log in the attachments. -- You are receiving this mail because: You are watching all bug changes.