Opened 13 years ago
Closed 13 years ago
#353 closed defect (fixed)
java Desktop class cannot be trusted for launching URLs
Reported by: | Kevin Milner | Owned by: | Kevin Milner |
---|---|---|---|
Priority: | major | Milestone: | OpenSHA 1.3 |
Component: | sha | Version: | |
Keywords: | Cc: |
Description
The desktop class that we've been using to launch URLs in web browsers cannot be trusted on various linux distributions. For example, it doesn't work at all on Xubuntu. Maybe we can make a util class that tries Desktop first, then falls back to BrowserLaunch2 (which we used previously).
Note: See
TracTickets for help on using
tickets.
done. now it will try to use Desktop, then fall back on BrowserLaunch2.