Changes between Version 12 and Version 19 of HowTo/JOSM-under-Linux
- Timestamp:
- (multiple changes)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowTo/JOSM-under-Linux
v12 v19 1 1 [[TranslatedPages]] 2 [[PageOutline]] 2 3 3 4 = HowTo > JOSM-under-Linux 4 5 [[TOC(inline)]]6 7 5 == Getting the ALT key working == 8 6 If your window manager use the `Alt` key as modifier key some combination within JOSM do not work. … … 12 10 Open Control Center --> Desktop --> Window Behaviour --> Actions 13 11 14 * Otherwise you can use right alt key {{{Alt Gr}}} only. 12 * Otherwise you can use right alt key `Alt Gr` only. 13 15 14 16 15 == Java Virtual Machine == 17 When using Ubuntu with Gnomeyou could install JOSM from the [/Download#Ubuntu repository].If you haven't installed java please do so. Then you could start JOSM in thebashwith the command josm. Sometimes there is an error like this:16 When using Debian or a Debian-based Linux like Ubuntu you could install JOSM from the [wikitr:/Download#Ubuntu repository]. The package should install all its dependencies including java. Then you could start JOSM in the shell with the command josm or use the item in the application menu. Sometimes there is an error like this: 18 17 19 18 {{{ … … 23 22 }}} 24 23 25 You have to make a symbolic link in the folder `/usr/bin/` like this: 24 You have to make a symbolic link in the folder `/usr/local/bin/` like this: 26 25 27 26 {{{ 28 27 #!sh 29 sudo ln -s /usr/bin/java /usr/bin/jamvm 28 sudo ln -s /usr/bin/java /usr/local/bin/jamvm 30 29 }}} 31 30 32 31 Now you should be able to start JOSM. 33 32 33 If you use Ubuntu older than 12.10, consider the possibility that you are experiencing the bug [https://bugs.launchpad.net/ubuntu/+source/josm/+bug/1186377 #1186377]. A workaround is described on ticket #8279. 34 34 35 ---- 35 Back to [HowTo Howto] [[BR]]36 Back to [InstallNotes Install notes]36 Back to [wikitr:/HowTo Howto] \\ 37 Back to [wikitr:/InstallNotes Install notes]
