#8685 closed defect (fixed)
No browser for internal links from StartupPage
Reported by: | skyper | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | tested |
Keywords: | startup page | Cc: | stoecker |
Description
The internal links from StartupPage do not open in a browser. I got following error on the console:
Warning: Desktop class failed. Platform dependent fall back for open url in browser.
Repository Root: http://josm.openstreetmap.de/svn Build-Date: 2013-05-06 01:34:24 Last Changed Author: Don-vip Revision: 5932 Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b URL: http://josm.openstreetmap.de/svn/trunk Last Changed Date: 2013-05-06 02:53:50 +0200 (Mon, 06 May 2013) Last Changed Rev: 5932 Identification: JOSM/1.5 (5932 de) Linux Debian GNU/Linux 7.0 (wheezy) Memory Usage: 97 MB / 592 MB (60 MB allocated, but free) Java version: 1.6.0_27, Sun Microsystems Inc., OpenJDK 64-Bit Server VM
This happens with gnome3 and with xdg default-web-browser
, x-www-browser
and gnome-www-browser
all set to iceweasel
.
Only the link to external websites and with full URL (http://josm.openstreetmap.de/*
) work.
Attachments (0)
Change History (11)
comment:1 by , 12 years ago
Summary: | No browser for internal links from StartupPage (Gnome 3) → No browser for internal links from StartupPage |
---|
comment:3 by , 12 years ago
Needs readding
.replaceAll("href=\"/", "href=\"" + baseurl + "/")
in wiki reader. Seems baseurl only works for images.
comment:4 by , 12 years ago
Hum, readding this statement "as it" breaks the help system badly.
EDIT: no it seems already broken: when we click on Table of Contents -> Getting Started in the help index, the front page of JOSM website is displayed.
EDIT2: this kind of URL is produced: http://josm.openstreetmap.de#GettingStarted
comment:6 by , 12 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Same on Windows. The url does not contain protocol and host.