Changes between Version 9 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

    v9 v19  
    11[[TranslatedPages]]
     2[[PageOutline]]
    23
    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
    6  
    7     And change the modifier key to something else.
     4= HowTo > JOSM-under-Linux
     5== Getting the ALT key working ==
     6If your window manager use the `Alt` key as modifier key some combination within JOSM do not work.
     7* You need to change the modifier key in your window manager preferences to some other key
     8 * For **KDE** you may want to modify the `Alt` key behaviour:
    89
    9     Otherwise you can use right alt key (Alt Gr) only.
     10  Open Control Center --> Desktop --> Window Behaviour --> Actions
    1011
    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   {{{
     12* Otherwise you can use right alt key `Alt Gr` only.
     13
     14
     15== Java Virtual Machine ==
     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:
     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/local/bin/` like this:
     25
    1926{{{
    20   sudo ln -s /usr/bin/java /usr/bin/jamvm
     27#!sh
     28sudo ln -s /usr/bin/java /usr/local/bin/jamvm
    2129}}}
    22   Now you should be able to start JOSM.
    2330
     31Now you should be able to start JOSM.
     32
     33If 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
     35----
     36Back to [wikitr:/HowTo Howto] \\
     37Back to [wikitr:/InstallNotes Install notes]