Index: src/gameprofile.cpp
--- src/gameprofile.cpp.orig
+++ src/gameprofile.cpp
@@ -88,7 +88,7 @@ GameProfile::GameProfile(QObject *parent) : QObject(pa
   m_accel(false)
 {
     userPath = QDir::homePath();
-    userPath += "/.xlabsoft/jag/";
+    userPath += "/.jag/";
 
 
     QDir userdir(userPath);
