Git commit 0c3d97d512de5c339363f586b2cf08eefbfda07d by Burkhard Lück. Committed on 10/12/2016 at 13:24. Pushed by lueck into branch 'master'.
fix wrong structures directory M +2 -2 doc/index.docbook https://commits.kde.org/okteta/0c3d97d512de5c339363f586b2cf08eefbfda07d diff --git a/doc/index.docbook b/doc/index.docbook index dfde4e0e..ca368381 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -323,7 +323,7 @@ Support for strings (various Unicode encodings) in definitions <sect3> <title>Installing structure definitions manually</title> <para>The Structures tool looks for structure descriptions in the - subdirectory <filename class="directory">share/okteta/structures/</filename> + subdirectory <filename class="directory">okteta/structures/</filename> of the user's directory for program data (find that by executing <userinput><command>qtpaths</command> <option>--path GenericDataLocation</option></userinput>). You may need to create this directory if there are no structure @@ -337,7 +337,7 @@ Support for strings (various Unicode encodings) in definitions <para>For example, with the program data directory <filename class="directory"><userinput><command>qtpaths</command> <option>--paths GenericDataLocation</option></userinput></filename> and a structure definition named ExampleStructure there is the directory - <filename class="directory">/share/apps/okteta/structures/ExampleStructure</filename> + <filename class="directory">okteta/structures/ExampleStructure</filename> which contains a file <filename>ExampleStructure.desktop</filename> and a file <filename>ExampleStructure.osd</filename>.</para> </sect3>
