diff -up GLC_Player-2.3.0/glc_player.cpp.cache GLC_Player-2.3.0/glc_player.cpp --- GLC_Player-2.3.0/glc_player.cpp.cache 2011-06-21 10:30:02.000000000 +0200 +++ GLC_Player-2.3.0/glc_player.cpp 2011-08-09 15:26:41.376639000 +0200 @@ -2625,7 +2625,7 @@ void glc_player::readSettings() if (!QDir::homePath().isEmpty()) { #if !defined(Q_OS_MAC) - cachePath= QDir::homePath() + QDir::separator() + "GLC_Player_Cache"; + cachePath= QDir::homePath() + QDir::separator() + ".cache/glc_player"; #else cachePath= QDir::homePath() + "/Library/Caches/" + QCoreApplication::applicationName(); #endif