-
-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
screenshot: Forward to modality to access dialog #1599
screenshot: Forward to modality to access dialog #1599
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just one small nit
I sound a bit like a broken record right now, but we should add tests! This one requires a non-interactive screenshot request which shall result in the access backend getting the right data. |
683e186
to
3298737
Compare
3298737
to
25f5087
Compare
https://flatpak.github.io/xdg-desktop-portal/docs/building-and-running.html#testing helps you with enabling git hooks for the python checks/formatting |
Thanks for adding tests! |
Needed for testing uninteractive screenshots. This will call the access portal first called and afterwards the screenshot portal with the same request handle. Unexport the request after the access portal is done so the screenshot portal can export a request at the same path afterwards.
25f5087
to
59db9ab
Compare
59db9ab
to
ce66423
Compare
Alright, LGTM. |
No description provided.