https://bugs.kde.org/show_bug.cgi?id=412705
--- Comment #6 from Mariusz Glebocki <m...@arccos-1.net> --- Reverting this should help: https://invent.kde.org/kde/konsole/commit/660559600f1663e4538611870d1fcde418e55704 This code creates named file, which must be removed by working program. Unnamed files are removed by kernel automatically. Access to unnamed files (under linux) is provided through /proc/XXX/fd/: lrwx------ 1 mglb mglb 64 Oct 9 00:58 17 -> '/tmp/#6060213 (deleted)' lrwx------ 1 mglb mglb 64 Oct 9 00:58 18 -> '/tmp/#6060214 (deleted)' lrwx------ 1 mglb mglb 64 Oct 9 00:58 19 -> '/tmp/#6060215 (deleted)' I'll test it tomorrow. -- You are receiving this mail because: You are watching all bug changes.