changeset 1152:c8c7755de5d8

misc: README4PACKAGERS update
author Goffi <goffi@goffi.org>
date Wed, 03 Sep 2014 12:25:07 +0200
parents 02c26e6630d0
children 25a16df15ae2
files README4PACKAGERS
diffstat 1 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/README4PACKAGERS	Wed Sep 03 11:46:09 2014 +0200
+++ b/README4PACKAGERS	Wed Sep 03 12:25:07 2014 +0200
@@ -42,7 +42,6 @@
 Dependencies for the Primitivus frontend
 ----------------------------------------
 
-dbus
 Urwid >= 1.1.0
 Urwid-satext >= 0.3.0
 GObject (not imported directly in Primitivus, but needed for Urwid's main loop)
@@ -118,7 +117,7 @@
 Updates
 #######
 
-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.
+There is a SQLite database per user (default in ~/local/share/sat/.sat.db); it is updated automatically if there is a schema change.
 
 
 ##############
@@ -133,7 +132,11 @@
 #############
 
 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.
-The translations are global to all the frontends (no translations available in Libervia yet). There are not up-to-date for 0.4 version.
+
+The translations are global to all the frontends (no translations available in Libervia yet). There are not up-to-date since 0.4 version.
+
+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.
+This file should be in .services dir, usually /usr/share/dbus-1/services/
 
 
 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).