Changes between Version 15 and Version 19 of HowTo/JOSM-under-Linux


Ignore:
Timestamp:
(multiple changes)
Author:
(multiple changes)
Comment:
(multiple changes)

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/JOSM-under-Linux

    v15 v19  
    11[[TranslatedPages]]
     2[[PageOutline]]
    23
    34= HowTo > JOSM-under-Linux
    4 
    5 [[TOC(inline)]]
    6 
    75== Getting the ALT key working ==
    86If your window manager use the `Alt` key as modifier key some combination within JOSM do not work.
     
    1210  Open Control Center --> Desktop --> Window Behaviour --> Actions
    1311
    14 * Otherwise you can use right alt key {{{Alt Gr}}} only.
     12* Otherwise you can use right alt key `Alt Gr` only.
     13
    1514
    1615== Java Virtual Machine ==
    17 When using Ubuntu with Gnome you could install JOSM from the [/Download#Ubuntu repository]. If you haven't installed java please do so. Then you could start JOSM in the bash with the command josm. Sometimes there is an error like this:
     16When 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:
    1817
    1918{{{
     
    2322}}}
    2423
    25 You have to make a symbolic link in the folder `/usr/bin/` like this:
     24You have to make a symbolic link in the folder `/usr/local/bin/` like this:
    2625
    2726{{{
    2827#!sh
    29 sudo ln -s /usr/bin/java /usr/bin/jamvm
     28sudo ln -s /usr/bin/java /usr/local/bin/jamvm
    3029}}}
    3130
     
    3534
    3635----
    37 Back to [HowTo Howto][[BR]]
    38 Back to [InstallNotes  Install notes]
     36Back to [wikitr:/HowTo Howto] \\
     37Back to [wikitr:/InstallNotes Install notes]