<AWT Dev> [9] Review request: JDK-8030100 java.awt.Desktop: Enable check for supported URI schemes on Linux
Anthony Petrov
anthony.petrov at oracle.com
Fri Mar 21 11:26:28 UTC 2014
+1
--
best regards,
Anthony
On 3/21/2014 2:52 PM, Petr Pchelko wrote:
> Hello, Alexander.
>
> Looks good to me also.
>
> With best regards. Petr.
>
> On 21.03.2014, at 14:43, Sergey Bylokhov <Sergey.Bylokhov at oracle.com
> <mailto:Sergey.Bylokhov at oracle.com>> wrote:
>
>> Hello, Alexander.
>> The fix looks good.
>>
>> On 3/21/14 2:24 PM, Alexander Zvegintsev wrote:
>>> Hello AWT team,
>>>
>>> please review the fix
>>> http://cr.openjdk.java.net/~azvegint/jdk/9/8030100/00/
>>> for the issue
>>> https://bugs.openjdk.java.net/browse/JDK-8030100
>>>
>>> 64-bit linux usually does not have a full set of 32-bit gnome and gtk
>>> libraries installed, so it fails to open URIs like
>>> http:// , mailto: etc. with 32-bit JDK since gtk_show_uri uses gio
>>> library to handle such URIs.
>>> Normally user should use 64-bit JDK instead of 32-bit.
>>>
>>> This fix enables update_supported_actions() check for Linux too. It
>>> was recently added in JDK-8029263
>>> <https://bugs.openjdk.java.net/browse/JDK-8029263>.
>>> --
>>> Thanks,
>>>
>>> Alexander.
>>
>>
>> --
>> Best regards, Sergey.
>
More information about the awt-dev
mailing list