diff options
| author | gregory guy <g-gregory@gmx.fr> | 2018-08-21 15:34:30 +0200 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-08-21 23:26:02 +0900 |
| commit | 4e0994c834b6e20ec04aacde48b4f995a8407706 (patch) | |
| tree | a3d27759c0ed1649e74756d9fb996c6710fdd299 | |
| parent | ab957cda0790d67a8d3eae2c9ae0a1fdc5675f07 (diff) | |
| download | kbarcode-4e0994c834b6e20ec04aacde48b4f995a8407706.tar.gz kbarcode-4e0994c834b6e20ec04aacde48b4f995a8407706.zip | |
related to bug 2424
Application desktop files should not contain icon extension
Signed-off-by: gregory guy <g-gregory@gmx.fr>
(cherry picked from commit e40133ab1731a04752a1db301391efc01067d988)
| -rw-r--r-- | kbarcode/kbarcode-batch.desktop | 2 | ||||
| -rw-r--r-- | kbarcode/kbarcode-editor.desktop | 2 | ||||
| -rw-r--r-- | kbarcode/kbarcode-single.desktop | 2 | ||||
| -rw-r--r-- | kbarcode/kbarcode.desktop | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/kbarcode/kbarcode-batch.desktop b/kbarcode/kbarcode-batch.desktop index 096fbaa..f6bc30e 100644 --- a/kbarcode/kbarcode-batch.desktop +++ b/kbarcode/kbarcode-batch.desktop @@ -2,7 +2,7 @@ Encoding=UTF-8 Type=Application Exec=kbarcode --batch -Icon=kbarcode.png +Icon=kbarcode 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 4a28fae..ff48ff5 100644 --- a/kbarcode/kbarcode-editor.desktop +++ b/kbarcode/kbarcode-editor.desktop @@ -2,7 +2,7 @@ Encoding=UTF-8 Type=Application Exec=kbarcode --label -Icon=kbarcode.png +Icon=kbarcode 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 40da3d8..090e0ab 100644 --- a/kbarcode/kbarcode-single.desktop +++ b/kbarcode/kbarcode-single.desktop @@ -2,7 +2,7 @@ Encoding=UTF-8 Type=Application Exec=kbarcode --barcode -Icon=kbarcode.png +Icon=kbarcode Comment=Barcode generation tool Comment[de]=Barcode Erstellung Terminal=0 diff --git a/kbarcode/kbarcode.desktop b/kbarcode/kbarcode.desktop index 71345ac..0d6374a 100644 --- a/kbarcode/kbarcode.desktop +++ b/kbarcode/kbarcode.desktop @@ -2,7 +2,7 @@ Encoding=UTF-8 Type=Application Exec=kbarcode -caption "%c" %i %m %f -Icon=kbarcode.png +Icon=kbarcode MimeType=application/kbarcode-label X-DocPath=kbarcode/index.html Comment=Barcode and label printing tool |
