
Q:  How to add or update translations in Osmo?

A:  Please join or create the language team at Transifex 
    (http://www.transifex.com/pasp/osmo/).

===============================================================================

Q:  How to use Osmo with different configurations?

A:  Since version 0.4.0 Osmo uses XDG Base Directory Specification 
    (http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html)
    for storing configuration and data files.

    The files are stored in locations indicated by XDG_CONFIG_HOME and 
    XDG_DATA_HOME environmental variables. Typically, these variables are set 
    to $HOME/.config/osmo and $HOME/.local/share/osmo directories.

    In order to run Osmo with other setup, these variables have to be 
    adjusted - e.g. (for BASH shell):

    export XDG_CONFIG_HOME="path/to/osmo/config"
    export XDG_DATA_HOME="path/to/osmo/data"

===============================================================================

Q:  Does Osmo support data synchronization with online services?

A:  Unfortunately no. Because of lack of our interest in such feature we do not
    plan to work on it. Any patches related to data synchronization functionality
    are welcome.

===============================================================================

Q:  I get the following message on console when I run Osmo:

    java version "1.7.0_55"
    OpenJDK Runtime Environment (IcedTea 2.4.7) (7u55-2.4.7-1ubuntu1)
    OpenJDK 64-Bit Server VM (build 24.51-b03, mixed mode

    Does Osmo require Java?

A:  No, this message is generated by Java plugin for Webkit. Because Osmo uses
    Webkit for HTML rendering such output is generated during initialization.

