Changes between Version 5 and Version 6 of HowTo/JOSM-under-Linux


Ignore:
Timestamp:
2009-03-18T18:29:04+01:00 (17 years ago)
Author:
stoecker
Comment:

--

Legend:

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

    v5 v6  
    11'''Getting the ALT key working'''
    2     If your using KDE you need to modify the ALT key behaviour
     2    If your using KDE you may want to modify the ALT key behaviour
    33    Open Control Center --> Desktop --> Window Behaviour --> Actions
    44 
    5     And change the modifire to key to something else
     5    And change the modifier to key to something else.
     6
     7    Otherwise you can use right alt key (Alt Gr) only.
     8
     9'''Java Virtual Machine'''
     10   When you using Ubuntu with Gnome. You could install josm with the repositories. If you dont install java do this. Then you could start josm in the bash with the command josm. Sometimes there is a Error like this:
     11  {{{
     12  No valid JVM found to run JOSM.
     13  Please install one of those mentioned in README.Debian
     14  or set the JAVACMD environment variable prior running josm.
     15}}}
     16  Then you have to make a symbolic link in the folder /usr/bin/ like this:
     17{{{
     18  sudo ln -s /usr/bin/java /usr/bin/jamvm
     19}}}
     20  Then you could start josm.
    621
    722'''Validation plugin'''