Fix exec icon location and bring it into XDG compliance

pull/1/head r14.0.0
Timothy Pearson 10 years ago
parent f3bbe3f478
commit 23f3119392

@ -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");

Loading…
Cancel
Save