[jhbuild] Add section on activatable D-Bus services (adapted from Moblin FAQ)



commit cf850d98c845f66d54246c30ef299ec7ff050290
Author: Frédéric Péters <fpeters 0d be>
Date:   Mon Nov 16 16:57:17 2009 +0100

    Add section on activatable D-Bus services (adapted from Moblin FAQ)

 doc/C/jhbuild.xml |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)
---
diff --git a/doc/C/jhbuild.xml b/doc/C/jhbuild.xml
index ac7aa94..1b98116 100644
--- a/doc/C/jhbuild.xml
+++ b/doc/C/jhbuild.xml
@@ -2921,6 +2921,31 @@ ln -s /var/run/dbus dbus</programlisting>
         the hal directory might help here.</para>
 	  </answer>
 	</qandaentry>
+	<qandaentry>
+	  <question>
+	    <simpara>Why doesn't Foobar (activatable D-Bus service)
+	    start?</simpara>
+	  </question>
+	  <answer>
+	    <para>In order to activate a D-Bus service installed within the
+	    JHBuild root, while using the system D-Bus, you have to modify the
+	    <filename>/etc/dbus-1/session.conf</filename> file by adding the
+	    following line:</para>
+	    <programlisting><![CDATA[
+<servicedir>@PREFIX@/moblin2/install/share/dbus-1/services</servicedir>]]></programlisting>
+
+	    <para>
+	      Where @PREFIX@ is the prefix used by JHBuild -- the user's home
+	      directory by default.
+	    </para>
+
+	    <para>
+	      You will have to restart D-Bus, which usually means logging out
+	      or a complete reboot.
+	    </para>
+	  </answer>
+	</qandaentry>
+
       </qandadiv>
     </qandaset>
   </section>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]