https://bugs.kde.org/show_bug.cgi?id=411093
Daniel Kraus <boven...@bovender.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED Resolution|--- |WORKSFORME --- Comment #5 from Daniel Kraus <boven...@bovender.de> --- The problem was solved by tearing down AppArmor, then restarting it. ``` sudo service apparmor teardown sudo service apparmor start ``` (NB: `systemctl` cannot handle the `teardown` task, and `stop` won't do it) -- You are receiving this mail because: You are watching all bug changes.