https://bugs.kde.org/show_bug.cgi?id=386886
Bug ID: 386886 Summary: Bluez-Qt leaks rfkill file descriptor into all child processes of KDE session Product: frameworks-bluez-qt Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: now...@gmail.com Reporter: o.freyerm...@googlemail.com Target Milestone: --- All processes in my KDE session have an extra FD open pointing to /dev/rfkill, easily checkable with: ls -la /proc/self/fd lrwx------ 1 olifre olifre 64 14. Nov 00:11 0 -> /dev/pts/13 lrwx------ 1 olifre olifre 64 14. Nov 00:11 1 -> /dev/pts/13 lrwx------ 1 olifre olifre 64 14. Nov 00:11 2 -> /dev/pts/13 lr-x------ 1 olifre olifre 64 14. Nov 00:11 30 -> /dev/rfkill Fix is simple and put up here: https://phabricator.kde.org/D8806 -- You are receiving this mail because: You are watching all bug changes.