Re: Replacement for com.apple.eawt.FullScreen*

2019-07-22 Thread Sergey Bylokhov
Hi, DRC. I guess this feature have to be implemented by this CR: https://bugs.openjdk.java.net/browse/JDK-8143914 The idea was to use the sequence of: "setExtendedState() + MAXIMIZED_BOTH" to toggle the "fullscreen" window. And use the client property to enable/disable this functionality. But it

Re: RFR: [XXS] 8228468: awt_Robot.c : format string contains 0 within the string body - was : RE: awt_Robot.c : format string contains '\0' within the string body

2019-07-22 Thread Sergey Bylokhov
Looks fine. On 22/07/2019 01:26, Baesken, Matthias wrote: Hi Sergey, thanks for the reply ! I created a bug + webrev . Please review . https://bugs.openjdk.java.net/browse/JDK-8228468 http://cr.openjdk.java.net/~mbaesken/webrevs/8228468.0/ Best regards, Matthias *From:*Sergey Bylokhov *Sen

Re: 8227919: 8213232 causes crashes on solaris sparc64

2019-07-22 Thread Ichiroh Takiguchi
Hello Vladimir. I really appreciate your help. "XMODIFIERS=@im=local" is related Multi key Compose feature [1] One of document said "XMODIFIERS=@im=none" [2] Could you try "XMODIFIERS=@im=none" ? [1] https://www.x.org/releases/current/doc/man/man5/Compose.5.xhtml [2] https://fedoraproject.org/

Re: 8227919: 8213232 causes crashes on solaris sparc64

2019-07-22 Thread Vladimir Kempik
Hello I’m getting Bus Error on startup with XMODIFIERS=@im=local ./xim_root nothing yet in log at that moment. Thanks, Vladimir > 22 июля 2019 г., в 15:12, Ichiroh Takiguchi > написал(а): > > Hello Vladimir. > > I appreciate your reply. > > I did not expect "[1]w=0x0", it means xim_root coul

Re: 8227919: 8213232 causes crashes on solaris sparc64

2019-07-22 Thread Ichiroh Takiguchi
Hello Vladimir. I appreciate your reply. I did not expect "[1]w=0x0", it means xim_root could not receive focus window via XIC. I checked ibus XIM server on Linux s390x platform again, it also returned "[1]w=0" ... I was confused. I'd like to add new instruction 5. Run xim_root with XMODIFIE

RFR: [XXS] 8228468: awt_Robot.c : format string contains 0 within the string body - was : RE: awt_Robot.c : format string contains '\0' within the string body

2019-07-22 Thread Baesken, Matthias
Hi Sergey, thanks for the reply ! I created a bug + webrev . Please review . https://bugs.openjdk.java.net/browse/JDK-8228468 http://cr.openjdk.java.net/~mbaesken/webrevs/8228468.0/ Best regards, Matthias From: Sergey Bylokhov Sent: Freitag, 19. Juli 2019 23:06 To: Baesken, Matthias Cc: aw