You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi ! The default browser is not automatically started on Linux (KDE Neon, based on Ubuntu LTS). I get the usual following error from the Java runtime environment : "java.lang.UnsupportedOperationException: The BROWSE action is not supported on the current platform!"
It's not such an issue to manually open the browser but it might give the feeling that the app doesn't work :-) A work-around would be to invoke xdg-open instead from Linux platforms it seems.
Thanks so much for your work & take care !
JRE : from 11 to 17
KDE Neon based on Ubuntu 22.04
The text was updated successfully, but these errors were encountered:
Hi ! The default browser is not automatically started on Linux (KDE Neon, based on Ubuntu LTS). I get the usual following error from the Java runtime environment : "java.lang.UnsupportedOperationException: The BROWSE action is not supported on the current platform!"
Apparently, it's due to the problematic Java desktop integration. I could read quite a few testimonies about it, for instance here : https://stackoverflow.com/questions/18004150/desktop-api-is-not-supported-on-the-current-platform
It's not such an issue to manually open the browser but it might give the feeling that the app doesn't work :-) A work-around would be to invoke xdg-open instead from Linux platforms it seems.
Thanks so much for your work & take care !
JRE : from 11 to 17
KDE Neon based on Ubuntu 22.04
The text was updated successfully, but these errors were encountered: