--- src/arch/ArchHooks/ArchHooks_Unix.cpp 2006-09-23 15:29:37.000000000 +0200 +++ src/arch/ArchHooks/ArchHooks_Unix.cpp 2006-09-23 15:34:39.000000000 +0200 @@ -254,7 +254,7 @@ * scores. It would need to handle permissions properly. */ /* RageFileManager::Mount( "dir", "/var/lib/games/stepmania", "/Save/Profiles" ); */ - // RString Home = getenv( "HOME" ) + "/" + PRODUCT_ID; + RString Home = getenv( "HOME" ); /* * Next: path to write general mutable user data. If the above path fails (eg. @@ -268,6 +268,8 @@ /* Next, search ~/StepMania. This is where users can put music, themes, etc. */ /* RageFileManager::Mount( "dir", Home + PRODUCT_ID, "/" ); */ + FILEMAN->Mount( "dir", Home + "/."PACKAGE, "/" ); + FILEMAN->Mount( "dir", "/usr/share/games/stepmania", "/" ); /* Search for a directory with "Songs" in it. Be careful: the CWD is likely to * be ~, and it's possible that some users will have a ~/Songs/ directory that