libgda r3355 - in trunk: . doc/C



Author: vivien
Date: Mon Mar 16 18:41:05 2009
New Revision: 3355
URL: http://svn.gnome.org/viewvc/libgda?rev=3355&view=rev

Log:
2009-03-16  Vivien Malerba <malerba gnome-db org>

        * doc/C: doc. fixes


Modified:
   trunk/ChangeLog
   trunk/doc/C/installation.xml
   trunk/doc/C/limitations.xml

Modified: trunk/doc/C/installation.xml
==============================================================================
--- trunk/doc/C/installation.xml	(original)
+++ trunk/doc/C/installation.xml	Mon Mar 16 18:41:05 2009
@@ -209,11 +209,15 @@
       </para>
       <para>
 	DSNs can be configured on a per-user basis or on a system-wide basis. Each user's
-	own DSN definitions are stored in the <filename>$HOME/.libgda/config</filename> file (which
+	own DSN definitions are stored in the <filename>$HOME/.local/share/libgda/config</filename> file
+	(which
 	is created the first time &LIBGDA; is used within an application. System wide DSN are defined in the
 	<filename>&lt;prefix&gt;/etc/libgda/config</filename>. Rather than editing that
 	file manually, it is possible to use the <command>gnome-database-properties-4.0</command>
 	from the <ulink url="http://www.gnome-db.org";>Libgnomedb</ulink> library.
+	Note: if the <filename>$HOME/.libgda/config</filename> already exists from a previous use
+	of &LIBGDA;, then that file is used instead of
+	<filename>$HOME/.local/share/libgda/config</filename>.
       </para>
     </sect2>
 
@@ -229,7 +233,9 @@
 	  The &GDA; default provider (based on an SQLite database file) is always installed 
           with &LIBGDA;, which means that a default database system is always available. 
 	  Specifically the first time you use
-	  &LIBGDA;, a test database is copied into <filename>$HOME/.libgda</filename> and
+	  &LIBGDA;, a test database is copied into <filename>$HOME/.local/share/libgda/config</filename>
+	  (or <filename>$HOME/.libgda</filename> if it exists and <filename>$HOME/.local/share/libgda/config</filename>
+	  does not)
 	  named "SalesTest". 
 	</para>
       </sect3>

Modified: trunk/doc/C/limitations.xml
==============================================================================
--- trunk/doc/C/limitations.xml	(original)
+++ trunk/doc/C/limitations.xml	Mon Mar 16 18:41:05 2009
@@ -149,7 +149,9 @@
 	<orderedlist>
 	  <listitem><para>in each directory or JAR file in the <envar>CLASSPATH</envar> environment variable
 	      (if set)</para></listitem>
-	  <listitem><para>in the <filename class="directory">$HOME/.libgda</filename> directory</para></listitem>
+	  <listitem><para>in the <filename>$HOME/.local/share/libgda/config</filename> directory (or 
+	      <filename class="directory">$HOME/.libgda</filename> if if exists and
+	      <filename>$HOME/.local/share/libgda/config</filename> does not)</para></listitem>
 	</orderedlist>
       </para>
     </sect2>



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