Re: RFR: 8280982: [Wayland] [XWayland] java.awt.Robot taking screenshots [v11]

2023-06-07 Thread Alexander Zvegintsev
On Wed, 7 Jun 2023 05:40:38 GMT, Phil Race wrote: >> src/java.desktop/unix/classes/sun/awt/screencast/TokenStorage.java line 145: >> >>> 143: path, >>> 144: Set.of(PosixFilePermission.OWNER_READ, >>> 145: PosixFilePermission.OWN

Re: RFR: 8280982: [Wayland] [XWayland] java.awt.Robot taking screenshots [v11]

2023-06-07 Thread Alexander Zvegintsev
On Wed, 7 Jun 2023 04:44:44 GMT, Prasanta Sadhukhan wrote: >> Alexander Zvegintsev has updated the pull request incrementally with two >> additional commits since the last revision: >> >> - move screencast-tokens.properties to a new location >> - fix failure of >> javax/swing/reliability/Ha

Re: RFR: 8280982: [Wayland] [XWayland] java.awt.Robot taking screenshots [v11]

2023-06-06 Thread Prasanta Sadhukhan
On Wed, 7 Jun 2023 05:12:44 GMT, Prasanta Sadhukhan wrote: >> Alexander Zvegintsev has updated the pull request incrementally with two >> additional commits since the last revision: >> >> - move screencast-tokens.properties to a new location >> - fix failure of >> javax/swing/reliability/Ha

Re: RFR: 8280982: [Wayland] [XWayland] java.awt.Robot taking screenshots [v11]

2023-06-06 Thread Phil Race
On Wed, 7 Jun 2023 05:05:38 GMT, Prasanta Sadhukhan wrote: >> Alexander Zvegintsev has updated the pull request incrementally with two >> additional commits since the last revision: >> >> - move screencast-tokens.properties to a new location >> - fix failure of >> javax/swing/reliability/Ha

Re: RFR: 8280982: [Wayland] [XWayland] java.awt.Robot taking screenshots [v11]

2023-06-06 Thread Prasanta Sadhukhan
On Wed, 7 Jun 2023 01:27:50 GMT, Alexander Zvegintsev wrote: >> Modern Linux systems often come with >> [Wayland](https://wayland.freedesktop.org/) by default. >> This comes with some difficulties, and one of them is the inability to get >> screenshots from the system. >> This is because we no

Re: RFR: 8280982: [Wayland] [XWayland] java.awt.Robot taking screenshots [v11]

2023-06-06 Thread Alexander Zvegintsev
> Modern Linux systems often come with > [Wayland](https://wayland.freedesktop.org/) by default. > This comes with some difficulties, and one of them is the inability to get > screenshots from the system. > This is because we now use the [X Window System > API](https://en.wikipedia.org/wiki/X_Wi