Git commit 730fab06cc57e41ab87c90b0a648c065acd574ee by Robby Stephenson. Committed on 30/12/2025 at 17:23. Pushed by rstephenson into branch 'master'.
KDEHOME is long gone M +1 -1 doc/configuration.docbook M +2 -2 doc/fundamentals.docbook M +1 -1 doc/hacking.docbook https://invent.kde.org/office/tellico/-/commit/730fab06cc57e41ab87c90b0a648c065acd574ee diff --git a/doc/configuration.docbook b/doc/configuration.docbook index d000fe42b..df72073da 100644 --- a/doc/configuration.docbook +++ b/doc/configuration.docbook @@ -135,7 +135,7 @@ will honor those settings. However, custom template may choose to ignore them.</ Additional templates may be installed directly, or downloaded from <ulink url="https://store.kde.org/">store.kde.org</ulink> by clicking the <guilabel>Download</guilabel> button. Any templates installed by the user may also be deleted. -Entry templates are saved in <filename class="directory">$<envar>KDEHOME</envar>/share/apps/tellico/entry-templates/</filename>. +Entry templates are saved in <filename class="directory">~/.local/share/tellico/entry-templates/</filename>. </para> <para>If you create a new template, please consider submitting it at <ulink url="https://store.kde.org/">store.kde.org</ulink>!</para> diff --git a/doc/fundamentals.docbook b/doc/fundamentals.docbook index ecb57c29e..bafde2425 100644 --- a/doc/fundamentals.docbook +++ b/doc/fundamentals.docbook @@ -176,7 +176,7 @@ The edit widget also supports drag-and-drop. Dragging an image file from a file- <warning> <para> [suppressed due to size limit] [suppressed due to size limit] Self-contained data files can always be created by using the <menuchoice><guimenu>File</guimenu><guimenu>Export</guimenu><guimenuitem>Export to Zip...</guimenuitem></menuchoice> menu item. </para> </warning> @@ -428,7 +428,7 @@ button, set the first rule to <emphasis>Author contains Bujold</emphasis> and th <sect1 id="report-dialog"> <title>Generating Reports</title> <para> -&appname; can generate various reports about your current collection. The <interface>Report Dialog</interface> checks for all &xslt; templates in the installation path and in <filename class="directory">$<envar>KDEHOME</envar>/share/apps/tellico/report-templates/</filename>. So you can create new ones, and they are automatically found and included as options in the <interface>Report Dialog</interface>. Some complex reports may take a while to generate for large collections. +&appname; can generate various reports about your current collection. The <interface>Report Dialog</interface> checks for all &xslt; templates in the installation path and in <filename class="directory">~/.local/share/tellico/report-templates/</filename>. So you can create new ones, and they are automatically found and included as options in the <interface>Report Dialog</interface>. Some complex reports may take a while to generate for large collections. </para> <para> diff --git a/doc/hacking.docbook b/doc/hacking.docbook index 222126886..d07ab83b3 100644 --- a/doc/hacking.docbook +++ b/doc/hacking.docbook @@ -272,7 +272,7 @@ The format of the field is given in the format attribute on the field element. < </para> <para> [suppressed due to size limit] [suppressed due to size limit] </para> <sect2 id="hidden-general-options">
