Changes between Version 3 and Version 4 of Hu:Download


Ignore:
Timestamp:
2019-03-26T11:20:22+01:00 (7 years ago)
Author:
BathoryPeter
Comment:

update rev #136

Legend:

Unmodified
Added
Removed
Modified
  • Hu:Download

    v3 v4  
    1 [[TranslatedPages(revision=131,outdated=befejezetlen fordítás / incomplete translation)]]
     1[[TranslatedPages(revision=136,outdated=befejezetlen fordítás / incomplete translation)]]
    22[[PageOutline(2-3,Tartalomjegyzék)]]
    33= Letöltés =
     
    7070* ''josm-latest'' – a legfrissebb verzió (nightly). Feltelepíthető a josm csomag mellé. Az alapértelmezett beállítások könyvtára a {{{~/.josm-latest}}}.
    7171
    72 Az alább leírt szokásos menet mellett a régebbi DEB fájlok letölthetőek az [https://josm.openstreetmap.de/apt/pool/universe/j/ archívumból].
     72Az alább leírt szokásos menet mellett a régebbi DEB fájlok letölthetőek az [/apt/pool/universe/j/ archívumból].
    7373
    7474==== Telepítés ====
     
    146146==== Testing Java ====#Javatest
    147147[=#Troubleshootingjarfile] Checks if Java is installed and why JOSM does not start (example mainly for MS Windows).
    148 1. Download [/josm-tested.jar josm-tested.jar] to your desktop.
     1481. Download [/download/josm.jnlp josm.jnlp] to your desktop.
    1491491. Open a Command Prompt aka Terminal
    1501501. Type `cd %homepath%`⏎ and type `cd Desktop`⏎
     
    199199 * Puts the files `josm-tested.jar` and `josm.exe` in directory chosen by the user, default is `C:\Program Files (86)\JOSM\`
    200200 * Suggests to register josm.exe as target for the file extensions `*.osm` and `*.gpx`.
    201  * Suggests to place JOSM shortcut icons on the Desktop and in the Start Menu (Currently they are placed for an admin [ticket:11398 only] and can be copied from there).
     201 * Suggests to place JOSM shortcut icons on the Desktop and in the Start Menu (Currently they are placed for an admin only and can be copied from there, #11398).
    202202 * Asks if the Plug-Ins Imagery offset database and Turn restrictions should be provided.
    203203 * Adds uninstall data at the appropriate places.
     
    214214}}}
    215215
     216For giving [wikitr:Help/CommandLineOptions#Javaoptions Java options] to the Java VM josm.exe uses the optional file `josm.l4j.ini` in its directory. In this file each option needs a separate line and comments are possible, see [http://launch4j.sourceforge.net/docs.html#Additional_jvm_options Additional JVM options].
     217
     218While being a 32-bit program, josm.exe seems to need a 64-bit Java on 64-bit Windows.
    216219
    217220=== MacOS Errors ===#Macoserrors
     
    228231
    229232==== Damaged ====
    230 [[Image(#8787:damaged_josm_app.png,width=300,align=right,margin-top=-50,margin-left=30)]]
     233[[Image(#8787:damaged_josm_app.png,width=300,align=left,margin-top=-50,margin-left=30)]]
    231234If you get an error saying "'JOSM.app' is damaged and can't be opened. You should move it to the Trash", then you need to temporarily disable Gatekeeper.
    232235
    233236Open System Preferences and the 'Security & Privacy' options. Set 'Allow applications downloaded from:' to 'Anywhere'.
    234237
    235 If that radio button is missing from the Security & Privacy preferences panel, open the Terminal window. The following command may become the radio button to appear. [[Image(Download:SecurityPrivacy.png,align=right,float=left,width=300)]]
     238[[Image(Download:SecurityPrivacy.png,align=right,float=left,width=300)]]
     239
     240If that radio button is missing from the Security & Privacy preferences panel, open the Terminal window. The following command may become the radio button to appear.
    236241{{{
    237242sudo spctl --master-disable
    238243}}}
    239244
    240 
     245==== Using brew ====#brew
     246MacOS users may choose [https://brew.sh/ homebrew] package manager as a universal way to install and update their JOSM instance.
     247
     248Using `brew cask` eliminates most of the above-mentioned issues. (see. [https://caskroom.github.io/]).
     249
     250Open Terminal and run the next commands to install or upgrade JOSM to the current tested version, respectively:
     251
     252{{{
     253brew cask install josm
     254}}}
     255{{{
     256brew cask upgrade josm
     257}}}
    241258
    242259=== Ismert hibák ===
    243260
    244261Lezáratlan hibák ezzel kapcsolatban ...:
    245 * [https://josm.openstreetmap.de/query?status=!closed&type=defect&keywords=~java Java issues] - some of the bugs lead to blockers in Oracle JVM (covered at [[JavaBugs]]).
    246 * [https://josm.openstreetmap.de/query?status=assigned&type=defect&status=needinfo&status=new&status=reopened&keywords=~linux&order=priority Linux]
    247 * [https://josm.openstreetmap.de/query?status=assigned&type=defect&status=needinfo&status=new&status=reopened&keywords=~ubuntu&order=priority Ubuntu]
    248 * [https://josm.openstreetmap.de/query?status=assigned&type=defect&status=needinfo&status=new&status=reopened&keywords=~macos&order=priority MacOS]
    249 * [https://josm.openstreetmap.de/query?status=assigned&type=defect&status=needinfo&status=new&status=reopened&keywords=~windows&order=priority Windows]
     262* [/query?status=!closed&type=defect&keywords=~java Java issues] - some of the bugs lead to blockers in Oracle JVM (covered at [[JavaBugs]]).
     263* [/query?status=assigned&type=defect&status=needinfo&status=new&status=reopened&keywords=~linux&order=priority Linux]
     264* [/query?status=assigned&type=defect&status=needinfo&status=new&status=reopened&keywords=~ubuntu&order=priority Ubuntu]
     265* [/query?status=assigned&type=defect&status=needinfo&status=new&status=reopened&keywords=~macos&order=priority MacOS]
     266* [/query?status=assigned&type=defect&status=needinfo&status=new&status=reopened&keywords=~windows&order=priority Windows]