Slowpoke101 / FTBLaunch

Launcher for the FTB Mod Pack
182 stars 140 forks source link

Unable to lanuch native browser #900

Closed evildeeds closed 9 years ago

evildeeds commented 9 years ago

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.