Author: xry111
Date: Sat Aug 24 23:58:34 2019
New Revision: 22052

Log:
tracker: add note about schema and test suite

Modified:
   trunk/BOOK/gnome/platform/tracker.xml

Modified: trunk/BOOK/gnome/platform/tracker.xml
==============================================================================
--- trunk/BOOK/gnome/platform/tracker.xml       Sat Aug 24 14:43:24 2019        
(r22051)
+++ trunk/BOOK/gnome/platform/tracker.xml       Sat Aug 24 23:58:34 2019        
(r22052)
@@ -119,20 +119,27 @@
 
     <para>
       To test the results, issue: <command>ninja test</command>. The tests
-      should be run from a graphical session. 
+      should be run from a graphical session. The test named steroids may
+      fails but will pass if you rerun the tests after the installation.
     </para>
 
     <para>
       Now, as the <systemitem class="username">root</systemitem> user:
     </para>
 
-<screen role="root"><userinput>ninja install</userinput></screen>
+<screen role="root"><userinput>ninja install
+glib-compile-schemas /usr/share/glib-2.0/schemas
+</userinput></screen>
 
   </sect2>
-<!-- Not needed. D-Bus files get installed in the proper location by default.
   <sect2 role="commands">
     <title>Command Explanations</title>
-
+    <para>
+      <command>glib-compile-schemas ...</command>:  Compiles the settings
+      schema installed by this package to prevent a runtime error in
+      tracker-store.
+    </para>
+<!-- Not needed. D-Bus files get installed in the proper location by default.
     <para>
       <parameter>- 
-with-session-bus-services-dir=/usr/share/dbus-1/services</parameter>:
       This switch defines the location of the <xref linkend="dbus"/> service
@@ -141,9 +148,8 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
       href="../../xincludes/gtk-doc-rebuild.xml"/>
-
-  </sect2>
 -->
+  </sect2>
   <sect2 role="content">
     <title>Contents</title>
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to