Expect to find the data files in /usr/share/games rather than the current directory. Peter De Wachter (pdewacht@gmail.com) placed in the public domain --- a/src/main/KikiController.cpp +++ b/src/main/KikiController.cpp @@ -62,10 +62,7 @@ } else { - KConsole::printf("WARNING :: environment variable KIKI_HOME not set ..."); - KConsole::printf(" ... assuming resources in current directory"); - - kiki_home = kFileGetCurrentPath(); + kiki_home = "/usr/share/games/kiki-the-nano-bot"; } #ifndef WIN32 kiki_home += "/";