Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#561] DashboardServer: Desktop#isDesktopSupported passes on headless…
… systems (#580) `Desktop.isDesktopSupported()` is used in the DashboardServer to check for the Desktop environment prior to the launching of dashboard. However, in a headless system, this check will return true irregardless, resulting in an uncaught run time exception to be thrown. To ensure that this action is truly supported by the executing environment, let's add an additional condition to ensure that the instance supports browsing action.
- Loading branch information