Summary: | Rectangular region screencast selection is possible only on the leftmost monitor | ||
---|---|---|---|
Product: | [Plasma] xdg-desktop-portal-kde | Reporter: | zini.fin+kde |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | 4wy78uwh, aleixpol, nate |
Priority: | NOR | Keywords: | multiscreen |
Version First Reported In: | 6.1.5 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/xdg-desktop-portal-kde/-/commit/a067b4f536ceeab9f01964e50e99392230aebc53 | Version Fixed In: | 6.2.3 |
Sentry Crash Report: | |||
Attachments: |
Screen sharing rectangular region selection open only on the leftmost monitor
Portal UI opened by OBS Studio |
Description
zini.fin+kde
2024-09-17 20:51:37 UTC
Created attachment 173795 [details]
Screen sharing rectangular region selection open only on the leftmost monitor
Are you sure this is the portal recording system, rather than one built into OBS? How exactly are you triggering it in OBS? (In reply to Nate Graham from comment #2) > Are you sure this is the portal recording system, rather than one built into > OBS? How exactly are you triggering it in OBS? I'm selecting the Pipewire screen capture in OBS, which pops up the portal UI visible in this MR that adds the rectangular selection functionality: https://invent.kde.org/plasma/xdg-desktop-portal-kde/-/merge_requests/161. Created attachment 173796 [details]
Portal UI opened by OBS Studio
Thanks. I can reproduce the issue. A possibly relevant merge request was started @ https://invent.kde.org/plasma/xdg-desktop-portal-kde/-/merge_requests/322 Git commit 4042c9d8fb2e6c3d458de7c7e6b5672ff27f5a11 by David Redondo. Committed on 23/10/2024 at 06:21. Pushed by davidre into branch 'master'. Create region selection window before calling setScreen otherwise it ends up on the wrong screen due to a quirk in how Qt works. See QTBUG-129989 M +1 -0 src/region-select/SelectionEditor.cpp https://invent.kde.org/plasma/xdg-desktop-portal-kde/-/commit/4042c9d8fb2e6c3d458de7c7e6b5672ff27f5a11 Git commit a067b4f536ceeab9f01964e50e99392230aebc53 by David Redondo. Committed on 23/10/2024 at 06:24. Pushed by davidre into branch 'Plasma/6.2'. Create region selection window before calling setScreen otherwise it ends up on the wrong screen due to a quirk in how Qt works. See QTBUG-129989 (cherry picked from commit 4042c9d8fb2e6c3d458de7c7e6b5672ff27f5a11) Co-authored-by: David Redondo <kde@david-redondo.de> M +1 -0 src/region-select/SelectionEditor.cpp https://invent.kde.org/plasma/xdg-desktop-portal-kde/-/commit/a067b4f536ceeab9f01964e50e99392230aebc53 |