summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-01-14 17:26:15 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2014-01-14 17:26:15 -0600
commit85ebfe0c6e04ce1559d1f27b1f04ff95b79dfb6f (patch)
tree1a9b004e485fca3b695126ca7621292f591a1f0e
parent160b2bf904061a80931bbd844d27aea4e8ce92d6 (diff)
downloadkbarcode-85ebfe0c.tar.gz
kbarcode-85ebfe0c.zip
Prevent non-existent help handbook from populating the main handbook table of contents.
-rw-r--r--kbarcode/kbarcode-batch.desktop8
-rw-r--r--kbarcode/kbarcode-editor.desktop8
-rw-r--r--kbarcode/kbarcode-single.desktop8
-rw-r--r--kbarcode/kbarcode.desktop8
4 files changed, 28 insertions, 4 deletions
diff --git a/kbarcode/kbarcode-batch.desktop b/kbarcode/kbarcode-batch.desktop
index 64b829b..cb7618f 100644
--- a/kbarcode/kbarcode-batch.desktop
+++ b/kbarcode/kbarcode-batch.desktop
@@ -3,7 +3,13 @@ Encoding=UTF-8
Type=Application
Exec=kbarcode --batch
Icon=kbarcode.png
-DocPath=kbarcode/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=kbarcode/index.html
Comment=Barcode and label printing tool (batch printing mode)
Comment[de]=Werkzeug zum Barcode und Etiketten Druck (Stapelverarbeitung)
Terminal=false
diff --git a/kbarcode/kbarcode-editor.desktop b/kbarcode/kbarcode-editor.desktop
index 62b9261..b1988a5 100644
--- a/kbarcode/kbarcode-editor.desktop
+++ b/kbarcode/kbarcode-editor.desktop
@@ -3,7 +3,13 @@ Encoding=UTF-8
Type=Application
Exec=kbarcode --label
Icon=kbarcode.png
-DocPath=kbarcode/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=kbarcode/index.html
Comment=Barcode and label printing tool editor
Comment[de]=Werkzeug zum Barcode und Etiketten Druck Editor
Terminal=false
diff --git a/kbarcode/kbarcode-single.desktop b/kbarcode/kbarcode-single.desktop
index 9e4aab9..66585c1 100644
--- a/kbarcode/kbarcode-single.desktop
+++ b/kbarcode/kbarcode-single.desktop
@@ -3,7 +3,13 @@ Encoding=UTF-8
Type=Application
Exec=kbarcode --barcode
Icon=kbarcode.png
-DocPath=kbarcode/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=kbarcode/index.html
Comment=Barcode generation tool
Comment[de]=Barcode Erstellung
Terminal=0
diff --git a/kbarcode/kbarcode.desktop b/kbarcode/kbarcode.desktop
index e7e4dbe..88e2138 100644
--- a/kbarcode/kbarcode.desktop
+++ b/kbarcode/kbarcode.desktop
@@ -4,7 +4,13 @@ Type=Application
Exec=kbarcode -caption "%c" %i %m %f
Icon=kbarcode.png
MimeType=application/kbarcode-label
-DocPath=kbarcode/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=kbarcode/index.html
Comment=Barcode and label printing tool
Comment[de]=Werkzeug zum Barcode und Etiketten Druck
Terminal=0