Ticket #9 (closed defect: fixed)

Opened 6 years ago

Last modified 5 years ago

URI Renderer doesn't properly launch web browser on linux

Reported by: eitan Assigned to: eitan
Priority: major Component: authentication
Version: Keywords:
Cc:

Description

On linux, if one uses the URI atomic type for a field, the jMatter renderer for this type does not properly launch a web browser.

Change History

09/13/06 06:02:42 changed by eitan

revised implementation of browser launching. basic strategy is to use default mechanism for opening a web browser on each platform. on windows there's a "cmd" command on apple, the command is "open" and on linux it's either gnome-open or kmfclient depending on whether

using gnome or kde; am trying both.

this should work out very well.

please test! (revision # 91 in subversion)

12/13/06 17:06:30 changed by eitan

  • status changed from new to closed.
  • resolution set to fixed.
  • component set to authentication.