--- flashsupport.c.old 2007-03-10 16:25:15.000000000 +0100 +++ flashsupport.c 2007-12-23 14:37:16.000000000 +0100 @@ -352,7 +352,7 @@ } } //Check if PULSE AUDIO is running system-wide - strcpy(tmpstr,"/var/lib/run/pulse/native"); + strcpy(tmpstr,"/var/run/pulse/native"); if(!stat(tmpstr,&buf)) { if(audiodebug) fprintf( stderr, "PulseAudio system-wide found\n"); audiodrivers = audiodrivers | AUDIO_PULSE;