gnucash-docs maint: Remove obsolete sections about 'Cannot find default values' screen

Geert Janssens gjanssens at code.gnucash.org
Fri Mar 27 14:12:04 EDT 2015


Updated	 via  https://github.com/Gnucash/gnucash-docs/commit/854f0b8d (commit)
	from  https://github.com/Gnucash/gnucash-docs/commit/c615c874 (commit)



commit 854f0b8db2eee62ef2776eb4e7426cc8957d3bbc
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Fri Mar 27 19:11:50 2015 +0100

    Remove obsolete sections about 'Cannot find default values' screen
    
    These were part of the gconf integration. Since
    we have switched to gsettings the dialogs referred to
    are no longer in the gnucash code base.

diff --git a/guide/C/ch_basics.xml b/guide/C/ch_basics.xml
index 3975fa7..df87337 100644
--- a/guide/C/ch_basics.xml
+++ b/guide/C/ch_basics.xml
@@ -632,8 +632,7 @@
         assistant will start.</para>
         <note>
           <para>If you are running <application>&app;</application> for the first time, you will be presented 
-          with the <guilabel>Cannot find default values</guilabel> screen or with the 
-          <guilabel>Welcome to &app;!</guilabel> screen. Both are described in detail in the 
+          with the <guilabel>Welcome to &app;!</guilabel> screen. This screen is described in detail in the 
           <application>&app;</application> manual.</para>
         </note>
       </listitem>
diff --git a/help/C/Help_ch_GettingStarted.xml b/help/C/Help_ch_GettingStarted.xml
index c216f96..d5ec928 100644
--- a/help/C/Help_ch_GettingStarted.xml
+++ b/help/C/Help_ch_GettingStarted.xml
@@ -28,117 +28,9 @@
     <emphasis>&app; Splash Screen</emphasis> where some information
     about the program itself and the loading process are displayed.</para>
 
-    <sect2 id="cannot-find-default">
-    <title><guilabel>Cannot find default values</guilabel> screen</title>
-      <para>The very first time you run <application>&app;</application> you will be presented with the
-      <guilabel>Cannot find default values</guilabel> screen that contains three
-      buttons:</para>
-
-      <itemizedlist>
-        <listitem>
-          <para><guibutton>Quit</guibutton> — exits
-          <application>&app;</application>.</para>
-        </listitem>
-
-        <listitem>
-          <para><guibutton>Skip</guibutton> — continue
-          without setting default display values for <application>&app;</application>.</para>
-        </listitem>
-
-        <listitem>
-          <para><guibutton>Setup</guibutton> — will open the
-          <guilabel>Update &app; Configuration Data</guilabel> assistant (see <xref linkend="update-configuration-data"/>) to start
-          the setup process for a new set of default settings.</para>
-        </listitem>
-      </itemizedlist>
-
-    </sect2>
-
-    <sect2 id="update-configuration-data" >
-    <title><guilabel>Update &app; Configuration Data</guilabel> assistant</title>
-      <para>The first screen of <guilabel>Update &app; Configuration Data</guilabel>
-      describes the assistant. While the data on the screen will change, the three
-      buttons at the very bottom of the assistant will not.</para>
-
-      <itemizedlist>
-        <listitem>
-          <para><guibutton>Cancel</guibutton> — exits the assistant.</para>
-          <warning>
-            <para>If you click this button, any selections you have made up to
-            this point will be lost.</para>
-          </warning>
-        </listitem>
-
-        <listitem>
-          <para><guibutton>Back</guibutton> — brings up the previous screen so
-          that you can change a previous selection until the first screen.</para>
-        </listitem>
-
-        <listitem>
-          <para><guibutton>Forward</guibutton> — brings up the next
-          screen so you can continue through the assistant.</para>
-        </listitem>
-      </itemizedlist>
-
-      <para id="gconf">The second screen allows you to <guilabel>Choose a Method</guilabel>
-      of setting gconf configuration for <application>&app;</application>.
-      The <guibutton>Update Search Path</guibutton> button will
-      modify <filename class="directory">.gconf</filename> path in the user’s
-      home directory. The <guibutton>Install in
-      Home Directory</guibutton> button on this screen will install the
-      configuration files in the <filename class="directory">.gconf</filename>
-      directory in the user’s home directory.</para>
-
-      <para>After making your selection click the <guibutton>Forward</guibutton>
-      button to display the next screen.</para>
-
-      <para>If you selected <guilabel>Install in Home Directory</guilabel> the next screen presents
-      you with three options:
-
-        <itemizedlist>
-          <listitem>
-            <para><guilabel>&app; will install the data.</guilabel></para>
-          </listitem>
-
-          <listitem>
-            <para><guilabel>You will install the data yourself.</guilabel></para>
-          </listitem>
-
-          <listitem>
-            <para><guilabel>The data has already been loaded.</guilabel></para>
-          </listitem>
-        </itemizedlist>
-      </para>
-
-      <para>If you selected <guilabel>Update Search Path</guilabel> the next screen presents you
-      with three options:
-
-      <itemizedlist>
-        <listitem>
-          <para><guilabel>&app; will update search path.</guilabel></para>
-        </listitem>
-
-        <listitem>
-          <para><guilabel>You will update search path yourself.</guilabel></para>
-        </listitem>
-
-        <listitem>
-          <para><guilabel>The update search path has already been updated.</guilabel></para>
-        </listitem>
-      </itemizedlist>
-      </para>
-
-    <para>The final screen has the usual three buttons, with the difference
-    that <guibutton>Forward</guibutton> has changed to
-    <guibutton>Apply</guibutton>. Click the <guibutton>Apply</guibutton> button to complete
-    the initial defaults setting process. The
-    <guilabel>Welcome to &app;</guilabel> screen (see <xref linkend="welcome-to-gnucash"/>) will now be opened.</para>
-
-    </sect2>
-
     <sect2 id="welcome-to-gnucash">
     <title><guilabel>Welcome to &app;</guilabel> dialog</title>
-      <para>After the initial defaults are completed, you will be presented with
+      <para>Next you will be presented with
       the <guilabel>Welcome to &app;!</guilabel> dialog with three choices:</para>
 
       <itemizedlist id="CreateAccounts">



Summary of changes:
 guide/C/ch_basics.xml             |   3 +-
 help/C/Help_ch_GettingStarted.xml | 110 +-------------------------------------
 2 files changed, 2 insertions(+), 111 deletions(-)



More information about the gnucash-changes mailing list