Changes between Version 9 and Version 10 of HowTo/JOSM-under-Linux


Ignore:
Timestamp:
2011-12-19T19:53:26+01:00 (14 years ago)
Author:
skyper
Comment:

form update

Legend:

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

    v9 v10  
    11[[TranslatedPages]]
    22
    3 '''Getting the ALT key working'''
    4     If you are using KDE you may want to modify the ALT key behaviour:[[BR]]
    5     Open Control Center --> Desktop --> Window Behaviour --> Actions
     3= HowTo > JOSM-under-Linux
     4
     5[[TOC(inline)]]
     6
     7== Getting the ALT key working ==
     8If you are using KDE you may want to modify the ALT key behaviour:[[BR]]
     9 Open Control Center --> Desktop --> Window Behaviour --> Actions
    610 
    7     And change the modifier key to something else.
     11And change the modifier key to something else.
    812
    9     Otherwise you can use right alt key (Alt Gr) only.
     13Otherwise you can use right alt key {{{Alt Gr}}} only.
    1014
    11 '''Java Virtual Machine'''
    12    When using Ubuntu with Gnome you could install JOSM from the repositories. 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:
    13   {{{
     15== Java Virtual Machine ==
     16When using Ubuntu with Gnome you could install JOSM from the repositories. 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:
     17
     18{{{
    1419  No valid JVM found to run JOSM.
    1520  Please install one of those mentioned in README.Debian
    1621  or set the JAVACMD environment variable prior running josm.
    1722}}}
    18   You have to make a symbolic link in the folder /usr/bin/ like this:
     23
     24You have to make a symbolic link in the folder /usr/bin/ like this:
     25
    1926{{{
    2027  sudo ln -s /usr/bin/java /usr/bin/jamvm
    2128}}}
    22   Now you should be able to start JOSM.
    2329
     30Now you should be able to start JOSM.
     31
     32----
     33Back to [HowTo Howto]