diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-08-21 23:21:53 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-08-21 23:21:53 +0900 |
commit | 523e68634da4c107f55fc42d5256b133bd8e0c61 (patch) | |
tree | aee35ce207985417b3a76983ce8e7736d17f7b40 | |
parent | b0ece5d0a13a0f5acce60419eda1f2086fd5df38 (diff) | |
download | knights-523e68634da4c107f55fc42d5256b133bd8e0c61.tar.gz knights-523e68634da4c107f55fc42d5256b133bd8e0c61.zip |
Icons in .desktop file should not have extension.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | knights/knights.desktop | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/knights/knights.desktop b/knights/knights.desktop index 2514fd4..02f6c83 100644 --- a/knights/knights.desktop +++ b/knights/knights.desktop @@ -1,8 +1,8 @@ [Desktop Entry] Type=Application Exec=knights -Icon=knights.png -MiniIcon=knights.png +Icon=knights +MiniIcon=knights Name=Knights Name[de]=Knights GenericName=Chess Game |