summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 14:24:07 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 14:24:07 -0500
commit23f31193926e3b1d093eff413b6a35045a47b46f (patch)
tree7bc71d1d708518d21ba79667ef720b71d16a5433 /src
parentf3bbe3f478ba2e61446d725712b173a055d89281 (diff)
downloadkcmautostart-23f31193926e3b1d093eff413b6a35045a47b46f.tar.gz
kcmautostart-23f31193926e3b1d093eff413b6a35045a47b46f.zip
Fix exec icon location and bring it into XDG compliancer14.0.0
Diffstat (limited to 'src')
-rw-r--r--src/autostart.cpp2
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");