Hello,
can a sandboxed app somehow receive a notification about the desktop being unlocked? Alternatively, a notification about the system being resumed from sleep
Currently, I’m connecting to logind on the system bus, allow-listed with --system-talk-name=org.freedesktop.login1
in the app manifest, but this apparently causes the app to be marked as unsafe on Flathub.
Cheers