Git commit a98ed791767b7671e0373bd1f3b21f5e260f3b91 by Burkhard Lück. Committed on 10/12/2016 at 13:00. Pushed by lueck into branch 'master'.
replace kf5-config from kdelibs4support with qtpaths M +4 -3 doc/index.docbook https://commits.kde.org/okteta/a98ed791767b7671e0373bd1f3b21f5e260f3b91 diff --git a/doc/index.docbook b/doc/index.docbook index f2036baa..dfde4e0e 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -325,7 +325,7 @@ Support for strings (various Unicode encodings) in definitions <para>The Structures tool looks for structure descriptions in the subdirectory <filename class="directory">share/okteta/structures/</filename> of the user's directory for program data (find that by executing - <userinput><command>kf5-config</command> <option>--path data</option></userinput>). + <userinput><command>qtpaths</command> <option>--path GenericDataLocation</option></userinput>). You may need to create this directory if there are no structure definitions installed yet.</para> <para>Two files exist for every structure definition: One file for the actual definition and a @@ -334,9 +334,10 @@ Support for strings (various Unicode encodings) in definitions definition, which contains both the <literal role="extension">.desktop</literal> file and the <literal role="extension">.osd</literal> or <filename>main.js</filename> file of that definition.</para> - <para>For example, with the program data directory <filename class="directory">.kde</filename> + <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">.kde/share/apps/okteta/structures/ExampleStructure</filename>, + <filename class="directory">/share/apps/okteta/structures/ExampleStructure</filename> which contains a file <filename>ExampleStructure.desktop</filename> and a file <filename>ExampleStructure.osd</filename>.</para> </sect3>
