File: FAQ

package info (click to toggle)
osmo 0.4.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,560 kB
  • sloc: ansic: 31,679; sh: 1,232; makefile: 207
file content (25 lines) | stat: -rw-r--r-- 996 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

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.