studio icon indicating copy to clipboard operation
studio copied to clipboard

KDE/Linux : BROWSE action not supported (Java error)

Open bidinou opened this issue 1 year ago • 2 comments

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

bidinou avatar Aug 23 '23 08:08 bidinou