From 23f31193926e3b1d093eff413b6a35045a47b46f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 22 Oct 2014 14:24:07 -0500 Subject: Fix exec icon location and bring it into XDG compliance --- src/autostart.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- cgit v1.2.1