-
Bug
-
Resolution: Fixed
-
P2
-
9
-
b12
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8048392 | 8u25 | Alexander Zvegintsev | P2 | Resolved | Fixed | b05 |
JDK-8044442 | 8u20 | Alexander Zvegintsev | P2 | Closed | Fixed | b20 |
JDK-8053650 | emb-8u26 | Alexander Zvegintsev | P2 | Resolved | Fixed | b17 |
gtk_show_uri() documentation[1] says:
> The uri must be of a form understood by GIO (i.e. you need to install
> gvfs to get support for uri schemes such as http:// or ftp://, as only
> local files are handled by GIO itself).
We should check for gvfs availability on Linux too and update supported actions correspondingly.
For more information seeJDK-8029263
We should also investigate what specific libraries/software modules need to be installed on Solaris systems in order to enable browsing URIs. This information should be added back toJDK-8029263.
> The uri must be of a form understood by GIO (i.e. you need to install
> gvfs to get support for uri schemes such as http:// or ftp://, as only
> local files are handled by GIO itself).
We should check for gvfs availability on Linux too and update supported actions correspondingly.
For more information see
We should also investigate what specific libraries/software modules need to be installed on Solaris systems in order to enable browsing URIs. This information should be added back to
- backported by
-
JDK-8048392 java.awt.Desktop: Enable check for supported URI schemes on Linux
-
- Resolved
-
-
JDK-8053650 java.awt.Desktop: Enable check for supported URI schemes on Linux
-
- Resolved
-
-
JDK-8044442 java.awt.Desktop: Enable check for supported URI schemes on Linux
-
- Closed
-
- duplicates
-
JDK-7186224 Desktop.mail throws an exception
-
- Closed
-
- relates to
-
JDK-8029263 The user's default browser can not launch after we click the button, and there is an IOException shown in the log text (java.io.IOException)
-
- Closed
-