https://bugs.kde.org/show_bug.cgi?id=470053
ratijas <m...@ratijas.tk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |FIXED --- Comment #4 from ratijas <m...@ratijas.tk> --- OK, so the error message from flatpak CLI is a bit misleading (it "thinks" that you are trying to set permissions with command arguments like `--nofilesystem` when in fact you are just requesting printing them out), but what matter is that flatpak rightfully fails to parse this: filesystems=!xdg-music:ro;!xdg-pictures:ro because mixing negation `!` and any of the :suffix modes is not well-defined. This is most likely a leftover from our previous buggy version. In this broken case it doesn't matter how FlatSeal interprets it. It's just plainly invalid. There's only so much we could do about it now. I suggest dropping that overrides file and start from scratch. (not sure how to classify this bug report, but I guess it's RESOLVED/FIXED since we *did fix* generator of override files, so things like this should never happen again) -- You are receiving this mail because: You are watching all bug changes.