Mercurial > libervia-backend
comparison README4PACKAGERS @ 1152:c8c7755de5d8
misc: README4PACKAGERS update
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 03 Sep 2014 12:25:07 +0200 |
parents | a32ef03d4af0 |
children | 6b15a6d184d5 |
comparison
equal
deleted
inserted
replaced
1151:02c26e6630d0 | 1152:c8c7755de5d8 |
---|---|
40 | 40 |
41 ---------------------------------------- | 41 ---------------------------------------- |
42 Dependencies for the Primitivus frontend | 42 Dependencies for the Primitivus frontend |
43 ---------------------------------------- | 43 ---------------------------------------- |
44 | 44 |
45 dbus | |
46 Urwid >= 1.1.0 | 45 Urwid >= 1.1.0 |
47 Urwid-satext >= 0.3.0 | 46 Urwid-satext >= 0.3.0 |
48 GObject (not imported directly in Primitivus, but needed for Urwid's main loop) | 47 GObject (not imported directly in Primitivus, but needed for Urwid's main loop) |
49 | 48 |
50 Suggested: Python X Library (for user notifications in a graphical session) | 49 Suggested: Python X Library (for user notifications in a graphical session) |
116 | 115 |
117 ####### | 116 ####### |
118 Updates | 117 Updates |
119 ####### | 118 ####### |
120 | 119 |
121 There is a SQLite database per user (default in ~/.sat.db, we don't follow XDG base directory specifications yet); it is updated automatically if there is a schema change. | 120 There is a SQLite database per user (default in ~/local/share/sat/.sat.db); it is updated automatically if there is a schema change. |
122 | 121 |
123 | 122 |
124 ############## | 123 ############## |
125 Contrat social | 124 Contrat social |
126 ############## | 125 ############## |
131 ############# | 130 ############# |
132 Miscellaneous | 131 Miscellaneous |
133 ############# | 132 ############# |
134 | 133 |
135 There is a completion file for Zsh which detects the parameters of Jp. It's available in the misc/ directory (.jp) and must be available in a path included in user's fpath. | 134 There is a completion file for Zsh which detects the parameters of Jp. It's available in the misc/ directory (.jp) and must be available in a path included in user's fpath. |
136 The translations are global to all the frontends (no translations available in Libervia yet). There are not up-to-date for 0.4 version. | 135 |
136 The translations are global to all the frontends (no translations available in Libervia yet). There are not up-to-date since 0.4 version. | |
137 | |
138 The .service file in misc repository is used for auto-launch feature of D-Bus (launching a frontend will automatically launch the backend if it's not already present), setup.py adapt the path once installed. If you put it yourself, be sure that the "Exec=" line link to the sat.sh script. | |
139 This file should be in .services dir, usually /usr/share/dbus-1/services/ | |
137 | 140 |
138 | 141 |
139 Thank you again for you help; don't forget to give us your name and contact email so we can credit you, and don't hesitate to contact us if you have any question (on the sat XMPP room at sat@chat.jabberfr.org, or check README for individual contacts). | 142 Thank you again for you help; don't forget to give us your name and contact email so we can credit you, and don't hesitate to contact us if you have any question (on the sat XMPP room at sat@chat.jabberfr.org, or check README for individual contacts). |