|
|
@ -250,7 +250,7 @@ void autostart::addCMD() {
|
|
|
|
ksc.setGroup("Desktop Entry");
|
|
|
|
ksc.setGroup("Desktop Entry");
|
|
|
|
ksc.writeEntry("Encoding","UTF-8");
|
|
|
|
ksc.writeEntry("Encoding","UTF-8");
|
|
|
|
ksc.writeEntry("Exec",service->exec());
|
|
|
|
ksc.writeEntry("Exec",service->exec());
|
|
|
|
ksc.writeEntry("Icon","exec");
|
|
|
|
ksc.writeEntry("Icon","application-x-executable");
|
|
|
|
ksc.writeEntry("Path","");
|
|
|
|
ksc.writeEntry("Path","");
|
|
|
|
ksc.writeEntry("Terminal",false);
|
|
|
|
ksc.writeEntry("Terminal",false);
|
|
|
|
ksc.writeEntry("Type","Application");
|
|
|
|
ksc.writeEntry("Type","Application");
|
|
|
|