1diff --git a/Source/main.cpp b/Source/main.cpp
2index 3e58a381..2e7e4a86 100644
3--- a/Source/main.cpp
4+++ b/Source/main.cpp
5@@ -69,6 +69,7 @@ int main(int argc, char *argv[])
6 {
7 QApplication a(argc, argv);
8 a.setApplicationName("PokeFinder");
9+ a.setDesktopFileName("pokefinder");
10 a.setOrganizationName("PokeFinder Team");
11
12 Q_INIT_RESOURCE(resources);