Make "Input Capture Requested" permission persist

I’m trying to add Deskflow to autostart. Is there anyway to make the permission persistent between reboots? Below is an example of the popup dialogue, same thing happens if I launch the Qt app.

1 Like

Hi! Others may have ideas on different ways to work around the situation, but this does seem to be an example of something that will be helped a lot by this: implement a secondary permission system (!326) · Merge requests · Plasma / KDE Portal for XDG Desktop · GitLab

Targeted for an upcoming Plasma release, that code would create a persistent permission database, using the standard XDG permission methods, for things like remote screen sharing and input device capture (as in your screenshot) that currently require an interactive prompt each time.

1 Like