[CLJ-920] Adds support for FreeDesktop's xdg-open in clojure.java.browse/browse-url. Created: 28/Jan/12 Updated: 01/Mar/13 Resolved: 29/Feb/12 |
|
| Status: | Closed |
| Project: | Clojure |
| Component/s: | None |
| Affects Version/s: | Release 1.3 |
| Fix Version/s: | None |
| Type: | Enhancement | Priority: | Minor |
| Reporter: | Jeremy Heiler | Assignee: | Unassigned |
| Resolution: | Completed | Votes: | 0 |
| Labels: | enhancement | ||
| Environment: |
Any environment that supports FreeDesktop, so Linux and BSD mainly. |
||
| Attachments: |
|
| Patch: | Code |
| Description |
|
This patch allows environments that support FreeDesktop to browse a URL in their default browser. This is important because unless the desktop environment bridges to Java (like Gnome does) the URL will be opened in a Swing window, which is not always desired. See: https://github.com/clojure/clojure/pull/14 |
| Comments |
| Comment by Andy Fingerhut [ 10/Feb/12 5:08 AM ] |
|
Is this a duplicate of |
| Comment by Andy Fingerhut [ 29/Feb/12 1:19 PM ] |
|
The issue is definitely a duplicate of |