From fef42f678cdb33c20b59c271e8b5eb1ebdc80e4b Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Tue, 14 Jan 2014 19:24:25 -0600 Subject: Prevent non-existent help handbooks from populating the main handbook table of contents. --- kmilo/kmilo_kvaio/kcmkvaio/kvaio.desktop | 8 +++++++- kmilo/thinkpad/kcmthinkpad/thinkpad.desktop | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/kmilo/kmilo_kvaio/kcmkvaio/kvaio.desktop b/kmilo/kmilo_kvaio/kcmkvaio/kvaio.desktop index 750c780..5375183 100644 --- a/kmilo/kmilo_kvaio/kcmkvaio/kvaio.desktop +++ b/kmilo/kmilo_kvaio/kcmkvaio/kvaio.desktop @@ -2,7 +2,13 @@ Type=Application Exec=tdecmshell kvaio Icon=laptop -DocPath=kcontrol/kvaio/index.html +# Restore the following key and remove this comment when a help handbook +# is written. Disabling this key prevents populating the main handbook +# table of contents with a non-existent document, which results in a +# main handbook error message of +# 'There is no documentation available for /xyz/index.html.' +# Also disable this key when there exists only a useless template handbook. +# DocPath=kcontrol/kvaio/index.html X-TDE-Library=kvaio X-TDE-ParentApp=kcontrol diff --git a/kmilo/thinkpad/kcmthinkpad/thinkpad.desktop b/kmilo/thinkpad/kcmthinkpad/thinkpad.desktop index 6b76314..6f37a92 100644 --- a/kmilo/thinkpad/kcmthinkpad/thinkpad.desktop +++ b/kmilo/thinkpad/kcmthinkpad/thinkpad.desktop @@ -2,7 +2,13 @@ Type=Application Exec=tdecmshell thinkpad Icon=laptop -DocPath=kcontrol/thinkpad/index.html +# Restore the following key and remove this comment when a help handbook +# is written. Disabling this key prevents populating the main handbook +# table of contents with a non-existent document, which results in a +# main handbook error message of +# 'There is no documentation available for /xyz/index.html.' +# Also disable this key when there exists only a useless template handbook. +# DocPath=kcontrol/thinkpad/index.html X-TDE-Library=thinkpad X-TDE-ParentApp=kcontrol -- cgit v1.2.3