When attempting to download a modserver trough the FTBLauncher i get the following error log
[11:58:04] [ERROR] Desktop.checkActionSupport:225->OSUtils.browse:374: Could not open link: java.lang.UnsupportedOperationException: The BROWSE action is not supported on the current platform!
A quick check in OSUtils.java reveal that when checking for desktop integration (isDesktopSupported) no check for the browse action itself is performed (isSupported(action))
For the record my system is a non-standard unix desktop; the xdg-open fallback works just fine but apparently isDesktopSupported returns true despite that the browse action is unavailable.
When attempting to download a modserver trough the FTBLauncher i get the following error log
[11:58:04] [ERROR] Desktop.checkActionSupport:225->OSUtils.browse:374: Could not open link: java.lang.UnsupportedOperationException: The BROWSE action is not supported on the current platform!
A quick check in OSUtils.java reveal that when checking for desktop integration (isDesktopSupported) no check for the browse action itself is performed (isSupported(action))
For the record my system is a non-standard unix desktop; the xdg-open fallback works just fine but apparently isDesktopSupported returns true despite that the browse action is unavailable.