diff options
author | Darrell Anderson <[email protected]> | 2014-01-15 22:14:04 -0600 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2014-01-15 22:14:04 -0600 |
commit | d02271e48f9b0bf92b287f5f3e47297a9b2ee7ac (patch) | |
tree | 2de108a3c008938a3f1910c5b776c7bd77943607 | |
parent | 82e818278731663539be32ec380c5a3d97498674 (diff) | |
download | kdirstat-d02271e48f9b0bf92b287f5f3e47297a9b2ee7ac.tar.gz kdirstat-d02271e48f9b0bf92b287f5f3e47297a9b2ee7ac.zip |
Fix desktop file.
-rw-r--r-- | kdirstat/kdirstat.desktop | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/kdirstat/kdirstat.desktop b/kdirstat/kdirstat.desktop index 62d7dea..519bd9a 100644 --- a/kdirstat/kdirstat.desktop +++ b/kdirstat/kdirstat.desktop @@ -1,19 +1,18 @@ [Desktop Entry] Type=Application Exec=kdirstat -caption "%c" %i %m -Icon=kdirstat.png -MiniIcon=kdirstat.png +Icon=kdirstat +MiniIcon=kdirstat DocPath=kdirstat/index.html Encoding=UTF-8 Comment=Directory statistics and disk usage Comment[de]=Verzeichnisstatistik und Platzverbrauch Comment[hu]=Könyvtárstatisztikák és szabad hely Terminal=0 -Name=KDirStat - Directory Statistics +Name=KDirStat Name[de]=KDirStat - Verzeichnisstatistik Name[hu]=KDirStat könyvtárstatisztika - +GenericName=Directory Statistics +GenericName[de]=Verzeichnisstatistik +GenericName[hu]=könyvtárstatisztika MimeType=inode/directory - - - |