diff options
author | Timothy Pearson <[email protected]> | 2014-10-22 14:24:07 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-22 14:24:07 -0500 |
commit | 23f31193926e3b1d093eff413b6a35045a47b46f (patch) | |
tree | 7bc71d1d708518d21ba79667ef720b71d16a5433 /src/autostart.cpp | |
parent | f3bbe3f478ba2e61446d725712b173a055d89281 (diff) | |
download | kcmautostart-23f31193926e3b1d093eff413b6a35045a47b46f.tar.gz kcmautostart-23f31193926e3b1d093eff413b6a35045a47b46f.zip |
Fix exec icon location and bring it into XDG compliancer14.0.0
Diffstat (limited to 'src/autostart.cpp')
-rw-r--r-- | src/autostart.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/autostart.cpp b/src/autostart.cpp index 2c15469..30ac0c0 100644 --- a/src/autostart.cpp +++ b/src/autostart.cpp @@ -250,7 +250,7 @@ void autostart::addCMD() { ksc.setGroup("Desktop Entry"); ksc.writeEntry("Encoding","UTF-8"); ksc.writeEntry("Exec",service->exec()); - ksc.writeEntry("Icon","exec"); + ksc.writeEntry("Icon","application-x-executable"); ksc.writeEntry("Path",""); ksc.writeEntry("Terminal",false); ksc.writeEntry("Type","Application"); |