--- gxine-0.3.3/src/desktop_integration.c 2002-11-25 12:19:27.000000000 +0000 +++ gxine-0.3.3/src/desktop_integration.c 2004-07-03 11:48:40.000000000 +0100 @@ -147,7 +147,7 @@ void (* gnome_vfs_mime_get_value) ( const char *, const char * ) = NULL; /* load the gnomevfs library */ - gnome_vfs_handle = dlopen("libgnomevfs.so.0", RTLD_LAZY); + gnome_vfs_handle = dlopen("libgnomevfs-2.so.0", RTLD_LAZY); if( NULL == gnome_vfs_handle ) { fprintf( stderr, "%s.\n", dlerror() );