Index: bin/gnump3d2 =================================================================== RCS file: /cvsroot/gnump3d/gnump3d/bin/gnump3d2,v retrieving revision 1.109 diff --unified -r1.109 gnump3d2 --- a/bin/gnump3d2 28 Oct 2005 14:07:55 -0000 1.109 +++ a/bin/gnump3d2 13 Nov 2005 20:17:46 -0000 @@ -3351,7 +3351,7 @@ $advanced_playlist = getConfig( "advanced_playlists", 1 ); # Tag cache - $tag_cache = getConfig( "tag_cache", "/tmp/tags.cache" ); + $tag_cache = getConfig( "tag_cache", "" ); # # Experimental features. Index: lib/gnump3d/plugins/search.pm =================================================================== RCS file: /cvsroot/gnump3d/gnump3d/lib/gnump3d/plugins/search.pm,v retrieving revision 1.10 diff --unified -r1.10 search.pm --- a/lib/gnump3d/plugins/search.pm 6 Feb 2005 14:07:27 -0000 1.10 +++ a/lib/gnump3d/plugins/search.pm 13 Nov 2005 20:17:46 -0000 @@ -70,7 +70,7 @@ # # Make sure that the song tag cache exists before anything else. # - my $tagCache = &getConfig( "tag_cache", "/tmp/tags.cache" ); + my $tagCache = &getConfig( "tag_cache", "" ); if ( ( ! defined( $tagCache ) ) || ( ! -e $tagCache ) ) {