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
"Use the isDesktopSupported() method to determine whether the Desktop API is available. On the Solaris Operating System and the Linux platform, this API is dependent on Gnome libraries. If those libraries are unavailable, this method will return false".
We have made use of the isDesktopSupported() method on the assumption that the API will return false, however it appears that this method had caused an exception instead and was thus unexpected in our app. It is regrettable but our support for Linux distributions like Ubuntu is not as high as we would like it to be as compared to Windows and MacOS.
On another note, we have lowered the severity to medium as:
it is an OS-specific bug which does not affect other OSes
this is a minor command which is not necessary for majority of the use cases for the application
we have plans in v2.0 to modify the behavior of this command to not open up the browser to view the module details page but instead allow the user to view the details directly in the app itself.
Platform OS: Ubuntu 18.04
[original: nus-cs2103-AY1920S1/pe-interim#4240]
The text was updated successfully, but these errors were encountered: