Opened 12 years ago

Closed 12 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).

Change History (1)

comment:1 Changed 12 years ago by Kevin Milner

Resolution: fixed
Status: newclosed

done. now it will try to use Desktop, then fall back on BrowserLaunch2.

Note: See TracTickets for help on using tickets.