RFR: 8351907: [XWayland] [OL10] Robot.mousePress() is delivered to wrong place [v3]
Alexander Zvegintsev
azvegint at openjdk.org
Wed May 21 17:24:08 UTC 2025
On Tue, 20 May 2025 23:35:27 GMT, Harshitha Onkar <honkar at openjdk.org> wrote:
>> Alexander Zvegintsev has updated the pull request incrementally with one additional commit since the last revision:
>>
>> call OpenPipeWireRemote even for remote desktop session calls
>
> src/java.desktop/unix/classes/sun/awt/screencast/XdgDesktopPortal.java line 65:
>
>> 63: }
>> 64:
>> 65: String m = System.getProperty("awt.robot.screenshotMethod", defaultMethod);
>
> Do we allow user to set `awt.robot.screenshotMethod` to `dbusScreencast/dbusRemoteDesktop` on x11 sessions and to `x11` on wayland session?
>
> Although all 3 methods work on both x11 & wayland sessions in Ubuntu.
We don't say anything about it. If the user wants to, why not?
However, it won't be a priority if there are issues.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/25265#discussion_r2100807570
More information about the client-libs-dev
mailing list