summaryrefslogtreecommitdiffstats
path: root/src/formatimporter.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 14:24:05 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 14:24:05 -0500
commitd47440b3b120be5e40e723157b0208d50fe8c5aa (patch)
tree7fa3ad8a599ba2405984aba93c2c0088746a7870 /src/formatimporter.cpp
parentca8194cffa6785bf7acc087334a4c0fb2dd011ec (diff)
downloadbasket-d47440b3b120be5e40e723157b0208d50fe8c5aa.tar.gz
basket-d47440b3b120be5e40e723157b0208d50fe8c5aa.zip
Fix exec icon location and bring it into XDG compliance
Diffstat (limited to 'src/formatimporter.cpp')
-rw-r--r--src/formatimporter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/formatimporter.cpp b/src/formatimporter.cpp
index 66e4bf9..f6ea820 100644
--- a/src/formatimporter.cpp
+++ b/src/formatimporter.cpp
@@ -259,7 +259,7 @@ TQDomElement FormatImporter::importBasket(const TQString &folderName)
"Name=%2\n"
"Icon=%3\n"
"Encoding=UTF-8\n"
- "Type=Application\n").arg(runCommand, title, icon.isEmpty() ? TQString("exec") : icon);
+ "Type=Application\n").arg(runCommand, title, icon.isEmpty() ? TQString("application-x-executable") : icon);
TQString launcherFileName = Tools::fileNameForNewFile("launcher.desktop", Global::basketsFolder() + folderName /*+ "/"*/);
TQString launcherFullPath = Global::basketsFolder() + folderName /*+ "/"*/ + launcherFileName;
TQFile file(launcherFullPath);