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