https://bugs.kde.org/show_bug.cgi?id=497273
--- Comment #2 from Noah Davis <noaha...@gmail.com> --- (In reply to Marco Rebhan from comment #0) > EXPECTED RESULT > Spectacle should respect the access limits of the screen capture API and > should check the permissions of the application trying to make a screenshot, > or try to take a screenshot with the permission context of the calling app > in some way (potentially via the systemd scope it gets run in or something > like that, I think that knows which desktop file it belongs to which sets > the permissions). I don't think what you are asking for is possible. Spectacle uses KWin's screenshot API for reasons mentioned in Nate's first comment. KWin's screenshot API doesn't have permissions, it just checks if the requesting executable is in the same install prefix as KWin. Spectacle can't know anything about apps that are trying to start a new Spectacle process, so it cannot check their permissions. I don't think Spectacle can choose which systemd scope it is used in. -- You are receiving this mail because: You are watching all bug changes.