diff --git a/src/archutils/Unix/SpecialDirs.cpp b/src/archutils/Unix/SpecialDirs.cpp index 73285ef2c6..9139f6e762 100644 --- a/src/archutils/Unix/SpecialDirs.cpp +++ b/src/archutils/Unix/SpecialDirs.cpp @@ -6,8 +6,10 @@ RString SpecialDirs::GetDesktopDir() char *psPath = getenv("HOME"); if( psPath ) { - return RString(psPath) + "/Desktop"; + // XXX: should use PRODUCT_ID, probably + return RString(psPath) + "/Desktop/stepmania5/"; } + return "DICKS"; // not my suggestion -freem } /*