Changes between Version 3 and Version 4 of Hu:Download
- Timestamp:
- 2019-03-26T11:20:22+01:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Hu:Download
v3 v4 1 [[TranslatedPages(revision=13 1,outdated=befejezetlen fordítás / incomplete translation)]]1 [[TranslatedPages(revision=136,outdated=befejezetlen fordítás / incomplete translation)]] 2 2 [[PageOutline(2-3,Tartalomjegyzék)]] 3 3 = Letöltés = … … 70 70 * ''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}}}. 71 71 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].72 Az 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]. 73 73 74 74 ==== Telepítés ==== … … 146 146 ==== Testing Java ====#Javatest 147 147 [=#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.148 1. Download [/download/josm.jnlp josm.jnlp] to your desktop. 149 149 1. Open a Command Prompt aka Terminal 150 150 1. Type `cd %homepath%`⏎ and type `cd Desktop`⏎ … … 199 199 * Puts the files `josm-tested.jar` and `josm.exe` in directory chosen by the user, default is `C:\Program Files (86)\JOSM\` 200 200 * 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). 202 202 * Asks if the Plug-Ins Imagery offset database and Turn restrictions should be provided. 203 203 * Adds uninstall data at the appropriate places. … … 214 214 }}} 215 215 216 For 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 218 While being a 32-bit program, josm.exe seems to need a 64-bit Java on 64-bit Windows. 216 219 217 220 === MacOS Errors ===#Macoserrors … … 228 231 229 232 ==== 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)]] 231 234 If 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. 232 235 233 236 Open System Preferences and the 'Security & Privacy' options. Set 'Allow applications downloaded from:' to 'Anywhere'. 234 237 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 240 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. 236 241 {{{ 237 242 sudo spctl --master-disable 238 243 }}} 239 244 240 245 ==== Using brew ====#brew 246 MacOS users may choose [https://brew.sh/ homebrew] package manager as a universal way to install and update their JOSM instance. 247 248 Using `brew cask` eliminates most of the above-mentioned issues. (see. [https://caskroom.github.io/]). 249 250 Open Terminal and run the next commands to install or upgrade JOSM to the current tested version, respectively: 251 252 {{{ 253 brew cask install josm 254 }}} 255 {{{ 256 brew cask upgrade josm 257 }}} 241 258 242 259 === Ismert hibák === 243 260 244 261 Lezá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]
